Mounted GDrive but Plex doesnt see it as directory, only a file?

What is the problem you are having with rclone?

Mount is working fine. I can see the files on my RPi but Plex wont use the directory

What is your rclone version (output from rclone version)

rclone v1.53.1

  • os/arch: linux/arm
  • go version: go1.15

Which OS you are using and how many bits (eg Windows 7, 64 bit)

linux/arm

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount drive:MountTv /disks/GoogleTv/ --daemon

The rclone config contents with secrets removed.

[drive]
type = drive
client_id = 
client_secret = 
scope = drive
token = {"access_token":""}
team_drive = 

[local]
type = local

[driveJ]
type = drive
client_id = 
client_secret = 
scope = drive
token = {"access_token":""}

[ftp]
type = ftp
host = lw983.usbx.me
user = 
port = 21
pass = 

[ftp2]
type = sftp
host = lw983.usbx.me
user = 
port = 21
pass = 

A log from the command with the -vv flag

rclone mount drive:MountTv /disks/GoogleTv/ --daemon -vv
2020/11/17 23:28:15 DEBUG : rclone: Version "v1.53.1" starting with parameters ["rclone" "mount" "drive:MountTv" "/disks/GoogleTv/" "--daemon" "-vv"]
2020/11/17 23:28:15 DEBUG : Creating backend with remote "drive:MountTv"
2020/11/17 23:28:15 DEBUG : Using config file from "/home/pi/.config/rclone/rclone.conf"
2020/11/17 23:28:16 DEBUG : rclone: Version "v1.53.1" finishing with parameters ["rclone" "mount" "drive:MountTv" "/disks/GoogleTv/" "--daemon" "-vv"]

EDIT: Issue solved. Needed to change settings in /etc/fuse.conf then used new command:
rclone mount drive:MountTv /disks/GoogleTv/ --allow-other --buffer-size 256M --dir-cache-time 96h --timeout 1h --umask 002 --daemon

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