> Dwight Baer wrote:
> > I need to copy from Linux to a DOS floppy.  Do you know how this can be
> > done?  I am trying to use the Linux "dos" command.
> 
> Either use the mtools (mcopy, mdir .... (man mtools)) or mount the
> floppy (e.g. mount -text msdos /dev/fd0 /floppy) when you kernel has
> msdos enabled and use cp.

Of course that should be mount -tmsdos /dev/fd0 /floppy

Reply via email to