12
loading...
This website collects cookies to deliver better user experience
$ ......
and you can run it in terminal$ sudo apt update && sudo apt upgrade
$ sudo raspi-config
$ sudo reboot
sudo nano /boot/config.txt
$ mkdir /media/hd
(if using NTFS drive install ntfs-3g)$ sudo blkid
get the UUID of your device
finally, add the device in the /etc/fstab
--> make sure you have a backup in case you mess-up or something went wrong.
$ sudo nano /etc/fstab
attach your device using UUID or partuuid
sample file
PARTUUID=06568f1 /media/hd/ auto nofail,uid=1000,git=1000,umask=000 0 0
Download plex directly from Website
You will download a .deb file
To excute it
$sudo dpkg -i ./plexserver....deb
When installation is completed you may wish to reboot.
Now open a browser and head over to IP/web/index.html of your raspberry pi (in my case IP is 192.168.1.100)
--> 192.168.1.100:32400/web/index.html
You will need to log in to plex to continue.
Adding library
rsync
. Have better options comment down.