Tor Lillqvist writes:

> dd if='\\.\A:' of=/tmp/adrive bs=1k
> works and reads 1440 kilobytes.
>
But not for me with gnuwin32 dd (fileutils) 4.1.1 within a cmd shell
of WinXP SP2 professional. I get the mysterious message

dd: opening `\'\\\\.\\A:\'': No such file or directory

If I try with double quotes instead with single quotes, or if I try
without any quotes, although I get no error message, only 350 Bytes
are written to the output file. This curious number of bytes is also
written with

dd if=\\.\A:of=some_file bs=1k count=1440

I tried several, fat12 formatted disks and got always the same
number of bytes. But after all, this is even a progress :-)

Thanks
Mathias

-- 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to