dsa# mount_smbfs -I 192.168.200.72 //cumtftp@192.168.200.72/cumtftp /mnt
dsa# mount_smbfs
usage: mount_smbfs [-E cs1:cs2] [-I host] [-L locale] [-M crights:srights]
[-N] [-O cowner:cgroup/sowner:sgroup] [-R retrycount]
[-T timeout] [-W workgroup] [-c case] [-d mode] [-f mode]
[-g gid] [-n opt] [-u uid] //user@server/share node
这和linux下不一样,在linux下是这样的。
dsa# mount_smbfs
usage: mount_smbfs [-E cs1:cs2] [-I host] [-L locale] [-M crights:srights]
[-N] [-O cowner:cgroup/sowner:sgroup] [-R retrycount]
[-T timeout] [-W workgroup] [-c case] [-d mode] [-f mode]
[-g gid] [-n opt] [-u uid] //user@server/share node
这和linux下不一样,在linux下是这样的。
[root@localhost cumtftp]# smbmount //192.168.200.72/cumtftp /mnt/cumtftp/ -o username=xxxx,password=xxxx
//202.119.200.72/cumtftp 是提供磁盘的服务器共享名
/mnt/cumtftp/这个是挂接到本机的地址
-o 后面的是选项
username=xxxx,password=xxxx 输入磁盘服务器提供的用户名和密码就可以了。
博客介绍了在Linux系统下挂载服务器共享磁盘的方法。通过smbmount命令,指定服务器共享名、本机挂载地址,以及输入服务器提供的用户名和密码,即可完成挂载操作。
1828

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



