This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: cygdrive prefix


Jim Reisert AD1C wrote:
On Wed, Sep 16, 2009 at 10:16 AM, Andrew Schulman
<schulman.andrew@epamail.epa.gov> wrote:
Personally I like /win/c etc., but sure, I guess you could put

none / cygdrive binary,posix=0,user 0 0

into /etc/fstab and get /c, /d, etc.
There is a huge downside to this. I tried it. It totally broke all my projects using CVS, because /cygdrive no longer existed, and all my CVS projects used /cygdrive/f/CVSROOT as the Root

So try/use at your own risk! I think symbolic links are the way to go.
$ mount -bsf F: /cvs

then s/cygdrive\/f/cvs/ in your CVS/Root files...

Done!

Or:

$ ln -s /win /cygdrive

Done!

IOW there are other ways.
--
Andrew DeFaria <http://defaria.com>
C:\> Bad command or file name! Go stand in the corner.


-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: 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]