fstab instrubtions

This commit is contained in:
decherma 2022-06-27 00:00:13 +02:00
parent 2be381c029
commit dec737fad7

View File

@ -6,7 +6,7 @@ https://github.com/plexinc/pms-docker/blob/master/README.md
`docker-compose up -d`
## Setup TV/Movie Folder link to nerwork
## Setup TV/Movie Folder link to network
- Series Folder:
`sudo mount -t cifs -o username=marcelo //swaghausen-wg/marceload/Serien /media/plex/tvseries`
@ -20,11 +20,18 @@ https://github.com/plexinc/pms-docker/blob/master/README.md
- Football Folder:
`sudo mount -t cifs -o username=marcelo //swaghausen-wg/marceload/Fußball /media/plex/football`
- edit fstab
`sudo nano /etc/fstab`
`//swaghausen-wg/marceload/Serien /media/plex/tvseries cifs vers=3.0,credentials=/home/odroid/.sharelogin,iocharset=utf8,file_mode=0777,dir_mode=0777,nofail 0 0`
- mount all
`sudo mount -a`
- unmount folder in case e.g. of name change
`sudo umount -a -t cifs -l`
restart container to make files available after mount
- restart container to make files available after mount
`docker restart plex`
Library\Application Support\Plex Media Server\Preferences.xml