Thank you for your donation!


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


Solved: Mount NFS without permission to read
#5
Ok, thanks for posting the solution.

IIRC we tested vers=default a while back and it did not work in some of the cases we tried. In upcoming 7.1.0 release we are using nmap to query the NAS for which protocol version(s) it supports and then using highest version.

Heres the command
Code:
sudo apt-get install nmap
nmap HOST_NAME_OR_IP -p 139 --script smb-protocols |grep \|

The output is parsed a bit more by some PHP code.

I'd be interested is seeing what you get for output.

-Tim
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: Mount NFS without permission to read - by Tim Curtis - 02-14-2021, 11:03 PM

Forum Jump: