首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > windows >

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

2012-09-29 
把windows一个目录mount到Ubuntu下,非root用户没有写权限http://bbs.chinaunix.net/thread-1929832-1-1.ht

把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

?

?

  1. ? ? #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.

热点排行