VM Debian10 | Plex --> Connect to FreeNAS share (FreeNAS-11.2-U7)
debian without sudo
the FreeNAS allready keeps the Video fils
- -
Quellen/Source:
-
- Plex.tv Forum request | apt-key add - (23) Failed writing body
- support.plex.tv | mounting-network-resources
-
-
-
    
            
            
            
                
debian without sudo
the FreeNAS allready keeps the Video fils
| # apt install -y curl | |||
| # apt install -y apt-transport-https | |||
| # curl https://downloads.plex.tv/plex-keys/PlexSign.key | apt-key add - | |||
| # wget -qO https://downloads.plex.tv/plex-keys/PlexSign.key | apt-key add - | |||
| # echo deb https://downloads.plex.tv/repo/deb ./public main | tee /etc/apt/sources.list.d/plexmediaserver.list | |||
| # apt update | |||
| # apt install -y plexmediaserver | |||
| # systemctl status plexmediaserver | |||
| # systemctl start plexmediaserver | |||
| on FreeNAS you have a smb share where the Videos are | |||
| on FreeNAS create a user with password with acces to the share | |||
| back to the VM | |||
| # cd /mnt | |||
| # mkdir video | |||
| # df -h | will just check what is there | ||
| # vi /etc/fstab | |||
| //10.147.42.73/share_video /mnt/video cifs user=uplex,password=0JqwDMTT,rw,iocharset=utf8,vers=3.0,noperm 0 0 | the IP is the address of FreeNas | ||
| # mount -a | |||
| # df -h | you should see the mounted share too  | 
- -
Quellen/Source:
-
- Plex.tv Forum request | apt-key add - (23) Failed writing body
- support.plex.tv | mounting-network-resources
-
-
-