Daniel Woods <[EMAIL PROTECTED]> wrote:
> Someone asked me a question I was not able to answer properly.
> They have a server with disk problems, and could only boot up
> again by using the bootup floppy.  They wanted to know how to
> make a duplicate of that floppy, as a backup.
> 
> I could not think of an easy way, in Linux, to do a win-like
>     "copy a: b:"
> 
> I suggested copying to a directory, and then back to a new
> floppy, formatted for Linux.
> Is is possible to do something like "dd < /dev/fd0  > /dev/fd1"
> with only one floppy drive ?

dd if=/dev/fd0 of=/somewhere/nice
# remove floppy and put in another
dd if=/somewhere/nice of=/dev/fd0

I do that a fair amount...


rc


Rusty Carruth          Email:     [EMAIL PROTECTED] or [EMAIL PROTECTED]
Voice: (480) 345-3621  SnailMail: Schlumberger ATE
FAX:   (480) 345-8793             7855 S. River Parkway, Suite 116
Ham: N7IKQ @ 146.82+,pl 162.2     Tempe, AZ 85284-1825
ICBM: 33 20' 44"N   111 53' 47"W

Reply via email to