0

I have edited the fstab file to have

//192.168.12.14/Silver Screen /media/Movies cifs redentials=/home/chase/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0
//192.168.12.14/tv /media/TV cifs credentials=/home/chase/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0

the Tv one works but the first one does not, I'm not sure if it has something to do with the space, but the folder does have the space. they are on the same NAS but two different directories. I can't make them the same due to the size. I need both of the folders to show up for plex to be albe to read them.

any help is appreshated.

steeldriver
  • 136,215
  • 21
  • 243
  • 336

1 Answers1

1

Silver Screen is is your problem. Try removing the space. SilverScreen and make sure the mount point server side matches it.

You could also use speech marks. "Silver Screen". Doing this will cause fstab to read the folder "Silver Screen" as one folder. Without the speech marks fstab reads two folder names Silver and Screen. Of which it will only use the first name Silver.

Personally I opt to use no spaces in file or folder names. Life made simple.