![](https://seccdn.libravatar.org/avatar/28fb60f36a5c05d6e95d00be1c0c257c.jpg?s=120&d=mm&r=g)
Le 03/12/2016 à 11:24, Anton Aylward a écrit :
On 12/02/2016 05:04 PM, jdd wrote:
# df -h
/dev/sdc1 4,6T 3,6T 709G 84% /run/media/jdd/intenso5to2 /dev/sdi1 4,6T 3,6T 937G 80% /run/media/jdd/intenso5to
same size, same occupied size, same journal size, but not same free space (by 4%)
'df -i' will tell you the number of inodes - created/used/free
# df -i -Tt ext4 Sys. de fichiers Type Inœuds IUtil. ILibre IUti% Monté sur /dev/sdd1 ext4 152621056 1513942 151107114 1% (...) /dev/sdc1 ext4 152621056 1514041 151107015 1% (...)
File systems have been doing that since V7 days, a fixed pre-allocation of inodes vs data.
as you see, I don't miss inodes. Anyway, the question is why two identical disks have different free space?
ext4FS in constrained situations where I know that (a) the FS isn't going to grow suddenly.
there is only one partition on this 5Tb disk, can't grow :-) thanks jdd -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org