Input/output error

n1zjd

New Member
May 24, 2025
2
0
1
I had an LXC become unresponsive last night. Rebooted the entire machine expecting things would return to business as usual.

rclone mount is failing with directory not empty. So added --allow-non-empty. No joy.

Tried to rm -rf the directory and get rm: cannot remove 'directory': Input/output error.

S.M.A.R.T. Values (/dev/nvme0n1)

SMART/Health Information (NVMe Log 0x02)
Critical Warning: 0x00
Temperature: 39 Celsius
Available Spare: 100%
Available Spare Threshold: 10%
Percentage Used: 1%
Data Units Read: 8,071,282 [4.13 TB]
Data Units Written: 37,301,563 [19.0 TB]
Host Read Commands: 149,049,870
Host Write Commands: 744,570,483
Controller Busy Time: 57,445
Power Cycles: 18
Power On Hours: 4,527
Unsafe Shutdowns: 8
Media and Data Integrity Errors: 0
Error Information Log Entries: 0
Warning Comp. Temperature Time: 0
Critical Comp. Temperature Time: 0

Any help would be appreciated!
 
We really need to see the commands you used and there's no context. My guess is unmounting rclone and then mounting in a empty directly will fix the issue.
 
Sorry for the lack of information. I was concerned there was an issue with the drive/filesystem.

Was able to solved the issue by disabling the rclone service, unmounting, rm -rf the directory.

Thanks for the help!