-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device: /dev/twa0 [3ware_disk_13], 2 Currently unreadable (pending) sectors #114
Comments
And use |
Are you saying to physically remove the disk and do this from a different machine, or do you mean something from a shell? |
Everything from the shell. You just remove it from md (software) RAID using md command. See I suggest that before you do stuff, write a proposal how to do it here. Oh, and there are commands for this in the bash history probably, when I was doing this last time. |
The tail end of something with
I think this is the relevant part because it's attached to the only device that mentions "3ware" and it says "disk:13". But, the disk size and volume capacity are much larger than 750 GB so I'm not sure of this. It would make more sense if it were
This tells me Proposal for how to proceed:
Does that seem reasonable? |
Bump? I think it got worse... |
Before:
|
Since it still says Current_Pending_Sector as 2, I tried So, I tried dd'ing just that sector, with |
One important aspect is that the write size has to match the sector size. I think your sector size is 4k, not 512B? |
And yes, now you also have |
I was going based on the top of the
|
|
wait, sorry, clearly |
Hm, also I am not sure if LBA address directly translates to |
Oh, one thing. And I think self-test fails on Maybe it is time to simply remove this disk if self-test is failing. |
I retried all the above steps with the correct drive name ( |
Lol this is slow. I would suggest we remove it, yes. |
For some time now server3 has 2 unreadable (pending) sectors. This is good, because it means the problem is not growing and we can keep those disks. But this should still be fixed.
So the issue here is that disk detected two sectors to be bad. This is why they are pending. You should resolve those pending sectors and get disk to remove them from use and replace them with space sectors. The process is a bit involved, but it is fun:
dd
tool) with write blocks of size equal to disk blocks with zerosfdisk
tool)I suggest you go through and figure our all commands to do this and then log them here.
The text was updated successfully, but these errors were encountered: