up vote 3 down vote favorite
1
share [g+] share [fb]

Can I safely rename the cygdrive folder? Also, I would like to add other folders at root and map them to folders on windows in the same way as /cygdrive/c maps to my C drive. Is that possible?

link|improve this question

feedback

2 Answers

up vote 6 down vote accepted

Yes, you can. See The Cygwin Mount Table in Cygwin's documentation. I have my documents folder mounted as /doc. These mounts end up in the registry and are retained across reboots etc.

link|improve this answer
feedback

I wouldn't rename cygdrive as I don't know what that would do, but you can map other directories at root to various windows directories using the mount command.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.