I have a WD MyCloud Mirror that hosts my media, and use fstab to auto-mount the drive; since the latest update, I’ve been unable to access the shared folders. I can still access normally via my Windows computer, and my Android devices, I just can’t access via OSMC.
: osmc@osmc:~$ smbclient -L 192.168.1.2
Unable to initialize messaging context
Enter WORKGROUP\osmc’s password:
Sharename Type Comment
--------- ---- -------
CX61 Disk
Downloads Disk
Movies Disk
Music Disk
Public Disk
TV Disk
SmartWare Disk
TimeMachineBackup Disk
zfancher Disk
IPC$ IPC IPC Service (2-Bay Personal Cloud Storage)
Reconnecting with SMB1 for workgroup listing.
smbXcli_negprot_smb1_done: No compatible protocol selected by server.
protocol negotiation failed: NT_STATUS_INVALID_NETWORK_RESPONSE
Failed to connect with SMB1 – no workgroup available
osmc@osmc:~$ smbclient -m SMB3 -L 192.168.1.2
Unable to initialize messaging context
Enter WORKGROUP\osmc’s password:
Sharename Type Comment
--------- ---- -------
CX61 Disk
Downloads Disk
Movies Disk
Music Disk
Public Disk
TV Disk
SmartWare Disk
TimeMachineBackup Disk
zfancher Disk
IPC$ IPC IPC Service (2-Bay Personal Cloud Storage)
Reconnecting with SMB1 for workgroup listing.
smbXcli_negprot_smb1_done: No compatible protocol selected by server.
protocol negotiation failed: NT_STATUS_INVALID_NETWORK_RESPONSE
Failed to connect with SMB1 – no workgroup available
Just to verify the “username/password” entries in your fstab are correct and you just manually changed the before uploading logs for privacy reason, or?
Sorry my mistake, has to be forward slashes but also you need to replace user with your configured username on the NAS. smbclient //92.168.1.2/Movies -U user
osmc@osmc:~$ smbclient //192.168.1.2/Movies -U gfrazee
Unable to initialize messaging context
Enter WORKGROUP\gfrazee’s password:
Try “help” to get a list of possible commands.
smb: >
Really at a loss here which is why I started the thread. Nothing changed with my fstab, nothing with my NAS, etc. Even after updating !y NAS firmware and OS, I still could only access from everything but OSMC.
So you are sure username/password are correct in fstab?
You could try to add vers=3.0 to the fstab entry and unmount/mount after that.
Alternatively we could try to get it going via autofs instead of fstab.
You just would need to comment out you fstab entries and reboot before trying autofs.