With FreeNAS I'm replacing a Synology that I had mounted via SMB in a Ubuntu 16.04 machine. My fstab used to look like this with the creds stored and locked, worked great
Simply modifying this to the new mounts like this
Results in this error:
Watched a guy do it on a youtube video with his fstab laid out like this and it worked for him, but I got the same error as above so it feels like something is not right on the FreeNAS side that somehow only impacts Ubuntu connecting but I really don't know.
I have no issue opening \\10.0.1.23\freenas in widnows with the same credentials I'm using in ubuntu. Big question here is why is none of this working with the FreeNAS box??
Code:
//192.168.1.21/ds418 /mnt/ds418 cifs credentials=/home/myname/ds418creds,iocharset=utf8,sec=ntlm 0 0
Simply modifying this to the new mounts like this
Code:
//192.168.1.23/freenas /mnt/freenas cifs credentials=/home/myname/freenascreds,iocharset=utf8,sec=ntlm 0 0
Results in this error:
Code:
mount error(95): Operation not supported Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Watched a guy do it on a youtube video with his fstab laid out like this and it worked for him, but I got the same error as above so it feels like something is not right on the FreeNAS side that somehow only impacts Ubuntu connecting but I really don't know.
Code:
//192.168.1.23/freenas /mnt/freenas/ cifs username=username,password=ispassword,rw,iocharset=utf8,noperm 0 0
I have no issue opening \\10.0.1.23\freenas in widnows with the same credentials I'm using in ubuntu. Big question here is why is none of this working with the FreeNAS box??