Skip to content

Commit

Permalink
[bb] fix bad blocks check for 64 bit
Browse files Browse the repository at this point in the history
* 32 bit bad blocks check is too limited for large drives
  and result in erroneous computations
* 32 bit also means that 2TB would be absolute limit, which
  may be too low in case for USB HDD checks
* This fix makes bad blocks check and related calls 64 bit compliant
* also improve on bad block reports
  • Loading branch information
pbatard committed Mar 3, 2012
1 parent 3721b0a commit a9c47a4
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 144 deletions.
Loading

0 comments on commit a9c47a4

Please sign in to comment.