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 [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]