LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Copying Floppies (https://www.linuxquestions.org/questions/linux-newbie-8/copying-floppies-52920/)

contrasutra 04-01-2003 03:35 PM

Copying Floppies
 
I keep LILO on a floppy, but im worried about losing it, so I figure Ill make a copy for backup, but the LILO.conf isnt a normal file, so how do I make an "image" of my floppy to copy to another floppy.

Thanks.

david_ross 04-01-2003 03:43 PM

Use
dd if=/dev/fd0/ of=lilo_bak.img

Then to get it back on disk
dd if=lilo_bak.img of=/dev/fd0/

contrasutra 04-01-2003 03:45 PM

Thanks for the help and quick reply. :)

david_ross 04-01-2003 03:50 PM

No problem!


All times are GMT -5. The time now is 03:58 PM.