LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   writeing a floppy image (https://www.linuxquestions.org/questions/linux-newbie-8/writeing-a-floppy-image-146004/)

sethgeekx86 02-14-2004 10:53 AM

writeing a floppy image
 
How do I use dd to write a floppy image .img

RobertP 02-14-2004 11:04 AM

#dd if=floppy.img od=/dev/fd0
will usually do the trick. Do this as root from the commandline or in a terminal window.

itsjustme 02-14-2004 11:13 AM

Quote:

Originally posted by RobertP
#dd if=floppy.img od=/dev/fd0
Shouldn't that be of= ?
#dd if=floppy.img of=/dev/fd0


I could be wrong.

I thought I was wrong once. But, of course, I was mistaken.

RobertP 02-14-2004 11:28 AM

me culpa
It should be "of=" . (the keys are so close together...)


All times are GMT -5. The time now is 10:35 AM.