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]

Filename syntax question


I have removed all my MKS utilities in favor of CYGWIN. Ooops, I am
now stuck. I can't seem to copy disk partitions.

In cmd.exe mode and with the Microsoft C compiler I wrote a test program
that simply reads disk partitions. It works like this:

     readdisk \\.\c:

Note the "\\.\c:" is the formal Windows 2000 name for the C: partition.
With
MKS dd I could literally copy the entire disk partition to a file like
this:

     dd if=\\.\c: of=system-save bs=64k

and all would work. I cannot seem to get any CYGWIN utility to understand
the
\\.\c: filename. I have tried
     dd if=\\\\.\\c: of=x
     dd if=//./c: of=x
but neither works. Sometimes cygwin will think I am trying to talk to a
computer named ".".
(Incidentally, this works to save and restore a system partition. All
issues about locked
files are circumvented. Just make sure the system is very quiet.)

How does one enter  a filename like "\\.\c:" (or any other drive for that
matter) into
the cygwin utilities?



Thank you.
Ed

Your Windows 2000 Arborist
T/L 589-4410; Outside: 1-919-993-4410
egb@us.ibm.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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