On Thu, 5 Apr 2001, Silviu Cojocaru wrote:

>
> I think my HDD may be off to some beautiful place in the sky, meanwhile, I
> need some data, and everytime I try to access it it gives me some stuff
> about not being able to read some inode and then it resets the hdd and so
> on, it could go on forever. I want to know how I could get that data back,
> and then mark the bad sector so it not used. The problem has developed
> under the root partition, which is mounted.
>
> I thought I could use e2fsck, but it complains that it could cause
> problems on a mounted partition (root partition).
>
> I tryied running it with -pc option.
>
> Any suggestions ?
>
>
Change to the single user mode, remount the root file system read only,
and run e2fsck -fpc, and it should work.  It will take a while.  You can
also go to the single user mode when booting using the linux
init=/bin/bash option  This will get you a shell prompt with the root
file system mounted read-only, and the other file systems not mounted.

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to