Currently I have installed PMS on a Raspbian, what works great.
But when I try to add an external hard drive into the PMS library, Plex doesn’t see anything.
I have already tried the Plex user to = PI, but further then this I don’t know which actions I need to do, to make sure that Plex can ready my external drive.
I’m a linux noob. Had a Pi for a while, and used Kodi before; but I’ve been trying to step PMS. Everything was done in like 5 minutes, except that Plex couldn’t see past the top level of the drive. ( I know, that’s everyone’s problem, and it’s a permissions issue. )
I followed . ChuckPA’s Tutorial but even after I would chmod the newly made folders, the permissions would revert to dr-x------ root:root , once the drives were mounted regardless of the rw option set fstab. I’ve spent hour hours trying to figure this out, even thinking that maybe my disks had some bad sectors and learning about fsck and running checks on them… sigh.
and the long and short of it, was that I needed ntfs-3g intalled. I’m guessing that it may have something to do with the fact that I’m re purposing drives that I’ve already used on Windows machines? Not sure. Either way, this is what I did to fix the issue:
sudo apt-get install ntfs-3g to get ntfs-3g.
id plex to get the plex user id and gid ( was 111 and 155 – not sure if that’s standard thought )