[SOLVED]fsck duplicate or bad block in use

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
ink3
Posts: 80
Joined: 9. Apr 2011, 14:16

[SOLVED]fsck duplicate or bad block in use

Post 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?
Last edited by ink3 on 8. May 2012, 08:59, edited 1 time in total.
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: fsck duplicate or bad block in use

Post 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
Image
User avatar
ink3
Posts: 80
Joined: 9. Apr 2011, 14:16

Re: fsck duplicate or bad block in use

Post by ink3 »

I boot livecd and
I use fsck without any option.
It's repair.
Thanks for help.
Post Reply