[Solved]PlexMediaCenter on Ubuntu Server doesn't show any contents on md0 raid5 folder (btrfs)

Hello, I really would like to try Plex, especially for its transcoded skills.

My problem is simple: plex shows me the device (8c099316:75ce33b9:0301d14a:etc) but with nothing inside. I’m the owner of directory, but I setted permission to read and write 777. So I don’t know what problem is it.

Thanks in advance

Best regards

Show the mounts please?

If mounted in /media, Nautilus will cut Plex off every time.

The solution:

  1. mkdir /raid
  2. chown yourname:yourname /raid
  3. chmod 755 /raid
  4. Make /etc/fstab entries to mount on /raid

Thanks @ChuckPa . I solved giving 755 One by One to the folders /media than /user than /“md0”

md0 is the device… we never access it that way.
We always access the mounted filesystem view

If you want to do it easier.

find /top-directory-here -type d -exec chmod 755 {} \;
find /top-directory-here -type f -exec chmod 644 {} \;

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