Jump to content

Why is Emby sometimes not detecting my folder?


Etcetera

Recommended Posts

I am using a mounted drive to watch videos from, but it seems like Emby only wants to access the files when it feels like it. I have tried doing this:

sudo usermod -a -G root emby
sudo usermod -a -G etcetera emby

Which worked the first time but then it doesn't anymore. What am I doing wrong?

Link to comment
Share on other sites

3 minutes ago, Luke said:

What do you mean by accessed?

When I type ls-l in /media, I get this:

drwxrwxrwx+ 4 root root 4096 Sep 27 17:44 etcetera

But when I try to open the folder as user emby, the permission is denied.

Link to comment
Share on other sites

mastrmind11
9 hours ago, Etcetera said:

When I type ls-l in /media, I get this:


drwxrwxrwx+ 4 root root 4096 Sep 27 17:44 etcetera

But when I try to open the folder as user emby, the permission is denied.

the directory is owned by the root group and user, which is the issue.  it also has an ACL associated with it that is also breaking you., or will break you in the future.  parent folders have to have proper permissions as well as the sub folders and files.

Link to comment
Share on other sites

2 hours ago, mastrmind11 said:

the directory is owned by the root group and user, which is the issue.  it also has an ACL associated with it that is also breaking you., or will break you in the future.  parent folders have to have proper permissions as well as the sub folders and files.

Okay, how do I fix that?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...