問題:
[/]# mount_smbfs //
[email protected]/snapshot /mnt/
mount_smbfs: can't get server address: syserr = Host is down
[/]# mount_smbfs -I 192.168.0.2 //
[email protected]/snapshot /mnt/
Password:
mount_smbfs: unable to open connection: syserr = Connection reset by peer
解決:加 -I 參數,並且使用NetBIOS名稱
[/]# mount_smbfs -I 192.168.0.2 //user@NetBIOSName/snapshot /mnt/
Password:
[/]# ls /mnt/