Hello!
On Wed, Aug 21, 2002 at 07:06:56AM +0000, Sean Rima wrote:
> I am getting a couple of Input/Output errors on files and cannot remove the files.
>In fact if I touch them, my pc freezes.
>
> It is a Linux 2.2.20 with reiserfs compiled, the HD is reiser. Is there anyway to
>use reiserfsck to sort these errors. The files lay on the root
> / hd
You need to obtain latest reiserfsprogs (3.6.3), create rescue boot disk of some
sort with reiserfsck from this reiserfsprgs version, boot off this rescue
disk and use reiserfsck to identify errors you have, and then fix the errors
by running reiserfsck with suggested options.
If you want to be on safe side, you may just run
reiserfsck -l /somewhere/logfile /dev/your_root_partition
and send us the logfile generated, and we will suggest you what to do next.
Bye,
Oleg