Trouble Mounting SMB Share from Ubuntu

KazuyaDarklight

Dabbler
Joined
May 8, 2019
Messages
36
I know there are guides all over the net, maybe I'm being stupid but they aren't helping.

My fileserver was Windows 10 and the following fstab string worked fine. I moved to FreeNAS and now it fails and I can't seem to figure out what I need to change to fix it. I have a small domain setup, the FreeNAS is connected and the same AD user is in use now that was used for the Win10 version of the share, and its been given read/write/mod permission over the media dataset and its contents. When attempting to mount this generates Error(5): Input/output error

/etc/fstab Content - the default stuff then:
//<serverName.ad.domain.com>/media /media/plex_media cifs credentials=/home/<UbuntuUser>/.smbcredentials,iocharset=utf8,gid=117,uid=111,vers=3.0,file_mode=0777,dir_mode=0777 0 0


.smbcredentials
username=<plex_ad_user> (Just the username, no specific domain attributions)
password=<password>


Thank you for your time.
 
D

dlavigne

Guest
Were you able to resolve this? If not, which version of FreeNAS? What is the full text of the error?
 
Top