On Tue, Aug 13, 2002 at 10:59:42PM +0200, Casper Thomsen wrote: > When I've used the "dd"-command-thing everything seems ok, but when I try to > mount the floppy following happens:
Just decompress the image and loop mount it, it's a normal ext2fs filesystem. (zcat root.bin >root.img; mount -o loop root.img /floppy) Regards, Christian Leber -- "Omnis enim res, quae dando non deficit, dum habetur et non datur, nondum habetur, quomodo habenda est." (Aurelius Augustinus) Translation: <http://gnuhh.org/work/fsf-europe/augustinus.html> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

