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?
drmagoo
November 3, 2018, 11:39am
2
It’s always Linux permissions. Please make sure Linux user plex has read access to the files on your drive.
Using other hard drives (Windows or Linux) with PMS
This How-To is written to help with Internal and External drives. It also is written to demonstrate how to cope with NTFS and EXT4 formatted drives. By logical extension, any format supported by Linux can be handled using the technique shown here. In all cases, the goal is to give user plex permission to read your media files which Linux doesn’t allow by default due to its strict security model.
We will walk through the steps needed …
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.
drmagoo
November 3, 2018, 11:25pm
4
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:
Customizing your Plex configuration on systemd based systems
This information is intended for those systems where cat /proc/1/comm returns systemd.
On systems which use Systemd (Ubuntu 16+, Fedora, Centos 7, Debian 8,) you create this customization file which SystemD reads prior to launching PMS. This file is independent of the default configuration and service control mechanisms in /lib/systemd/system/plexmediaserver.service. Your customization override is preserved across updates, uninstal…
Btw: Please also read the official PMS on RPi guide.
Introduction
Plex supports Debian and Ubuntu based ARMv7 (armhf) and ARMv8 (arm64) distributions.
To view all threads tagged server-linux-arm in the Plex Media Server/NAS & Devices category click here
To view all threads tagged server-linux-arm in the entire forum click here
Manage Expectations
Video transcoding is not recommended at all on ARMv7 and ARMv8 devices. For the best experience, always aim for Direct Play support on all of your devices.
OS Installation
It’s out of scope of …
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
One thing… trying to get my Pi to be static IP… is that recommended or not? I read mixed reviews. Thanks.
system
Closed
February 3, 2019, 7:08pm
6
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.