http://frfj.blogspot.com/2008/08/linuxsamba.html
环境:UBUNTU8.04
安装smbfs包
#apt-get install smbfs
挂载命令:
#mount mount -t smbfs -o username=out,password=out123,iocharset=utf8,codepage=cp936 //SERVER/PATH /mnt/
注意服务器地址是'/',不是'/'
然后就可以像访问本地文件一样访问服务器文件了.
本文介绍了如何在Ubuntu 8.04环境下安装并配置Samba服务。通过使用apt-get安装smbfs包,可以实现文件共享。文章详细说明了挂载命令的参数设置,并指出服务器地址的正确写法。
http://frfj.blogspot.com/2008/08/linuxsamba.html
环境:UBUNTU8.04
安装smbfs包
#apt-get install smbfs
挂载命令:
#mount mount -t smbfs -o username=out,password=out123,iocharset=utf8,codepage=cp936 //SERVER/PATH /mnt/
注意服务器地址是'/',不是'/'
然后就可以像访问本地文件一样访问服务器文件了.
1218
2155

被折叠的 条评论
为什么被折叠?