š» Software
Using dd with bad blocks on a harddrive?
Fresh5 days ago
Mar 15, 20269436 viewsConfidence Score0%
0%
Problem
I'm looking to use dd to make a clone of failing harddrive. My concern is there will be bad blocks for surely. So my question is with will a bad block leave a gap the size of the selected block-size(bs) or will it only be as big as the sector on the harddrive?
Error Output
dd
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix ā Awaiting Verification
Fix for: Using dd with bad blocks on a harddrive?
Low Risk
I'm pretty sure it'll be the larger of the two. Let's say you're using a 512 byte block-size in , but your disk uses 4K sectors, and one of them is bad. All four 512-byte reads that tries to make of that 4K sector will fail, resulting in a 4K gap. Nā¦
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix