Neeto.

Here's a question, though. I do I make a file (if it's even possible) of,
say, 3MB (arbitrary size for the sake of this question) so I can use it as
an image. I know how to pull an image from a device.. but what if I want
to make an image on the filesystem before writing it? I already know how
to format an image (I took an msdos 1.44MB image from a floppy and
reformatted it to ext2 while it was on one of my hdisk partitions as a
file) :)

Possible? Ideas? Thanks :)

-Statux

> 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.



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

Reply via email to