Le 23/01/2018 à 20:36, Bernhard Voelker a écrit :
On 01/23/2018 02:54 PM, jdd@dodin.org wrote:
same problem
# du --apparent-size -s /run/media/jdd/intenso* 3239147738 /run/media/jdd/intenso4to 3239148282 /run/media/jdd/intenso5to2
and there's e.g. directories:
$ mkdir d1 d2
Create 10000 files in 'd1':
$ seq -f "d1/%g" 10000 | xargs touch
... and remove them again:
$ rm d1/*
now see the difference:
$ du -s d1 d2 156 d1 4 d2
so even non existent and not openned files can take place... any way to reclame the space? and same with --apparent-size? so is there a way to really compare two mirrored disks to see if the copy is good (ext4)? thanks jdd -- http://dodin.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org