Hi. I'm trying to mount my google drive on my server and add that folder to Plex library.
So i made remote and cache in rclone and mounted cache with below command:
In the mounted folder, can you share the output of one location from the command prompt?
felix@gemini:/gmedia$ ls -al
total 21
drwxrwxr-x 1 felix felix 0 Sep 30 13:43 .
drwxr-xr-x 30 root root 4096 Sep 30 10:33 ..
-rw-rw-r-- 1 felix felix 243 May 19 17:33 mounted
drwxrwxr-x 27 felix felix 4096 Oct 1 05:11 Movies
drwxrwxr-x. 7 felix felix 4096 Sep 30 13:43 NZB
drwxrwsr-x. 5 felix felix 4096 Sep 29 07:09 torrents
drwxrwxr-x 22 felix felix 4096 Oct 1 02:12 TV
You probably want to change the umask to 000 instead of what you have. That will open up permissions. Normally, I run my rclone mount as my user rather than root. Doesn't really matter too much unless you are super security concerned. No one uses my Linux box but me so is not really that big an issue.
And also this time used the mount command without sudo to mount as current user named "appbox". folder mounts successfully, but still Plex cant read the directory.
My mounted folder name is "plexdrive" and here is permission tab in vcn:
I'm not sure there is a Plex user at all, i using a Seedbox and my provider installed Plex by default and i trying to implement Google drive integration with Plex myself.
What files are you expecting in there?
Some rare movies and personal videos that uploaded to my Google drive before.
You want to login to that user and just check from the command line if the files are accessible.
Something with ffprobe or mediainfo would be fine.
felix@gemini:/gmedia/Movies/Unsane (2018)$
felix@gemini:/gmedia/Movies/Unsane (2018)$ ls -al
total 25330478
-rw-rw-r-- 1 felix felix 25938409160 Jun 21 2018 'Unsane (2018).mkv'
felix@gemini:/gmedia/Movies/Unsane (2018)$ mediainfo Unsane\ \(2018\).mkv
General
Unique ID : 31493629323965439396648643536880216598 (0x17B173CEFEC3BA1E53E17C6DC1A92A16)
Complete name : Unsane (2018).mkv
Format : Matroska
Format version : Version 4 / Version 2
File size : 24.2 GiB
Duration : 1 h 38 min
Overall bit rate : 35.2 Mb/s
Encoded date : UTC 2018-06-21 10:22:42
Writing application : mkvmerge v24.0.0 ('Beyond The Pale') 64-bit
Writing library : libebml v1.3.6 + libmatroska v1.4.9
You'd have to work with the support team as you have to do some mapping to expose paths and such as I don't use dockers as I find they add a bit of complexity that I don't need.
Perhaps someone else can chime in that is more docker savvy but I'm sure the problem would lie within how the docker is being used and presenting the proper mappings.