Kann ich die Anzahl der Inodes auf einer Festplatte erhöhen? Wie kann ich sie erhöhen? Ich habe keine Inodes mehr, nur weil so viele kleine Dateien auf der Festplatte sind.
Antwort1
Wenn Sichern und Neuformatieren eine Option ist, können Sie -N
folgende Option verwenden mkfs.ext4
:
-N number-of-inodes Overrides the default calculation of the number of inodes that should be reserved for the filesystem (which is based on the number of blocks and the bytes-per-inode ratio). This allows the user to specify the number of desired inodes directly.
Ich habe alles durchsucht man tune2fs
, aber es scheint, dass diese Nummer in einem vorhandenen Dateisystem nicht geändert werden kann ( tune2fs
ist der Befehl zum Ändern eines ext2-4
Dateisystems).