Я пытаюсь переустановить сломанный пакет (tzdata) с помощью dpkg, но
sudo dpkg -i tzdata_2014e-0ubuntu0.12.04_all.deb
не работает. Вот вывод
dpkg: error processing tzdata_2014e-0ubuntu0.12.04_all.deb (--install):
unable to stat `./usr/share/zoneinfo/right/Europe/Bratislava' (which I was about to install): Input/output error
Errors were encountered while processing:
tzdata_2014e-0ubuntu0.12.04_all.deb
? Я пробовал --force-overwrite тоже. Есть идеи, как мне переустановить этот пакет?
ОБНОВЛЕНО
ls /usr/share/zoneinfo/right/Europe
дает
ls: cannot access /usr/share/zoneinfo/right/Europe/Bratislava: Input/output error
UPDATED2
Я сделал резервную копию проблемного каталога в другом месте и попытался подавить его
sudo cp -r /usr/share/zoneinfo/right ErrorDir
cp: cannot stat `/usr/share/zoneinfo/right/Europe/Bratislava': Input/output error
/usr/share/zoneinfo$ sudo rm -rf right
rm: cannot remove `right/Europe/Bratislava': Input/output error
Тот же код ошибки при установке apt-get -f: Есть идеи, как это исправить?