Skip to content

Instantly share code, notes, and snippets.

@amano41
Created November 4, 2016 08:42
Show Gist options
  • Save amano41/90fc32a48147efb5befc4d12b8020cc3 to your computer and use it in GitHub Desktop.
Save amano41/90fc32a48147efb5befc4d12b8020cc3 to your computer and use it in GitHub Desktop.
Cygwin のマウント設定
# /etc/fstab
#
# This file is read once by the first process in a Cygwin process tree.
# To pick up changes, restart all Cygwin processes. For a description
# see https://cygwin.com/cygwin-ug-net/using.html#mount-table
# This is default anyway:
# none /cygdrive cygdrive binary,posix=0,user 0 0
none / cygdrive binary,posix=0,user,noacl 0 0
D:/Home /home ntfs override,binary,auto,noacl 0 0
R:/Temp /tmp ntfs override,binary,auto,noacl 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment