problem creating isfo
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 rick@niof.net http://www.niof.net
Reply to: