read <file>: input/output error

What is the problem you are having with rclone?

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

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

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

rclone -vv copyto ~/net-disk/downloads/iTerm2-3_4_17.zip /tmp/iTerm2-3_4_17.zip

The rclone config contents with secrets removed.

[alist190]
type = webdav
url = http://10.10.10.190:5244/dav
vendor = other
user = admin
pass = OY_80QUmCS4RGGzn4jAiVGQmnaGDUFY4d_g

A log from the command with the -vv flag

 ✘ tony@MAC ~/Downloads/  rclone -vv copyto ~/net-disk/downloads/iTerm2-3_4_17.zip /tmp/iTerm2-3_4_17.zip
2022/11/09 16:43:28 DEBUG : rclone: Version "v1.58.0-beta.5833.5c646dff9" starting with parameters ["./rclone" "-vv" "copyto" "/Users/tony/net-disk/downloads/iTerm2-3_4_17.zip" "/tmp/iTerm2-3_4_17.zip"]
2022/11/09 16:43:28 DEBUG : Creating backend with remote "/Users/tony/net-disk/downloads/iTerm2-3_4_17.zip"
2022/11/09 16:43:28 DEBUG : Using config file from "/Users/tony/.config/rclone/rclone.conf"
2022/11/09 16:43:28 DEBUG : fs cache: adding new entry for parent of "/Users/tony/net-disk/downloads/iTerm2-3_4_17.zip", "/Users/tony/net-disk/downloads"
2022/11/09 16:43:28 DEBUG : Creating backend with remote "/tmp/"
2022/11/09 16:43:28 DEBUG : iTerm2-3_4_17.zip: Need to transfer - File not found at Destination
2022/11/09 16:43:29 DEBUG : iTerm2-3_4_17.zip: Reopening on read failure after 0 bytes: retry 1/10: read /Users/tony/net-disk/downloads/iTerm2-3_4_17.zip: input/output error
2022/11/09 16:43:29 DEBUG : iTerm2-3_4_17.zip: Reopening on read failure after 0 bytes: retry 2/10: read /Users/tony/net-disk/downloads/iTerm2-3_4_17.zip: input/output error
2022/11/09 16:43:29 DEBUG : iTerm2-3_4_17.zip: Reopening on read failure after 0 bytes: retry 3/10: read /Users/tony/net-disk/downloads/iTerm2-3_4_17.zip: input/output error
2022/11/09 16:43:29 DEBUG : iTerm2-3_4_17.zip: Reopening on read failure after 0 bytes: retry 4/10: read /Users/tony/net-disk/downloads/iTerm2-3_4_17.zip: input/output error
2022/11/09 16:43:29 DEBUG : iTerm2-3_4_17.zip: Reopening on read failure after 0 bytes: retry 5/10: read /Users/tony/net-disk/downloads/iTerm2-3_4_17.zip: input/output error
2022/11/09 16:43:29 DEBUG : iTerm2-3_4_17.zip: Reopening on read failure after 0 bytes: retry 6/10: read /Users/tony/net-disk/downloads/iTerm2-3_4_17.zip: input/output error
2022/11/09 16:43:29 DEBUG : iTerm2-3_4_17.zip: Reopening on read failure after 0 bytes: retry 7/10: read /Users/tony/net-disk/downloads/iTerm2-3_4_17.zip: input/output error
2022/11/09 16:43:30 DEBUG : iTerm2-3_4_17.zip: Reopening on read failure after 0 bytes: retry 8/10: read /Users/tony/net-disk/downloads/iTerm2-3_4_17.zip: input/output error
2022/11/09 16:43:30 DEBUG : iTerm2-3_4_17.zip: Reopening on read failure after 0 bytes: retry 9/10: read /Users/tony/net-disk/downloads/iTerm2-3_4_17.zip: input/output error
2022/11/09 16:43:30 DEBUG : iTerm2-3_4_17.zip: Reopening on read failure after 0 bytes: retry 10/10: read /Users/tony/net-disk/downloads/iTerm2-3_4_17.zip: input/output error
2022/11/09 16:43:30 DEBUG : iTerm2-3_4_17.zip: Reopen failed after 0 bytes read: failed to reopen: too many retries
2022/11/09 16:43:30 NOTICE: iTerm2-3_4_17.zip: Removing partially written file on error: read /Users/tony/net-disk/downloads/iTerm2-3_4_17.zip: input/output error
2022/11/09 16:43:30 ERROR : iTerm2-3_4_17.zip: Failed to copy: read /Users/tony/net-disk/downloads/iTerm2-3_4_17.zip: input/output error
2022/11/09 16:43:30 ERROR : Attempt 1/3 failed with 1 errors and: read /Users/tony/net-disk/downloads/iTerm2-3_4_17.zip: input/output error

Why are you using a beta version? Update to the lates stable please.

Looks like a local copy? Not sure how the remote fits in.

Are you using a rclone mount somewhere?

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