Skip to content

Instantly share code, notes, and snippets.

@nicdoye
Created January 30, 2013 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nicdoye/4672540 to your computer and use it in GitHub Desktop.
Save nicdoye/4672540 to your computer and use it in GitHub Desktop.
Sample /etc/fstab for cygwin
# First just shows how to mount a UNC path
# Second just puts Google Drive somewhere useful
//<servername>/<path> /mnt/<path> smbfs acl,binary,nouser,posix=1 0 0
C:/Users/<username>/Google\040Drive /mnt/google smbfs acl,binary,nouser,posix=1 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment