安装cifs 访问windows的共享文件

sudo apt-get install smbfs
but failed
follow the hints

sudo apt-get install cifs-utils
ok

now i can mount windows share direcotry

 

挂载windows的共享目录

mount -c cifs -ouser=xxx,passwd=yyy //192.168.1.1/share_dir  /mount_point

posted on 2013-08-23 20:27  kwingmei  阅读(722)  评论(0编辑  收藏  举报

导航