KoqueSilva 2 Posted November 1, 2021 Posted November 1, 2021 Can someone help me solve this mine when I'm going to scan the emby movies using rclone he doesn't recognize? Mount: mount --log-file "C:\rclone\Logs\rclone.log" --log-level INFO --allow-other --allow-non-empty --fuse-flag sync_read --async-read --timeout =1h --transfers=16 --checkers=8 --tpslimit 10 --max-read-ahead=256M --poll-interval=1m --dir-cache-time=1000h --vfs-cache-mode=writes --vfs-cache-max-age=1h --vfs-read-chunk-size-limit=2048M --vfs-read-chunk-size=64M --buffer-size=64M --cache-dir "D: \DriveFSCache" GoogleDrive: G: --config "C:\Users\enoqu\.config\rclone\rclone.conf" rclone.log
rodainas 191 Posted November 1, 2021 Posted November 1, 2021 (edited) This is not emby related, you are not mounting the remote so emby has nothing to read from. Failed to create file system for "GoogleDrive:": didn't find section in config file Check your rclone.conf file You also got this other one 2021/11/01 15:19:28 Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed: cgofuse: cannot find winfsp Is winfsp installed? Edited November 1, 2021 by rodainas Append
kikinjo 282 Posted November 1, 2021 Posted November 1, 2021 (edited) U are missing fuse, u need to install it. Secondly mount is not present. Your switches are doubtful..for example cache max 1h ? Also make sure emby has all needed permissions on mount folder. Edited November 1, 2021 by kikinjo
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now