最終更新:2017-12-05 (火) 14:10:58 (2327d)  

Cygwin/etc/fstab
Top / Cygwin / etc / fstab

オプション

ファイルシステムに対応したオプションをカンマ「,」区切りで指定する.

  • binary - Files default to binary mode (default).
  • text - Files default to CRLF text mode line endings.
  • nouser - Mount is a system-wide mount.
  • user - Mount is a user mount.
  • exec - Treat all files below mount point as executable.
  • notexec - Treat all files below mount point as not executable.
  • cygexec - Treat all files below mount point as cygwin executables.
  • nosuid - No suid files are allowed (currently unimplemented).
  • posix=0 - Switch off case sensitivity for paths under this mount point (default for the cygdrive prefix).
  • posix=1 - Switch on case sensitivity for paths under this mount point (default for all other mount points).
  • noacl - Cygwin ignores filesystem ACLs and only fakes a subset of permission bits based on the DOS readonly attribute.
    • This behaviour is the default on FAT and FAT32. The flag is ignored on NFS filesystems.

参考