Page 1 of 1

[SOLVED]fsck duplicate or bad block in use

Posted: 7. May 2012, 12:09
by ink3
Fell the power of your computer.
And fsck have communicate:
duplicate or bad block in use
/dev/sda6: Multiply claimed block(s) in ......
and several blocks.
Every time when I boot OS I have fsck check partitions and errors
as above.
Later Salix start normally and work.
How to fix it?

Re: fsck duplicate or bad block in use

Posted: 7. May 2012, 13:17
by Shador
Unmount the respective partition, if it's not possible while running your system boot from a LiveCD or similar. Then call dosfsck with -a or -r option and /dev/sda6: http://man.cx/dosfsck
For example like this:

Code: Select all

dosfsck -a /dev/sda6

Re: fsck duplicate or bad block in use

Posted: 8. May 2012, 08:58
by ink3
I boot livecd and
I use fsck without any option.
It's repair.
Thanks for help.