What is the problem you are having with rclone?
Rclone WebGUI does not show mount points made using rclone mount
command
The command run fine, the remote is mounted and can be access through normal file explorer.
Run the command 'rclone version' and share the full output of the command.
rclone v1.69.1
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-134-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.24.0
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Onedrive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
I start the web GUI with
rclone rcd --rc-web-gui --rc-web-gui-no-open-browser
then mount the remote
rclone mount ODrive: /odrive
I also tried mounting the remote before starting webGUI, which gave the same result.
The rclone config contents with secrets removed.
[ODrive]
type = onedrive
token = {"access_token":"redacted","token_type":"Bearer","refresh_token":"redacted","expiry":"2025-03-21T11:42:32.031790048+07:00"}
drive_id = redacted
drive_type = business