jdd -- ...and then jdd@dodin.org said... % ... % -- du -s /run/media/jdd/intenso5to* % 3242684936 /run/media/jdd/intenso5to % 3242680980 /run/media/jdd/intenso5to2 ... % % so some files do not have the exact same size?? Try something like cd /run/media/jdd/intenso5to && du -ka . | sort -k 2 >/tmp/a cd /run/media/jdd/intenso5to2 && du -ka . | sort -k 2 >/tmp/b diff -bu /tmp/a /tmp/b and see how they compare. Byt sorting by path rather than size, you should have both listings in the same order. I actually have an 8G uSD vfat card that shows 1.3G used with no content that I can find, so this caught my eye :-) I don't think I have quite the same issue, though... HTH & good luck :-D -- David T-G See http://justpickone.org/davidtg/email/ See http://justpickone.org/davidtg/tofu.txt -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org