What is the problem you are having with rclone?
I used the mount command on windows 10, through a cmd window, to mount a remote drive on a ubuntu server via sftp. I gave the command a –no-console switch, thereby I ended up with a mounted drive without a cmd window. A drive mounted without the –no-console switch would persist until the cmd window is closed; but this one had no cmd window and I found no unmount command in the documentation.
Can someone please point me to some information or tell me how to unmount this drive? I found one message on this forum for unmounting drives using fuse on linux; but this drive in on windows.
This page:
https://learn.microsoft.com/en-us/windows/console/generateconsolectrlevent?redirectedfrom=MSDN
talks about sending a group of processes a “Ctl-C” from the console that is shared with the process to be ended (or that is how I understood it). It does not help me because I do not have the console anymore.
Run the command 'rclone version' and share the full output of the command.
rclone v1.69.1
- os/version: Microsoft Windows 10 Home 22H2 22H2 (64 bit)
- os/kernel: 10.0.19045.5487 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.24.0
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
SFTP
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
%USERPROFILE%\Desktop\rclone\rclone.exe mount ubuntu:receive/ Z: --log-file %USERPROFILE%\Desktop\rclone\logs\log.txt
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[ubuntu]
type = sftp
host = WWW.XXX.YYY.ZZZ
user = ubuntu
key_file = C:\Users\bbbb\.ssh\id_ed25519.pem
known_hosts_file = C:\Users\bbbb\.ssh\known_hosts
ssh =
shell_type = bash
skip_links = true
idle_timeout = 10m0s
A log from the command that you were trying to run with the -vv
flag
2025/03/08 19:41:38 DEBUG : rclone: Version "v1.69.1" starting with parameters ["C:\\Users\\ayoub\\Desktop\\rclone\\rclone.exe" "mount" "ubuntu:receive" "Z:" "--log-file" "C:\\Users\\ bbbb\\Desktop\\rclone\\logs\\log.txt" "-vv"]
2025/03/08 19:41:38 DEBUG : Creating backend with remote "ubuntu:receive"
2025/03/08 19:41:38 DEBUG : Using config file from "C:\\Users\\ bbbb\\Desktop\\rclone\\rclone.conf"
2025/03/08 19:41:39 DEBUG : sftp://ubuntu@WWW.XXX.YYY.ZZZ:22/receive: New connection 192.168.0.177:52030->WWW.XXX.YYY.ZZZ:22 to "SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8"
2025/03/08 19:41:39 DEBUG : sftp://ubuntu@WWW.XXX.YYY.ZZZ:22/receive: Shell type "bash" from config
2025/03/08 19:41:39 DEBUG : sftp://ubuntu@WWW.XXX.YYY.ZZZ:22/receive: Relative path resolved to "/home/ubuntu/receive"
2025/03/08 19:41:39 DEBUG : sftp://ubuntu@WWW.XXX.YYY.ZZZ:22/receive: Using root directory "/home/ubuntu/receive"
2025/03/08 19:41:39 INFO : sftp://ubuntu@WWW.XXX.YYY.ZZZ:22/receive: poll-interval is not supported by this remote
2025/03/08 19:41:39 DEBUG : Network mode mounting is disabled
2025/03/08 19:41:39 CRITICAL: Fatal error: failed to mount FUSE fs: mountpoint path already exists: Z:
I have not done anything with the drive except mount it.