Stable Rclone suddenly fails to mount

What is the problem you are having with rclone?

Not Mounting. I use windows 10. I did have a power failure today and after rebooting my problems started. I uninstalled rebooted and reinstalled winfsp winfsp-1.10.22006. Confirmed my google drive was still live by html it is. Now I am here. Any help would be appreciated.

Run the command 'rclone version' and share the full output of the command.

rclone v1.57.0

  • os/version: Microsoft Windows 10 Pro 2009 (64 bit)
  • os/kernel: 10.0.19044.1586 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.17.2
  • go/linking: dynamic
  • go/tags: cmount

Are you on the latest version of rclone? You can validate by checking the version listed here:
yes, see above

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)

Paste command here
```rclone mount -vv --rc --bwlimit-file 5M --vfs-read-chunk-size=1M --vfs-read-chunk-size-limit=0 --tpslimit 10 --tpslimit-burst 10 --vfs-cache-max-age 5000h --dir-cache-time 5000h --drive-acknowledge-abuse --vfs-cache-mode full gdrive:/ d:/gdrive```


#### The rclone config contents with secrets removed.  
<!--  You should use 3 backticks to begin and end your paste to make it readable.   -->

Paste config here

type = drive
scope = drive.readonly
root_folder_id = 
token = removed
team_drive = removed
client_id = removed
client_secret = removed```



#### A log from the command with the `-vv` flag  
<!-- You should use 3 backticks to begin and end your paste to make it readable.  Or use a service such as https://pastebin.com or https://gist.github.com/   -->

Paste log here

2022/03/08 18:59:11 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "mount" "--rc" "--bwlimit-file" "5M" "--vfs-read-chunk-size=1M" "--vfs-read-chunk-size-limit=0" "--tpslimit" "10" "--tpslimit-burst" "10" "--vfs-cache-max-age" "5000h" "--dir-cache-time" "5000h" "--drive-acknowledge-abuse" "--vfs-cache-mode" "full" "gdrive:/" "d:/gdrive" "-vv"]
2022/03/08 18:59:11 NOTICE: Serving remote control on http://localhost:5572/
2022/03/08 18:59:11 DEBUG : Creating backend with remote "gdrive:/"
2022/03/08 18:59:11 DEBUG : Using config file from "C:\\Users\\Dreagle\\Desktop\\rclone\\rclone.conf"
2022/03/08 18:59:11 DEBUG : gdrive: detected overridden config - adding "{P2dbo}" suffix to name
2022/03/08 18:59:11 DEBUG : fs cache: renaming cache item "gdrive:/" to be canonical "gdrive{P2dbo}:"
2022/03/08 18:59:11 DEBUG : vfs cache: root is "C:\\Users\\Dreagle\\AppData\\Local\\rclone"
2022/03/08 18:59:11 DEBUG : vfs cache: data root is "\\\\?\\C:\\Users\\Dreagle\\AppData\\Local\\rclone\\vfs\\gdrive{P2dbo}"
2022/03/08 18:59:11 DEBUG : vfs cache: metadata root is "\\\\?\\C:\\Users\\Dreagle\\AppData\\Local\\rclone\\vfsMeta\\gdrive{P2dbo}"
2022/03/08 18:59:11 DEBUG : Creating backend with remote "C:/Users/Dreagle/AppData/Local/rclone/vfs/gdrive{P2dbo}/"
2022/03/08 18:59:11 DEBUG : fs cache: renaming cache item "C:/Users/Dreagle/AppData/Local/rclone/vfs/gdrive{P2dbo}/" to be canonical "//?/C:/Users/Dreagle/AppData/Local/rclone/vfs/gdrive{P2dbo}/"
2022/03/08 18:59:11 DEBUG : Creating backend with remote "C:/Users/Dreagle/AppData/Local/rclone/vfsMeta/gdrive{P2dbo}/"
2022/03/08 18:59:11 DEBUG : fs cache: renaming cache item "C:/Users/Dreagle/AppData/Local/rclone/vfsMeta/gdrive{P2dbo}/" to be canonical "//?/C:/Users/Dreagle/AppData/Local/rclone/vfsMeta/gdrive{P2dbo}/"
2022/03/08 18:59:11 DEBUG : Network mode mounting is disabled
2022/03/08 18:59:11 DEBUG : Mounting on "d:\\gdrive" ("gdrive{P2dbo}")
2022/03/08 18:59:11 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2022/03/08 18:59:11 DEBUG : Google drive root '': Mounting with options: ["-o" "attr_timeout=1" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=gdrive{P2dbo}"]
Cannot create WinFsp-FUSE file system: mount point in use.
2022/03/08 18:59:11 ERROR : Google drive root '': Mount failed
2022/03/08 18:59:11 Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed```

I realized what the errors meant and I deleted the gdrive mounting folder that was left behind during power outage. All is fine now.

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