meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
datarecovery:safecopy [2016/08/20 10:40] – [Output] niziakdatarecovery: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) 
 +</code>
 +
 +Number of lines in each ''stage#.badblocks'' file shows how each stage works:
 +<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
 </code> </code>
 ===== Usage example ===== ===== Usage example =====