On 2017-06-14 19:12, Istvan Gabor wrote:
On Tue, 13 Jun 2017 12:23:57 -0400, Felix Miata wrote:
I deleted lost+found from /mnt2 the rsynced everything from mnt1 to mnt2:
# rsync -aHAX /mnt1/ /mnt2/
After it I get:
# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 50G 44G 3.5G 93% /mnt1 /dev/sdb1 50G 43G 3.7G 93% /mnt2
# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 51475068 45240120 3613508 93% /mnt1 /dev/sdb1 51475068 45034476 3819152 93% /mnt2
There is difference in used and free space. It is ~200 MBs if I calculate correctly. ??
tune2fs gives:
Placing that in two columns make visible the three differences: # tune2fs -l /dev/sda1 # tune2fs -l /dev/sdb1 Inode count: 3276800 Inode count: 3276800 Block count: 13107200 Block count: 13107200 Reserved block count: 655360 Reserved block count: 655360 Free blocks: 1558737 Free blocks: 12855468 ** Free inodes: 3260644 Free inodes: 3276789 ** Check interval: 0 (<none>) Check interval: 0 (<none>) Lifetime writes: 25 GB ** Reserved blocks uid: 0 (user root) Reserved blocks uid: 0 (user root) See again: Free blocks: 1558737 Free blocks: 12855468 That difference is large. Too large. :-? -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)