Hello everybody
i was trying to update Radarr using dietpi-software but I got into this error
Any suggestion?
Can't reinstall radarr using dietpi-software due to Input/Output Error Topic is solved
Re: Can't reinstall radarr using dietpi-software due to Input/Output Error
Hi,
many thanks for your message. Looks like you moved dietpi userdata to an external device. Could that be? And ther are I/O errors accessing this device.
Btw: to update radarr, you should use the update function inside radarr ui
many thanks for your message. Looks like you moved dietpi userdata to an external device. Could that be? And ther are I/O errors accessing this device.
Btw: to update radarr, you should use the update function inside radarr ui
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Can't reinstall radarr using dietpi-software due to Input/Output Error
The problem is that I get the same error on the web interface and that's why I wanted to update but after updating the problem is still there
I have user data on and external HDD but Sonarr/Radarr/Transmission have no problem with access
any suggestion?
I have user data on and external HDD but Sonarr/Radarr/Transmission have no problem with access
any suggestion?
Re: Can't reinstall radarr using dietpi-software due to Input/Output Error
looks like it's this specific folder causing issues. MediaCover/31
You could check for kernel messages dmesg -l err,crit,alert,emerg
Or check for file system errors fsck -a /dev/sda1 (replace /dev/sda1 with correct device name)
You could check for kernel messages dmesg -l err,crit,alert,emerg
Or check for file system errors fsck -a /dev/sda1 (replace /dev/sda1 with correct device name)
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Can't reinstall radarr using dietpi-software due to Input/Output Error
Here's the result of dmesg
[ 2.936681] sd 1:0:0:0: [sdb] No Caching mode page found
[ 2.936689] sd 1:0:0:0: [sdb] Assuming drive cache: write through
So, the partition is sda3 and it's a NTFS partition
so I should assume that NTFS is the culprit?
[ 2.936681] sd 1:0:0:0: [sdb] No Caching mode page found
[ 2.936689] sd 1:0:0:0: [sdb] Assuming drive cache: write through
So, the partition is sda3 and it's a NTFS partition
so I should assume that NTFS is the culprit?
Re: Can't reinstall radarr using dietpi-software due to Input/Output Error
the kernel message is for sdb but yout device is sda. means they are not related. I don't think it is related to ntfs as you have the error message on a specific directory. You could try to move this away. Maybe that will help.
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Can't reinstall radarr using dietpi-software due to Input/Output Error
Solved but it was tricky.
As I couldn't delete the folder from terminal, I had to plug the hdd to my pc and manually erase it.
Thanks for your help!
As I couldn't delete the folder from terminal, I had to plug the hdd to my pc and manually erase it.

Thanks for your help!

Re: Can't reinstall radarr using dietpi-software due to Input/Output Error
ok probably some corruption on that directory. Maybe you should scan that device for errors to be on safe side.
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team