Rclone mount from gdrive

Hello. I have a problem too. I encrypted the data using Rclone and saved it to Gdrive. Now I want to decrypt the binary file from Gdrive. I try it with rclone mount documentation but I can't. It still gives me this error:

Cannot create WinFsp-FUSE file system: mount point in use.
2020/05/04 13:25:18 ERROR: Google drive root 'private_stuff': Mount failed
2020/05/04 13:25:18 Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed

Can you advise me on what I'm doing wrong?

I'm at the point where it lists the file, but I need to decrypt it

You can't mount a file.

You can copy a file to a location.

Here is an example of copying a file and adjust for where you want to drop the file.

felix@gemini:~/example$ rclone copy gcrypt:hosts /home/felix/example/ -vv
2020/05/04 07:52:07 DEBUG : rclone: Version "v1.51.0" starting with parameters ["rclone" "copy" "gcrypt:hosts" "/home/felix/example/" "-vv"]
2020/05/04 07:52:07 DEBUG : Using config file from "/opt/rclone/rclone.conf"
2020/05/04 07:52:08 DEBUG : hosts: Need to transfer - File not found at Destination
2020/05/04 07:52:08 INFO  : hosts: Copied (new)
2020/05/04 07:52:08 INFO  :
Transferred:   	       266 / 266 Bytes, 100%, 1.206 kBytes/s, ETA 0s
Transferred:            1 / 1, 100%
Elapsed time:         0.2s

2020/05/04 07:52:08 DEBUG : 6 go routines active
2020/05/04 07:52:08 DEBUG : rclone: Version "v1.51.0" finishing with parameters ["rclone" "copy" "gcrypt:hosts" "/home/felix/example/" "-vv"]
felix@gemini:~/example$ cat hosts
127.0.0.1 localhost

"Cannot create WinFsp-FUSE file system: mount point in use"

hello,
you cannot have two mounts mounted to the same local folder at the same time
perhaps you already had rclone mount running in the background.
you can check task manager.

also, when creating the post, you should have been asked some question.
what version of rclone are you running?
what version of winfsp are you running?
what is your mount command?

Hi, I've tried it through a copy, but it shows me a failure.

C: \ rclone> rclone copy gdrivecrypt: /private_stuff/bakalarska_praca.txt.bin X:
Enter configuration password:
password:
2020/05/04 18:28:32 ERROR:: error reading source directory: directory not found
2020/05/04 18:28:32 ERROR: Attempt 1/3 failed with 2 errors and: directory not found
2020/05/04 18:28:32 ERROR:: error reading source directory: directory not found
2020/05/04 18:28:32 ERROR: Attempt 2/3 failed with 2 errors and: directory not found
2020/05/04 18:28:32 ERROR:: error reading source directory: directory not found
2020/05/04 18:28:32 ERROR: Attempt 3/3 failed with 2 errors and: directory not found
2020/05/04 18:28:32 Failed to copy with 2 errors: last error was: directory not found

Check to see what the file is.

rlcone ls gdrivecrypt:

and see where the file is from your listing.

did you intend to have a space character between gdrivecrypt: and /private_stuff/bakalarska_praca.txt.bin?

Hi.
C:\rclone>rclone --version
rclone v1.49.5

  • os/arch: windows/amd64
  • go version: go1.12.10

mount comand was C:\rclone>rclone mount gdrivecrypt:/private_stuff/bakalarska_praca.txt.bin X:
where gdrivecrypt is crypt remote, private_stuff is folder with bakalrska_praca.txt.bin what is encrypted file which I want decrypted

this is output
C:\rclone>rclone ls gdrivecrypt:
Enter configuration password:
password:
806 bakalarska_praca.txt
96 pokus.txt
96 input.txt
96 passwords.txt

As I noted above, you can't mount a file as that's not how mounts work in general. You mount a folder.

If you want to copy a file, you'd copy the file using a copy command.

Are you trying to copy a file or mount a folder?

there is no space in the display, I just copied incorrectly, if I understand the documentation correctly I enter the path to the file here

I just wanted to decrypt the bakalarska_praca.txt.bin file, but if that doesn't work, I can decrypt the whole private_stuff folder.

that is an old version,
you should update to the latest stable v1.51.0

what version of winfsp are you running?
latest stable is v.1.6

That really doesn't answer what I am asking though, so let me just give you both options:

mount

rclone mount gdrivecrypt: X:

That mounts the file to your X: assuming that is not an in use drive letter.

To copy:

rclone copy gdrivecrypt:bakalarska_praca.txt C:

Use whatever final location you want as I just picked C: randomly.

1 Like

winfsp [winfsp-1.4 version
do you think there is a problem with the version?

Thank you very much, it already works for me

that version is old and buggy.
you should update, no reboot needed.
just make sure you are not running a rclone mounts during the update.

http://www.secfs.net/winfsp/rel/
click the green download button

1 Like

i am a windows user, let me know what you need?
you might like my wiki

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