Created
November 20, 2014 08:45
-
-
Save agross/748dc9c716e260fb1ebb to your computer and use it in GitHub Desktop.
fstab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For a description of the file format, see the Users Guide | |
# http://cygwin.com/cygwin-ug-net/using.html#mount-table | |
# Mount Cygwin system directories and do not try to replicate POSIX permissions. | |
C:/Cygwin/bin /usr/bin ntfs binary,posix=0,noacl 0 0 | |
C:/Cygwin/lib /usr/lib ntfs binary,posix=0,noacl 0 0 | |
C:/Cygwin / ntfs binary,posix=0,noacl,override 0 0 | |
# Mount all drives under / and do not try to replicate POSIX permissions. | |
none / cygdrive binary,posix=0,noacl 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment