This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: New "feature" introduced with winsup automount?




> << I used to be able to do "ls //D/" to get a listing of my D: drive but
>  this no longer works. >>

Our current plan is to re-enable this syntax for a while, to allow
people to migrate to the new syntax, which will be:

	/cygdrive/<drive>/...

The "cygdrive" part is customizable via the mount command, so you could
change it to:

	/dos/<drive>/...

example:

	/dos/c/...

Because the "cygdrive" part may be different on different systems,
it's best not to hard-code it in your programs.