Plex Media Server on Raspberry Pi3

Hi,

I recently installed Plex in my Raspberry Pi3 B+. I got a 2TB SSD drive and loaded my movies in the Movies/ folder. I connected it to my Raspberry and I can see the drive in Plex but it doesn’t show the Movies/ folder or it’s content to load the library.

How do I resolve it?

It’s always Linux permissions. Please make sure Linux user plex has read access to the files on your drive.

From Step C… I get the following:

drwxr-xr-x 2 pi pi 4096 Nov 3 10:47 pstuffs

I don’t get the drwxrwxrwx… any idea why?

my df gives me the following:

pi@raspberrypi:~ $ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 10738260 3953644 6216092 39% /
devtmpfs 470116 0 470116 0% /dev
tmpfs 474724 67520 407204 15% /dev/shm
tmpfs 474724 12392 462332 3% /run
tmpfs 5120 4 5116 1% /run/lock
tmpfs 474724 0 474724 0% /sys/fs/cgroup
/dev/mmcblk0p6 72576 22501 50076 32% /boot
tmpfs 94944 0 94944 0% /run/user/1000
/dev/mmcblk0p9 7597524 114448 7074092 2% /media/pi/Storage
/dev/mmcblk0p8 524008 145616 378392 28% /media/pi/System
/dev/mmcblk0p5 30701 5523 22885 20% /media/pi/SETTINGS
/dev/mmcblk0p12 7089656 16116 6690360 1% /media/pi/share
/dev/mmcblk0p11 1983052 1167484 696788 63% /media/pi/root0
/dev/mmcblk0p10 60478 7190 53289 12% /media/pi/boot0
/dev/sda2 1953496060 115581836 1837914224 6% /media/pi/PiStuffs

I tried to follow the steps for /dev/sda2 but wasn’t successful.

Can you please provide the steps for specific to my drive only…?

I also changed Plex to use pi instead of Plex user to give full access.

Please read step C again. It does not matter where your drive is currently mounted at (e.g. /media/pi/PiStuffs). You create new directories and mount your drive /dev/sda2 in step D at the new location.

I am 99 % sure you did not (you did edit something in /etc/default/plexmediaserver.prev, correct?). You have to do something like this:

Btw: Please also read the official PMS on RPi guide.

I went through the steps again before your post but I also had to add pi to the plugdev group.

Once I restarted the raspberry pi… not sure if the steps worked or adding to the group worked but I have it working… Thanks :slight_smile:

One thing… trying to get my Pi to be static IP… is that recommended or not? I read mixed reviews. Thanks.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.