把windows一个目录mount到Ubuntu下,非root用户没有写权限

xiaoxiao2021-02-28  72

http://bbs.chinaunix.net/thread-1929832-1-1.html

 

# mount.cifs //192.168.10.213/mount /home/gamester88/桌面/test -o guest,dir_mode=0777

 

 

    #mount.cifs //192.168.10.213/mount /home/gamester88/桌面/test -o username=root,passwd=123456,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.

转载请注明原文地址: https://www.6miu.com/read-76265.html

最新回复(0)