On 2/12/19 5:51 PM, Bob Goodwin wrote:
This works:
[root@Box83 bobg]# smbclient //192.168.1.1/sdb1 Enter SAMBA\bobg's password: Try "help" to get a list of possible commands. smb: >
Did you try "ls"?
But I can't seem to find the right command to mount it:
[root@Box83 bobg]# mount.cifsĀ //192.168.1.1/sdb1 /mnt/test Password for bobg@//192.168.1.1/sdb1: mount error(112): Host is down Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
The kernel defaults to version 2 now, but if that's an old NAS, it might still be using version 1. Try: "mount -t cifs -o vers=1.0 //192.168.1.1/sdb1 /mnt/test"