LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Formatting floppies, writing floppy images (https://www.linuxquestions.org/questions/linux-newbie-8/formatting-floppies-writing-floppy-images-301076/)

Napalm Llama 03-13-2005 08:05 AM

Formatting floppies, writing floppy images
 
Oh deary me - something so simple and not only do I know nothing about it; I also can't find anything about it on Google - everyone seems to take it as read that their audience knows how to format a floppy...

Well, how's it done? I'm sure it's simple as you like - that's why I'm a bit embarrassed about asking - but I just don't know what program to use / what commands to give it.

When it's done, I need to write a 1.44mb *.flp image to it - how's this done, too?

[edit]
OK, fdformat /dev/fd0 seems to do the formatting (it's going on as I type) but I still need to know what to do with the image.

homey 03-13-2005 08:25 AM

Here's an example of making a boot floppy from the winme.exe which you can get at bootdisk.com .

unzip bootmec.exe ## that makes a file called bootmec.IMA
fdformat /dev/fd0
mkfs.vfat /dev/fd0
dd if=bootmec.IMA of=/dev/fd0

Napalm Llama 03-13-2005 08:33 AM

OK, thanks.:)
:newbie:


All times are GMT -5. The time now is 07:18 PM.