Last active
December 29, 2015 07:49
-
-
Save verdana/7638571 to your computer and use it in GitHub Desktop.
Cygwin 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 | |
# This is default anyway: | |
none / cygdrive binary,noacl,posix=0,user 0 0 | |
none /cygdrive cygdrive binary,noacl,posix=0,user 0 0 | |
D:/Cygwin/bin /usr/bin ntfs binary,posix=0,noacl 0 0 | |
D:/Cygwin/lib /usr/lib ntfs binary,posix=0,noacl 0 0 | |
D:/Cygwin / ntfs binary,posix=0,noacl,override 0 0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment