# blkid /dev/sda30 # mkfs.ext3 -I128 -b1024 -L ostwEXT3k3 /dev/sda30 # tune2fs -c0 -i0 /dev/sda30 # mount -t ext3 -o noatime /dev/sda30 /mnt # cd /mnt # mount /dev/sda10 # df . (99% free, 1% used) # rsync -av --stats --progress --exclude 'lost+found' /disks/s133/ . # df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda8 7281115 5048620 1859709 74% / (13.1) /dev/sda10 5655815 4759270 605692 89% /disks/s133 (TW on ext4) /dev/sda30 5655815 5281956 87101 99% /mnt Given this sequence of events, what besides broken rsync could be responsible for source used being so much less than target used? This is not the first time I've seen this happen. Last time, used reached 100% and rsync aborted. I tried again, except booted to 42.1: Before: # df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda19 5655815 2928686 2436276 55% / (42.1 on ext4) /dev/sda10 5655815 4759270 605692 89% /disks/s133 (TW on ext4) /dev/sda30 5655815 3727 5365330 1% /mnt # rsync -av --stats --progress --exclude 'lost+found' /disks/s133/ . # df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda19 5655815 2928686 2436276 55% / (42.1 on ext4) /dev/sda10 5655815 4759270 605692 89% /disks/s133 (TW on ext4) /dev/sda30 5655815 5289173 87084 99% /mnt :-( -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org