Noob need to mount

What is the problem you are having with rclone?

Hi,

I'm using win11pro, and I'm trying to install rclone to connect to a newly created ovhcloud cold archive.

So I installed rclone v1.63.1-windows-amd64 , using command line, I launched gui , because I prefer...

I managed (I believed) to configure my s3 ovhcloud connection, and now i'm trying to create a mountingpoint.

I installed winfsp, 2.0.23075 with developper option, so I can use \memfs64. (I read the manual)

I managed to create a new mapped drive T: and assign \memfs64 to it. seems to work.

Now, when I want to configure the mount in rclone gui , I have a "request failed with status code 500" and this errors in cmd:

when using an already created folder:
ERROR : rc: "mount/mount": error: failed to mount FUSE fs: mountpoint path already exists: T:\moicold

So I deleted the folder and I'mhaving this :
ERROR : rc: "mount/mount": error: failed to mount FUSE fs: mount stopped before calling Init: mount failed: cgofuse: cannot find winfsp

What did I miss?
How could I solve this?
Please...

Sorry for noob question, if it is...

Thanks

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

rclone v1.63.1

  • os/version: Microsoft Windows 11 Pro 22H2 (64 bit)
  • os/kernel: 10.0.22621.2215 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.20.6
  • go/linking: static
  • go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

ovh cold archive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

don't know the exact command used, because I use GUI

The rclone config contents with secrets removed.

rclone v1.63.1
- os/version: Microsoft Windows 11 Pro 22H2 (64 bit)
- os/kernel: 10.0.22621.2215 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.20.6
- go/linking: static
- go/tags: cmount

Hope, that I have done everyting right :slight_smile:

GUI is not under development for years and effectively is not supported at the moment.

Before you move into mounting check if your S3 remote works but running some basic command, i.e.:

rclone lsd remote_name:

welcome to the forum,

worked for me.

memfs-x64.exe -s 10485760 -m T:
memfs -t -1 -n 1024 -s 10485760 -m T:
The service memfs has been started.
rclone mount wasabi01:zork t:\zork -vv
2023/09/12 08:49:48 DEBUG : rclone: Version "v1.63.1" starting with parameters ["rclone" "mount" "wasabi01:zork" "t:\\zork" "-vv"]
2023/09/12 08:49:48 DEBUG : Creating backend with remote "wasabi01:zork"
2023/09/12 08:49:48 DEBUG : Mounting on "t:\\zork" ("wasabi01 zork")
2023/09/12 08:49:48 DEBUG : S3 bucket zork: Mounting with options: ["-o" "attr_timeout=1" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=wasabi01 zork"]
The service rclone has been started.

Thanks a lot to both of you. hope iit will help someone else. (Sadly) I choose to use another app with GUI; and it work for me.