What is the problem you are having with rclone?
rclone mount not working
What is your rclone version (output from rclone version
)
1.55.1
Which OS you are using and how many bits (eg Windows 7, 64 bit)
windows 10 64bit
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 GD_EDU:/ g:
A log from the command with the -vv
flag
D:\Apps\rclone>rclone mount -vv --debug-fuse GD_EDU:/ g:
2021/07/05 21:12:09 DEBUG : Using config file from "C:\\Users\\nhtru\\.config\\rclone\\rclone.conf"
2021/07/05 21:12:09 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "mount" "-vv" "--debug-fuse" "GD_EDU:/" "g:"]
2021/07/05 21:12:09 DEBUG : Creating backend with remote "GD_EDU:/"
2021/07/05 21:12:09 DEBUG : GD_EDU: Loaded invalid token from config file - ignoring
2021/07/05 21:12:09 DEBUG : Saving config "token" = "{\"access_token\":\"ya29.a0ARrdaM89j1SXk983QW1uyvGSrt-6LY20ydfMyUml77um4UBjASsy43n-74mFcuWoZ20ZSs1guUvu90FiWmB4jaCN4M5CfWYvTmm-IUrNuzk7ekZjQk1nbw8VRLeftYHkNMZC_lZB_IoBS75h1CRiiL01MIHQ\",\"token_type\":\"Bearer\",\"refresh_token\":\"1//0eWD5hwLRNS9LCgYIARAAGA4SNwF-L9IrTKu1rnlzbM8C22aepktr02RWAqFXpGPOYWWsVtnLIpCvoAbnMp1To99iDLcp7zp_AYw\",\"expiry\":\"2021-07-05T22:12:08.8384974-07:00\"}" in section "GD_EDU" of the config file
2021/07/05 21:12:09 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021/07/05 21:12:09 DEBUG : GD_EDU: Saved new token in config file
2021/07/05 21:12:10 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: Rate Limit Exceeded, rateLimitExceeded)
2021/07/05 21:12:10 DEBUG : pacer: Rate limited, increasing sleep to 1.121621496s
2021/07/05 21:12:10 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: Rate Limit Exceeded, rateLimitExceeded)
2021/07/05 21:12:10 DEBUG : pacer: Rate limited, increasing sleep to 2.726860434s
2021/07/05 21:12:11 DEBUG : pacer: Reducing sleep to 0s
2021/07/05 21:12:11 DEBUG : Google drive root '': root_folder_id = "0AE7md2XsdskSUk9PVA" - save this in the config to speed up startup
2021/07/05 21:12:11 DEBUG : fs cache: renaming cache item "GD_EDU:/" to be canonical "GD_EDU:"
2021/07/05 21:12:14 DEBUG : Network mode mounting is disabled
2021/07/05 21:12:14 DEBUG : Mounting on "g:" ("GD_EDU")
2021/07/05 21:12:14 DEBUG : Google drive root '': Mounting with options: ["-o" "attr_timeout=1" "-o" "debug" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=GD_EDU"]
Cannot create WinFsp-FUSE file system: unspecified error.
2021/07/05 21:12:14 ERROR : Google drive root '': Mount failed
2021/07/05 21:12:14 Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed
Thank you so much for your help