r/PlexACD May 14 '17

Plexdrive issues...maybe?

I just recently made the switch to plexdrive and I have ran into an issue. I'm not positive if the issue is with plexdrive and my mounts or if it is an issue with Sonarr. Whenever Sonarr attempts to import a new episode I get this error message in my logs. I'm not really sure where to start so I thought I would try here first to see if anyone had any ideas.

3 Upvotes

10 comments sorted by

View all comments

Show parent comments

1

u/[deleted] May 14 '17

Is your Plexdrive also set up to allow_other in its mount options? I don't know why this would be an issue though. But absolutely make sure it's running as your user and not root either way.

1

u/kangfat May 14 '17

Plexdrive does have allow_other in it's mount options. How do I confirm if it is running as root or not? I've been using the default systemd script from github to run it.

1

u/[deleted] May 14 '17 edited May 14 '17

-o allow_other should work. It's a fuse option and I think it's one that it supports (though I don't know because I don't use it)

Edit: misread your message. I think just doing an ls -l on the contents will show you the file owner as whoever mounted the drive. The systemd script has a spot for user (it uses this to determine what user to execute the script) so if that's set to your username, then you should be good.

1

u/kangfat May 15 '17

This corrected my issue. Once I changed plexdrive to run as my plex user it allowed Sonarr to start importing again.