Sonarr version (exact version): 2.0.0.4645 Mono version (if Sonarr is not running on Windows): 4.2.3 OS: Ubuntu Server 14.04 ((Debug logs)): http://pastebin.com/dJizBCe2 (Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here) Description of issue: Hello, for some reason sonarr can’t see my google drive mounted folder (ocamlfuse), if im browsing for it in the root folder selection like in a series it doesn’t show up at all.
Sab can see it and write to it and Ubuntu can see it and write to it as well, Sonarr worked for a little bit then stopped, thanks for the help
Well, we can’t diagnose writing permission issues if you can’t su into the account. I’d suggest trying to fix it, even if you don’t think it’s related, so that you can continue troubleshooting your main issue.
Ok is sonarr supposed to run under its own user account, because right now it’s running under the main one I login to ‘admuser’, since my last reply I have also began to use Amazon Cloud Drive and have mounted it to a local folder through acd_cli
And it can’t see the Amazon folder either, I do know that the only similarity between Google drive and Amazon mount points is the fact that FUSE is what provides the actual mounting for the file system
the mount point for both has to be mounted with the fuser option “allow_other”, you have to uncomment the allow_other line in the conf file /etc/fuse.conf.
then mount acd with
acd_cli mount --allow-other /mountpoint
or for google drive
google-drive-ocamlfuse -o allow_other mount /mountpoint