dd.exe

Corinna Vinschen corinna@vinschen.de
Mon Jan 17 03:26:00 GMT 2000


Abdelmajid Bouazza wrote:
> 
> Hello,
> 
> I have a problem using the dd program to write from a file to the floppy
> disk
> I'm under NT4, and I use the command:
> dd if=fd0.img of=//./a:
> the response is:
> dd: //./a:: Permission denied
> 
> I tries it in the two cases:
> - /dev/fd0 mounted (mount -b -f //./A: /dev/fd0)
> - /dev/fd0 umounted

... and after mounting the floppy to /dev/fd0 you should _use_ it in
the related commands:

	dd if=foo of=/dev/fd0 bs=512

Regards,
Corinna

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



More information about the Cygwin mailing list