This is the mail archive of the cygwin@sourceware.cygnus.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.exe


Abdelmajid Bouazza wrote:
> I extract the file cygwin-inst-20000113_tar.gz in the cygwin directory
> And now dd if=foo of=/dev/fd0 bs=512 works :-)
> 
> But :-( I don't understand why it doesn't work when the /dev/fd0 isn't
> mounted
> using dd if=foo of=//./A: bs=512 ?

Raw devices are not handled fully transparent by WinNT. Cygwin
recognizes raw devices by their posix paths.

> Exacly, I want to use dd independently of cygwin
> (ie dd.exe + cygwinXX.dll only)

No problem if you mount it before the first usage.

Corinna

--
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]