Fatal error: failed to mount FUSE fs: failed to retrieve mountpoint path information: CreateFile F:Current: The device is not ready

What is the problem you are having with rclone?

Not being able to mount

What is your rclone version (output from rclone version)

I have latest rclone 

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

Win 10, 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 Courses:Current F:

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

2021/07/24 16:20:31 DEBUG : rclone: Version "v1.54.0" starting with parameters ["rclone" "mount" "Courses:" "F:" "-vv"]
2021/07/24 16:20:31 DEBUG : Creating backend with remote "Courses:"
2021/07/24 16:20:31 DEBUG : Using config file from "C:\\Users\\HP\\.config\\rclone\\rclone.conf"
2021/07/24 16:20:32 DEBUG : Google drive root '': root_folder_id = "0AI_Y7LO9x2ZCUk9PVA" - save this in the config to speed up startup
2021/07/24 16:20:33 DEBUG : Network mode mounting is disabled
2021/07/24 16:20:33 Fatal error: failed to mount FUSE fs: failed to retrieve mountpoint path information: CreateFile F:: The device is not ready.

hello and welcome to the forum,

did you install winfsp, which provides the fuse feature
https://rclone.org/commands/rclone_mount/#installing-on-windows

you can download the latest version at
https://github.com/billziss-gh/winfsp/releases/tag/v1.9

and update rclone at
https://rclone.org/downloads/

Thank you! Before creating this post, i searched around for the similar issues, upgreaded the rclone, made sure winsfp is there but i didn't had the latest winsfp

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