mirror of
https://github.com/Spearfoot/disk-burnin-and-testing.git
synced 2025-12-05 23:53:31 +00:00
add changes to VERSION history
This commit is contained in:
@@ -64,7 +64,7 @@ The script extracts the drive model and serial number and creates a log filename
|
||||
|
||||
* `./disk-burnin.sh sda`: run in dry-run mode on disk `/dev/sda`
|
||||
* `./disk-burnin.sh -f /dev/sdb`: run in destructive, non-dry mode on disk `/dev/sdb`
|
||||
* `./disk-burnin.sh -fo ~/burn-in-logs sdc`: run in destructive, non-dry mode on disk `/dev/sdc` and write the log files to `~/burn-in-logs` directory
|
||||
* `./disk-burnin.sh -f -o ~/burn-in-logs sdc`: run in destructive, non-dry mode on disk `/dev/sdc` and write the log files to `~/burn-in-logs` directory
|
||||
|
||||
## Dry-Run Mode
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ EXAMPLES
|
||||
$(basename "$0") -f /dev/sdb
|
||||
run in destructive, non-dry mode on disk /dev/sdb
|
||||
|
||||
$(basename "$0") -fo ~/burn-in-logs sdc
|
||||
$(basename "$0") -f -o ~/burn-in-logs sdc
|
||||
run in destructive, non-dry mode on disk /dev/sdc and
|
||||
write the log files to ~/burn-in-logs directory
|
||||
"
|
||||
@@ -172,7 +172,18 @@ VERSIONS
|
||||
Reduced default tests so that we run:
|
||||
1> Short SMART test
|
||||
2> badblocks
|
||||
3> Extended SMART test"
|
||||
3> Extended SMART test
|
||||
|
||||
MS, 9 Sep 2020
|
||||
Add .editorconfig to streamlime editor behavior for developers.
|
||||
Remove dependencies on pcregrep and tr.
|
||||
Add documentation to functions and complex statements.
|
||||
Reduce code duplication, simplify and decouple code where possible.
|
||||
Improve portability and resiliency.
|
||||
Check availability of dependencies during runtim.
|
||||
Check for root privileges during runtime.
|
||||
Add option parsing, most notably (-h)elp and -f for destructive, non-dry mode.
|
||||
Add dry_run_wrapper() function."
|
||||
|
||||
################################################################################
|
||||
# PRE-EXECUTION VALIDATION
|
||||
|
||||
Reference in New Issue
Block a user