Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: Samba mount seems to work but fails
#10
(03-30-2021, 10:22 PM)Tim Curtis Wrote:
(03-30-2021, 09:57 PM)quattr0 Wrote:
(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 

Whats the output from the command below?

Code:
nmap "SERVER_NAME or IP_ADDRESS" -p 139 --script smb-protocols |grep \|

Ah hah..looks like it doesn't support v1 anymore?

pi@moode:~ $ nmap 192.168.x.x -p 139 --script smb-protocols | grep \|
| smb-protocols:
|   dialects:
|     2.02
|     2.10
|     3.00
|     3.02
|_    3.11
Reply


Messages In This Thread
Samba mount seems to work but fails - by koslowj - 09-08-2019, 04:02 PM
RE: Samba mount seems to work but fails - by quattr0 - 03-30-2021, 10:50 PM

Forum Jump: