fstab instrubtions
This commit is contained in:
parent
2be381c029
commit
dec737fad7
13
Readme.md
13
Readme.md
@ -6,7 +6,7 @@ https://github.com/plexinc/pms-docker/blob/master/README.md
|
|||||||
|
|
||||||
`docker-compose up -d`
|
`docker-compose up -d`
|
||||||
|
|
||||||
## Setup TV/Movie Folder link to nerwork
|
## Setup TV/Movie Folder link to network
|
||||||
|
|
||||||
- Series Folder:
|
- Series Folder:
|
||||||
`sudo mount -t cifs -o username=marcelo //swaghausen-wg/marceload/Serien /media/plex/tvseries`
|
`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:
|
- Football Folder:
|
||||||
`sudo mount -t cifs -o username=marcelo //swaghausen-wg/marceload/Fußball /media/plex/football`
|
`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
|
- unmount folder in case e.g. of name change
|
||||||
`sudo umount -a -t cifs -l`
|
`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
|
Library\Application Support\Plex Media Server\Preferences.xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user