meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| datarecovery:safecopy [2016/08/20 10:40] – [Output] niziak | datarecovery:safecopy [2016/08/20 10:42] (current) – [stage#.badblocks files] niziak | ||
|---|---|---|---|
| Line 30: | Line 30: | ||
| Unrecoverable bad blocks (bytes): 60 (18100224) | Unrecoverable bad blocks (bytes): 60 (18100224) | ||
| Blocks (bytes) copied: 151299151 (619721322496) | Blocks (bytes) copied: 151299151 (619721322496) | ||
| + | </ | ||
| + | |||
| + | Number of lines in each '' | ||
| + | <code bash> | ||
| + | # cat stage1.badblocks | sort | uniq | wc -l | ||
| + | 51200 | ||
| + | # cat stage2.badblocks | sort | uniq | wc -l | ||
| + | 4720 | ||
| + | # cat stage3.badblocks | sort | uniq | wc -l | ||
| + | 1477 | ||
| </ | </ | ||
| ===== Usage example ===== | ===== Usage example ===== | ||