Rclone mount with windows

Hey, I have been trying out the latest rclone and attempting to mount my gdrive on Windows 7 64bit.

I have downloaded and installed WinFsp and when I try to mount gdrive to an unused drive letter:

rclone mount gsuite: B:

I get this error:

rclone mount gsuite: B: -vv
2017/07/31 21:54:13 DEBUG : rclone: Version "v1.37" starting with parameters ["r
clone" "mount" "gsuite:" "B:/" "-vv"]
2017/07/31 21:54:13 INFO  : Google drive root '': Modify window is 1ms
2017/07/31 21:54:13 DEBUG : Google drive root '': Mounting on "B:/"
2017/07/31 21:54:13 DEBUG : Google drive root '': Mounting with options: ["-o" "
fsname=gsuite:" "-o" "subtype=rclone" "-o" "max_readahead=131072" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone"]
Cannot create WinFsp-FUSE file system: unspecified error.
2017/07/31 21:54:13 ERROR : Google drive root '': Mount failed
2017/07/31 21:54:13 Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed

Is there another program I am missing or does anyone know where i’ve went wrong?

Thanks!
Is there another program I am missing or does anyone know where i’ve went wrong?

Thanks!

Can you try adding --debug-fuse to those options to see if it gives any more info.

Afraid there is no further information. :frowning:

Actually, changing the mount dir gave a bit more info:

C:\Users\Andy\Desktop\torrents\rclone-v1.37-windows-amd64>rclone mount gsuite: C:\Users\Andy\Desktop\torrents\rclone-v1.37-windows-amd64\asd -vv --debug-fuse
2017/07/31 22:17:19 DEBUG : rclone: Version "v1.37" starting with parameters ["rclone" "mount" "gsuite:" "C:\\Users\\Andy\\Desktop\\torrents\\rclone-v1.37-windows-amd64\\asd" "-vv" "--debug-fuse"]
2017/07/31 22:17:20 DEBUG : pacer: Rate limited, sleeping for 1.062062019s (1 consecutive low level retries)
2017/07/31 22:17:20 DEBUG : pacer: low level retry 1/10 (error googleapi: Error403: Rate Limit Exceeded, rateLimitExceeded)
2017/07/31 22:17:20 DEBUG : pacer: Rate limited, sleeping for 2.027278008s (2 consecutive low level retries)
2017/07/31 22:17:20 DEBUG : pacer: low level retry 2/10 (error googleapi: Error403: Rate Limit Exceeded, rateLimitExceeded)
2017/07/31 22:17:21 DEBUG : pacer: Rate limited, sleeping for 4.309073231s (3 consecutive low level retries)
2017/07/31 22:17:21 DEBUG : pacer: low level retry 3/10 (error googleapi: Error403: Rate Limit Exceeded, rateLimitExceeded)
2017/07/31 22:17:23 DEBUG : pacer: Resetting sleep to minimum 10ms on success
2017/07/31 22:17:23 INFO  : Google drive root '': Modify window is 1ms
2017/07/31 22:17:23 DEBUG : Google drive root '': Mounting on "C:\\Users\\Andy\\
Desktop\\torrents\\rclone-v1.37-windows-amd64\\asd"
2017/07/31 22:17:23 DEBUG : Google drive root '': Mounting with options: ["-o" "fsname=gsuite:" "-o" "subtype=rclone" "-o" "max_readahead=131072" "-o" "debug" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone"]
Cannot create WinFsp-FUSE file system: unspecified error.
2017/07/31 22:17:24 ERROR : Google drive root '': Mount failed
2017/07/31 22:17:24 Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed