`rclone rc mount/listmounts` empty but mount point working

What is the problem you are having with rclone?

rclone rc mount/listmounts is not showing any mounts even though the command running rc creates a working mount. The command just returns an empty array. Is this a bug or something to do with my specific config and/or usage?

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

rclone v1.66.0

  • os/version: ubuntu 22.04 (64 bit)
  • os/kernel: 5.15.0-102-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.22.1
  • go/linking: static
  • go/tags: none

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

sftp

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

rclone rc mount/listmounts

The command used to start rclone

rclone mount crypt: /mnt/whitebox --rc --rc-no-auth

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[crypt]
type = crypt
remote = whitebox:
password = XXX
password2 = XXX

[whitebox]
type = sftp
host = XXX
user = XXX
port = 23
pass = XXX
shell_type = unix
md5sum_command = md5 -r
sha1sum_command = sha1 -r

A log from the command that you were trying to run with the -vv flag

$ rclone rc mount/listmounts -vv

2024/04/16 15:47:29 DEBUG : rclone: Version "v1.66.0" starting with parameters ["rclone" "rc" "mount/listmounts" "-vv"]
{
	"mountPoints": []
}
2024/04/16 15:47:29 DEBUG : 6 go routines active

welcome to the forum,

check out https://forum.rclone.org/t/rclone-mount-rc-not-reporting-mountpoint-created-by-itself-without-web-gui/44825

Huh, I saw a seperate post by this same person reporting the issue with the web-gui, not sure how I missed this. Thanks!

A bug then it seems. Maybe I'll give a PR a go.

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