This is the mail archive of the cygwin-developers@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: [RFD]: Using a new feature of Win2K for symlinks


> > FWIW, this only works on local drive resources, but not to network
> > directories.  That is a function of DFS.
> 
> Right but this doesn't influence symlinks in Cygwin at all.
> As I mentioned, my patch falls back if the reparse point
> algorithm fails. This could be still tuned.

I know. It was just FYI for anyone that wasn't familiar with reparse points
so they would have some idea of when this would come into play.  I guess I
should have said that.

> > How about using IO_REPARSE_TAG_MOUNT_POINT tags to implement mount
> > functionality for local resources on Windows 2000.  I know 
> its not as sexy
> > as OS support for real symlinks, but it is a start.
> 
> You already have that functionality thru logical drive
> manager and that is transparent to all apps including Cygwin,
> too. For that, we don't need to implement anything.

I didn't know if we wanted to use it for our mount facility on cygwin under
Windows 2000.  I thought it might speed up the path handling.  It would at
least push it to the operating system and under Windows 2000 we would have
to check a path against fewer cygwin managed mounts.

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