You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
365 B
11 lines
365 B
cygwin创建的目录和文件权限混乱,修改fatab去掉ACL
|
|
最终完整的/etc/fstab文件内容如下:
|
|
|
|
none / cygdrive binary,user,noacl,posix=0 0 0
|
|
C:\cygwin64 / ntfs binary,noacl,override 0 0
|
|
C:\cygwin64\bin /usr/bin ntfs binary,noacl,override 0 0
|
|
C:\cygwin64\lib /usr/lib ntfs binary,noacl,override 0 0
|
|
|
|
|
|
windows下cmd运行(注意cygwin64安装目录)
|
|
icacls c:\cygwin64 /reset /t /l /c
|