Dee*_*ole 10 linux smb
有了IP,在Linux下如何访问共享的smb文件?
当我输入例如:
smb://192.168.0.50 我收到一条错误消息。
oak*_*kad 5
如果您确定目标计算机正在运行 samba,您可以将显式 IP 传递给smbclient或mount.cifs:
smbclient
mount.cifs
smbclient //<samba_name>/<share> -I <machine ip to connect to> mount -t cifs //<samba_name>/<share> <mount point> -o ip=<machine ip to connect to>
归档时间:
11 年,7 月 前
查看次数:
76277 次
最近记录:
2 年,6 月 前