安装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
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