Every time I execute the following sequence of commands (I've done it
many times) I get different results:

mkisofs -R -J -l -o /var/tmp/image.raw .
mount /var/tmp/image.raw -r -t iso9660 -o loop /cdrom
(for i in */*; do cmp -l "$i" "/cdrom/$i"; echo $? $i; done)|less

There are 100 files and each time a different one fails to compare.

I've tried using a different file system for the temporary directory.

What could be going wrong?

-- 
"You are the only one who can use your ability. It is an awesome
 responsibility." -- Zig Zigler
    Rick Pasotto    r...@niof.net    http://www.niof.net


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110118145038.ge29...@niof.net

Reply via email to