Releases: PartialVolume/nwipe
v0.32.014
v0.32.014
- Temperature support for more nvme devices
- Nwipe option -q --quiet for anonymization of serial number and host data. ( for when the users wants to upload logs publically )
- [wipe] changes to [vfry] when verify ones or verify zeros methods are selected.
v0.32.012
v0.32.012
Support for temperature readout on nvme devices, plus other changes, see https://github.com/martijnvanbrummelen/nwipe
v0.32.003
Disk drive temperature monitoring is now displayed during the wipe. On some older drives and USB connected drives the temperature cannot be read, therefore the temperature will be displayed as [ --C ].
v0.32.001
v0.32.001
See https://github.com/martijnvanbrummelen/nwipe/releases for official release details and commit history.
v0.30.001
Nwipe updated to 0.30.001, changes since 0.29 include:
- Add auto power off option on completion of wipe ( --autopoweroff ) (Thanks PartialVolume)
- Fixed --nowait option that wasn't working. (Thanks PartialVolume)
- Add verbose option. -v, --verbose.
- Add a spinner to the GUI for each drive being wiped. When nwipe is syncing the percentage completion pauses, having a spinner gives a clear indication that the wipe is still running. Each devices spinner disappears on completion of a given devices wipe. (Thanks PartialVolume)
- Make log messages, especially the ones with the tag 'notice' succinct and less than 80 characters including the timestamp. This is of more importance when nwipe is used on a 80x30 terminal (ALT-F2, Shredos etc) but generally makes the logs more readable. While doing this all information was still retained. (Thanks PartialVolume)
- Add a summary table to the log that shows each drives status, i.e. erased or failed, throughput, duration of wipe, model, serial no etc. In particular it benefits those that wipe many drives simultaneously in rack servers. At a glance any failed drives can be seen without having to browse back through the log. (Thanks PartialVolume)
- Add ETA to --nogui wipes status when SIGUSR1 (kill -s USR1 (nwipes PID) is issued on the command line.
- Fixed misleading throughput calculation. Throughput now shows average throughput calculated from start of wipe.
- Fixed system info not being displayed in Debian Sid. #229 (Thanks PartialVolume)
- Add serial number display for USB to IDE/SATA adapters. This only works if the USB to IDE/SATA adapter supports ATA pass through. See #149 for further details (Thanks PartialVolume)
- Fixed disk capacity nomenclature, width and padding on drive selection screen. See #237 (Thanks PartialVolume)
- Add bus type, ATA or USB, amongst others to drive selection and wipe windows. (Thanks PartialVolume)
- Add --nousb option. If you use the option --nousb, all USB devices will be ignored. They won't show up in the GUI and they won't be wiped if you use the --nogui --autonuke command. They will even be ignored if you specifically name them on the command line.
- Miscellaneous GUI fixes, throughput display format, percentage display format to improve column alignment when wiping multiple discs. (Thanks PartialVolume)
- Improve visibility of failure messages with red text on white background. (Thanks PartialVolume)
- Add NVME and VIRT (loop etc) devices to device type table for display in GUI and logs. NVME devices now show up as NVME devices rather than UNK (Thanks PartialVolume)
- Fixed very obscure segmentation fault going back to at least 0.24 in drive selection window when resizing terminal vertical axis while drive focus symbol '>' is pointing to the last drive of a multi drive selection window. See #248 for further details (Thanks PartialVolume)
- Warn the user if they are incorrectly typing a lower case s to start a wipe, when they should be typing a capital S #262 (Thanks PartialVolume)
- Warn the user if they are typing capital S in order to start a wipe but haven't yet selected any drives for wiping #261 (Thanks PartialVolume)
- Add ctrl A that toggles drive selection, all drives selected for wipe or all drives deselected. #266
- Fixed compilation issue with NixOS with broken musl libc error due to missing header #275
- Fixed status bar message showing incorrect information #287
- Right Justify log labels to maintain column alignment #280
- Added nwipe version & OS info to log #297
v0.29.006
Master, pre-release, 2020-04-17-23:50
Pre-release for use by modified ShredOS
Checksums
sha1 8fcfc811b72fe60f432cb1030df2b44a93b1b7b2 nwipe-0.29.006.tar.gz
ShredOS - Nwipe on a Bootable USB flash drive
v0.29.002
Master, pre-release, 2020-04-15-23:03
Pre-release for use by modified ShredOS
ShredOS - Nwipe on a Bootable USB flash drive
v0.29.001
Master, pre-release, 2020-04-02-11:34
Pre-release for use by modified ShredOS
ShredOS - Nwipe on a Bootable USB flash drive
Download the shredos-20200405.img.tar.gz
gunzip shredos-20200405.img.tar.gz
tar xvf shredos-20200405.img.tar
dd if shredos-20200405.img of=/dev/xxx
where xxx is the device name of your flash drive, which can be obtained by looking at the output of sudo fdisk -l