Comment 55 for bug 1872476

Revision history for this message
Dave Gregory (offspring-6) wrote :

@paelzer I'm here because I'm running into the same issue. Server and client are running Samba version 4.11.6-Ubuntu.

smbstatus shows SMB3 for the protocol.

Ubuntu client mounts Ubuntu server share via SMB via fstab. Kodi client returns the following errors:

2020-12-08 12:56:45.868 T:140052030023424 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://192.168.1.17/media/movies/4K/Resident.Evil.Extinction.2007.2160p.UHD.BluRay.x265-FLAME/Resident.Evil.Extinction.2007.2160p.UHD.BluRay.x265-FLAME.nfo-orig'
                                            unix_err:'14' error : 'Not a directory'
snippit of the smb.conf:
[media]
        writeable = yes
        path = /media/mergerfs
        guest ok = yes
        browseable = yes
        follow symlinks = yes
        wide links = yes
        directory mask = 0755
        directory mask = 0644
        force user = offspring

fstab entry from client:

//192.168.1.17/media /media/mergerfs cifs vers=3,users,uid=offspring,gid=offspring,users,credentials=/home/offspring/.smb,iocharset=utf8,sec=ntlmssp 0 0