Opendrive dropping mounts

What is the problem you are having with rclone?

The server I have boots up and connects to the rclone config fine, and works when I ask it to ls the dir. It mounts as a drive, but when you go to open a file from the mount, it errors, and says 404. Then it completely disconnects the mount. Which is weird! And it randomly started doing it a few days ago. Other drives work fine. And when you poll it, its showing ls fine

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

rclone v1.71.0

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

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

opendrive

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

any command that I run does it.

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

[opendrive]
type = opendrive
username = XXX
password = XXX
### Double check the config for sensitive info before posting publicly

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

2025/09/22 21:09:25 DEBUG : rclone: Version "v1.71.0" starting with parameters ["rclone" "config" "redacted" "-vv"]
2025/09/22 21:09:25 DEBUG : Using config file from "/home/atom/.config/rclone/rclone.conf"
[opendrive]
type = opendrive
username = XXX
password = XXX
### Double check the config for sensitive info before posting publicly
2025/09/22 21:09:25 DEBUG : rclone: Version "v1.71.0" finishing with parameters ["rclone" "config" "redacted" "-vv"]

Other log outputs:

Sep 22 20:52:34 High-Frequency-Server rclone[1114]: IO error: failed to get folder list: Unknown 404 Not Found (Error 404)

Sep 22 20:52:39 High-Frequency-Server rclone[1114]: /: Dir.Stat error: failed to get folder list: Unknown 404 Not Found (Error 404)

Sep 22 20:52:39 High-Frequency-Server rclone[1114]: IO error: failed to get folder list: Unknown 404 Not Found (Error 404)

Sep 22 20:52:44 High-Frequency-Server rclone[1114]: /: Dir.Stat error: failed to get folder list: Unknown 404 Not Found (Error 404)

Sep 22 20:52:44 High-Frequency-Server rclone[1114]: IO error: failed to get folder list: Unknown 404 Not Found (Error 404)

Sep 22 20:52:47 High-Frequency-Server rclone[1114]: Signal received: terminated

Sep 22 20:52:47 High-Frequency-Server rclone[1114]: Exiting...

Sep 22 20:52:57 High-Frequency-Server rclone[85424]: Serving remote control on http://127.0.0.1:5572/

Sep 22 20:52:57 High-Frequency-Server rclone[85424]: OpenDrive root '': poll-interval is not supported by this remote

Sep 22 20:52:57 High-Frequency-Server rclone[85424]: OpenDrive root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream

welcome to the forum,

instead of complex rclone mount, pick the simplest command that reproduces the issue.
for example, rclone copy just one single file using -vv --retries=1

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