I'm borrowing an example from the CD-Writing-HOWTO for mounting
*.iso(s) before burning them, or in your case, before committing
the image to a floppy disk:

mount -t [msdos[vfat[ext2[iso9660[etc.] -o rw,loop=/dev/loop0
filename.img /mnt/floppy

(the above is one line, word-wrapped)

cd /mnt/floppy
ls
cd /

umount /mnt/floppy

HTH,
L.G.

-- Generated Signature --
An idealist is one who helps the other 
fellow to make a profit.
                -- Henry Ford
-- End Sig --



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to