Skip to content
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

Add pass and verification summary table to log #325

Conversation

PartialVolume
Copy link
Collaborator

Closes #283

In addition to the existing drive status log table, a pass & verification error log table has been created that will appear in nwipe's log.

@PartialVolume PartialVolume merged commit c815235 into martijnvanbrummelen:master Jun 1, 2021
@PartialVolume PartialVolume deleted the Add_count_of_fatal_non-fatal_and_verification_errors_to_summary_table branch June 1, 2021 01:31
@PartialVolume
Copy link
Collaborator Author

Example:

[2021/06/04 21:41:12]  notice: Starting pass 1/1, round 1/1, on /dev/loop44
[2021/06/04 21:41:12]  notice: Initialising Isaac prng
[2021/06/04 21:41:12]  notice: prng stream is active
[2021/06/04 21:41:13]  notice: 31457280 bytes written to /dev/loop44
[2021/06/04 21:41:13]  notice: Finished pass 1/1, round 1/1, on /dev/loop44
[2021/06/04 21:41:13]  notice: Finished final round 1 of 1 on /dev/loop44

******************************** Error Summary *********************************
! Device | Pass Errors | Verifications Errors |
--------------------------------------------------------------------------------
  loop44 |           0 |                    0 |
********************************************************************************

********************************* Drive Status *********************************
! Device | Status | Thru-put | HH:MM:SS | Model/Serial Number
--------------------------------------------------------------------------------
  loop44 | Erased |  31 MB/s | 00:00:01 | Loopback device/
--------------------------------------------------------------------------------
[2021/06/04 21:41:17] Total Throughput  31 MB/s, PRNG Stream, 1R+NB+NV
********************************************************************************

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Log files - Add number of errors of verification passes
1 participant