如何配置 autofs/automount 以便每个用户都可以完全访问自动安装的 CIFS 共享?
更多信息
这是我当前配置的:
/etc/auto.master
/mnt /etc/auto.htpc --ghost
/etc/auto.htpc
htpc -fstype=cifs,username=content,password=content ://192.168.0.2/Content
只要用户是 root,它就可以正常工作。
我尝试添加uid=fred,guid=fred
,但最终只是允许“fred”用户读/写访问权限,所有其他用户都会得到“权限被拒绝”。
我也尝试过添加,umask=000
但只有 root 有权访问。
答案1
将 /etc/auto.htpc 更改为:
htpc -fstype=cifs,rw,file_mode=0777,dir_mode=0777,username=content,password=content ://192.168.0.2/Content
这将允许任何用户从安装点写入和读取