

Since our drive was /dev/sda1, and of the filesystem type “fat32” this is what I did to make it work as the media library for Plex Media Server: sudo nano /etc/fstabĪnd add the following line: /dev/sda1 /mnt/library fatfs defaults 0 0 (Thanks to Steve for submitting this additional step)Īnd there you have it! All the commands we used to get Plex Media Server installed on a Raspberry Pi 3 in a nice clean blog post 🙂įrom there, we plugged in the USB flash drive (don’t do it! Use a proper external hard drive–this was only a demonstration) and after it mounted we used the following command to see its /dev assignment: sudo mount

Sudo chown -R pi:pi /var/lib/plexmediaserver

This is the “easy” method (which didn’t work for us because my keyboard was in some weird mode with no pipe character): wget -O - | sudo apt-key add -Īlternate method (which I had to use on the show since I didn’t have a pipe character… I’ve cleaned it up a bit since the live show so it is cleaner since it was an unexpected twist and I kinda made it seem more confusing than it should): wget -O /tmp/pms.key Add the Plex Media Server repository provided by Universität Leipzig.Įcho "deb jessie main" | sudo tee /etc/apt//pms.list.If you already have this, it’ll report as “already the current version” and you can move on.

