分类: LINUX
2012-03-09 12:00:34
首先,你要下载smbmount,运行 :
apt-get install smbfs
然后就会安装smbmount了,我自己Ubuntu系统的loacle设置是:zh_CN.UTF-8,相信大多数使用ubuntu的人都是这样设置的吧,平时使用samba的话,直接输入smb://hostname 就可以了。
然后尝试一下把公司服务器上的路径mount过来。
smbmount //192.168.0.34/sam ~/sam -o user=username,pass=passpord,iocharset=utf8
或者
mount -t smbfs //192.168.0.34/sam ~/sam -o user=username,pass=passpord,iocharset=utf8
http://blog.csdn.net/hong19860320/article/details/7228178