我有一个三重启动系统:macOS、Windows(已禁用快速启动)和 Xubuntu。除了操作系统驱动器外,还有一个 NTFS 格式的数据驱动器。
我ntfsusermap
使用osxfuse 的 NTFS-3G 指南在 macOS 上写入驱动器。但是,我在 Xubuntu 下无法正常写入。例如:
touch new_file
确实创造了new_file
,但它抱怨setting times of 'new_file': Permission denied
。rm new_file
抱怨remove write-protected regular empty file 'new_file'
。rm -f
工作。
我认为这ntfsusermap
就是问题所在,我从未接触过 Windows 上的权限。我该怎么做才能修复或至少调试这个问题?
更新:getacl
驱动器上给出了以下信息:
# file: .
# owner: root
# group: dialout
user::rwx
group::rwx
other::rwx
以及任何文件、文件夹内:
# file: xxx
# owner: 501
# group: dialout
user::rwx
group::rwx
other::rwx
更新 2:我的fstab
台词,我只是复制了这个答案:
UUID=xxxx /media/DATA ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0