mount smb fs in linux
SUSE 12.5 Linux
zypper install smb-client
smbtree 可用
mount -t cifs -o username=xinyong-dell //192.168.11.60/Acronis /home/smb
Password for xinyong-dell@//192.168.11.60/Acronis: ******
Fedora core 33.0:同上 不用提前输入密码
Ubuntu 18.04& Redhat & Centos V7 Linux:
apt install smbclient
mount -t cifs -o username=xinyong-dell,password=12345 //192.168.11.60/Acronis /home/smb
- 阅读更多 关于 mount smb fs in linux
- 我要登陆 或者 我要注册 登陆后查看答案或者下载文件以及发表评论