mount

来源:互联网 发布:淘宝lg生活海外旗舰店 编辑:程序博客网 时间:2024/06/09 23:54
查看共享
smbclient -L //192.168.3.93 --user=Administrator

挂载
mount -t cifs -o username=Administrator,password=xxx,codepage=cp936,isocharset=cp936 //192.168.3.93/remote/  /data1/local

卸载
umount -f /data1/local/