[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Checking for bad sectors in a ReiserFS partition
On Sun, Feb 18, 2001 at 07:50:46AM +0200, Shlomi Fish wrote:
> I'd like to check and mark the bad sectors, but I don't know how to do
> that. The reiserfsck program does not seem to do such a thing, so I'm
> asking you what does.
AFAIK with ext2fs partitions, you first do a block-level read test with
the "badblocks" utility. Then you feed the values 'badblocks' returns
to 'e2fsck -l badblocks_file'. I don't know if reiserfs' check utility
supports those files.
--
Best regards,
Ilya Konstantinov
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il