Emby cannot see mount

What is the problem you are having with rclone?

Mounted folder does not show in Emby

What is your rclone version (output from rclone version)

1.52.1

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

CentOS 7 64 bit

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 gdriveadam:/Media /home/nodrog742/mount --allow-other

The rclone config contents with secrets removed.

[gdriveadam]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = {"access_token":"XXX","token_type":"Bearer","refresh_token":"XXX","expiry":"2020-06-10T23:51:12.753181649+02:00"}
team_drive =
root_folder_id = XXX
uid = 994
gid = 991

A log from the command with the -vv flag

2020/06/10 23:01:13 DEBUG : rclone: Version "v1.52.1" starting with parameters ["rclone" "mount" "gdriveadam:/Media" "/home/nodrog742/mount" "--allow-other" "-vv"]
2020/06/10 23:01:13 DEBUG : Using config file from "/home/nodrog742/.config/rclone/rclone.conf"
2020/06/10 23:01:14 DEBUG : fs cache: renaming cache item "gdriveadam:/Media" to be canonical "gdriveadam:Media"
2020/06/10 23:01:14 DEBUG : Google drive root 'Media': Mounting on "/home/nodrog742/mount"
2020/06/10 23:01:14 DEBUG : Adding path "vfs/forget" to remote control registry
2020/06/10 23:01:14 DEBUG : Adding path "vfs/refresh" to remote control registry
2020/06/10 23:01:14 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2020/06/10 23:01:14 DEBUG : : Root: 
2020/06/10 23:01:14 DEBUG : : >Root: node=/, err=<nil>

If emby is running as a different user you will need --allow-other

I am as shown above.

Sorry I missed that in your command. what user is emby running as?

What do these return?

ps -ef | grep emby

grep 994 /etc/passwd
grep 991 /etc/group

ls -al /home/nodrog742/mount

I got this working by changing mount directory

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