anfieldroad
Dabbler
- Joined
 - Dec 21, 2018
 
- Messages
 - 32
 
This is probably a repeat of a zillion other cries for help but how in heck do you mount an SMB share from FreeNAS on a Linux system:
# mount -t cifs -o "username=user,password=somethingsecret,rw,sec=ntlm,iocharset=utf8,vers=3.0" //nas/share1 share/
gives the usual:
mount error(95): Operation not supported
I've tried version 1.0, 2.0 all the ntlm variants... and I even got so desperate as to sacrifice a goat I "liberated" from the petting zoo up the road... all to no avail...
	
		
			
		
		
	
			
			# mount -t cifs -o "username=user,password=somethingsecret,rw,sec=ntlm,iocharset=utf8,vers=3.0" //nas/share1 share/
gives the usual:
mount error(95): Operation not supported
I've tried version 1.0, 2.0 all the ntlm variants... and I even got so desperate as to sacrifice a goat I "liberated" from the petting zoo up the road... all to no avail...