ensure our operating system is entirely up to date:
sudo apt-get update
sudo apt-get upgrade
This package allows the “apt” package manager to retrieve packages over the “https” protocol that the Plex repository uses.
sudo apt-get install apt-transport-https
add the official Plex package repository:
curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add –
add the official plex repository
echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
run the “update” command again to refresh the package list
sudo apt-get update
install the “plexmediaserver” package, run
sudo apt install plexmediaserver
sudo reboot
Mount the NAS shares
sudo mount -t cifs -o vers=1.0,username=Marius //192.168.222.111/Iron4TB1 /home/pi/Iron4TB1
sudo mount -t cifs -o vers=1.0,username=Marius //192.168.222.111/Iron4TB2 /home/pi/Iron4TB2
sudo mount -t cifs -o vers=1.0,username=Marius //192.168.222.111/Iron4TB4 /home/pi/Iron4TB4
sudo mount -t cifs -o vers=1.0,username=Marius //192.168.222.111/plex3 /home/pi/3Download3
auto mount – try this