03-30-2021, 09:57 PM
(03-30-2021, 09:42 PM)Tim Curtis Wrote:(03-30-2021, 09:05 PM)quattr0 Wrote: I just switched the samba server from Ubuntu 18.0.4 to the Focal/current release and Samba mount stops working.
pi@moode:~ $ sudo mount -t cifs //ip_address_here/Music -o username=guest,password='',rsize=61440,wsize=65536,iocharset=utf8,vers=1.0,ro,dir_mode=0777,file_mode=0777 ./test
mount error(95): Operation not supported
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
pi@moode:~ $ sudo smbtree -N -b
smbXcli_negprot_smb1_done: No compatible protocol selected by server.
smbXcli_negprot_smb1_done: No compatible protocol selected by server.
Anyone knows how I could get around it? I could certainly mount it manually to /var/lib/music/NAS using
sudo mount.cifs //ip_address_here/Music -o username=guest,password='' /var/lib/mpd/music/NAS
but then everything is lost after a reboot.
Any tips? TIA.
What version of moOde?
Sorry...7.0.1