This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: dd if=/cygdrive/a of=foo.img doesn't work


On Wed, Sep 13, 2000 at 09:31:11AM -0400, ulists@iname.com wrote:
> Why it doesn't work ? What can I do for a low copy ?

You need to mount your floppy drive via the mount command.  For example:

    $ mount -f -b -s //./A: /dev/fd0

Then you can use dd (or cat) as in the following:

    $ dd if=/dev/fd0 of=foo.img

Check out the following for more information:

    http://sources.redhat.com/ml/cygwin/1999-12/msg00493.html

Jason

-- 
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corporation         Fax:   +1 (732) 264-8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]