The error I get is âBad Optionâ When I try to do the tests that it suggests in the guide
Also getting warnings that 15:25:35:046: Set document metadata failed: Setting attribute metadata::gedit-spell-language not supported (I get this when I save the Fstab File)
/etc/Fstab
#Plex
//qnap/share/Movies /nas/Movies cifs auto,defaults,nofail,credentials=/etc/plex.cred,uid=plex 0 0
//qnap/share/Anime /nas/Anime cifs auto,defaults,nofail,credentials=/etc/plex.cred,uid=plex 0 0
//qnap/share/TV /nas/TV cifs auto,defaults,nofail,credentials=/etc/plex.cred,uid=plex 0 0
//qnap/share/DVR /nas/dvr cifs auto,defaults,nofail,credentials=/etc/plex.cred,uid=plex 0 0
//qnap/share/Music /nas/music cifs auto,defaults,nofail,credentials=/etc/plex.cred,uid=plex 0 0
//qnap/share/Photo /nas/photo cifs auto,defaults,nofail,credentials=/etc/plex.cred,uid=plex 0 0
.
In the host file I set the qnap variable to 192.168.1.2 which is the static address to my NAS
The NAS
On the Network its called TheNAS
I have a folder labeled Plex_Library
Inside that folder I have Anime, DVR, Movies, Music, Photo and TV.
Here is a copy of my terminal screen:
lex@Plex-Server:/etc$ sudo gedit fstab
** (gedit:9766): WARNING **: 15:25:35.046: Set document metadata failed: Setting attribute metadata::gedit-spell-language not supported
** (gedit:9766): WARNING **: 15:25:35.046: Set document metadata failed: Setting attribute metadata::gedit-encoding not supported
** (gedit:9766): WARNING **: 15:25:59.000: Set document metadata failed: Setting attribute metadata::gedit-position not supported
plex@Plex-Server:/etc$ cd âŠ
plex@Plex-Server:/$ sudo sh
mount -avt cifs
/ : ignored
/boot/efi : ignored
none : ignored
mount: /nas/Movies: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program.
mount: /nas/Anime: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program.
mount: /nas/TV: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program.
mount: /nas/dvr: bad option; for several filesystems (e.g
Here is a copy of my terminal screen:. nfs, cifs) you might need a /sbin/mount. helper program.
mount: /nas/music: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program.
mount: /nas/photo: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program.
sudo sh
mount /nas/Movies
mount: /nas/Movies: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program.
sudo gedit fstab
** (gedit:10237): WARNING **: 21:09:06.581: Set document metadata failed: Setting attribute metadata::gedit-position not supported
sudo gedit /etc/
What I intended is to mount the NAS so I could use it like Ive been before. THe laptop does the transcode dutys while the NAS stores everything.