Skip to content

Instantly share code, notes, and snippets.

@agross
Created November 20, 2014 08:45
Show Gist options
  • Save agross/748dc9c716e260fb1ebb to your computer and use it in GitHub Desktop.
Save agross/748dc9c716e260fb1ebb to your computer and use it in GitHub Desktop.
fstab
# 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