把windows一个目录mount到Ubuntu上,非root用户没有写权限
把windows一个目录mount到Ubuntu下,非root用户没有写权限
http://bbs.chinaunix.net/thread-1929832-1-1.html
# mount.cifs //192.168.10.213/mount /home/gamester88/桌面/test -o guest,dir_mode=0777
file_mode=arg
复制代码
If the server does not support the CIFS Unix extensions this
overrides the default file mode.
dir_mode=arg
If the server does not support the CIFS Unix extensions this
overrides the default mode for directories.