PartialVolume
2446db741f
Fix the way I look for smartctl & readlink
2020-03-25 22:26:43 +00:00
PartialVolume
055b90d4c7
fix smartctl directory search
2020-03-25 18:20:06 +00:00
PartialVolume
a2f70661b8
Search extra directories for smartctl & readlink
...
This is mainly required for Debian sid if using
su instead of su - to run nwipe.
2020-03-25 17:35:14 +00:00
PartialVolume
186ec9172c
Tidy the smartctl & readlink warning messages
2020-03-25 15:02:40 +00:00
PartialVolume
fdf3140249
Fix duplicated serial number
...
If any drive doesn't have a serial number it's
serial number field was populated with the previous
drives serial number.
This is fixed by this patch.
2020-03-24 23:07:39 +00:00
PartialVolume
541a002a99
Add serial number support for USB devices
...
Add serial number support for USB devices for USB
to IDE/SATA adapters. Note this will only work
with USB IDE/SATA adapters that support ATA pass
through. See #149 for further details of
supported devices.
This patch requires readlink and smartmontools (smartctl)
to be installed. If not installed the serial number for
supported USB hardware will be missing.
The device type, i.e USB or ATA is now shown on the selection
and wipe windows.
2020-03-24 21:01:05 +00:00
PartialVolume
e955725fc5
Style formatting
2020-03-13 17:48:20 +00:00
PartialVolume
1c1b25e1ae
Keep nwipe_log notices succinct
...
1. Keep nwipe_log notices succinct and below 80 chars in length including
timestamp. This is especially relevant for 80x30 terminal use such
as ALT-F2 etc or Shredos without losing any information.
2. Add [SUCCESS] to blanked & verified messages to make them stand out for quicker checking.
2020-03-13 17:24:08 +00:00
louib
49aa14a490
Prefixing device fields with _device.
...
Also added a `device_label` field to centralize
the creation of the device label. This fixes the
labels for devices without a serial number, and
makes sure we have the same label format everywhere.
2020-01-12 14:24:32 -05:00
louib
a5a3f3b9a3
Formatting device module.
2020-01-05 16:29:27 -05:00
PartialVolume
3110267373
Add error checking code to pthread_mutex_lock functions
...
Move flush of logs into final cleanup function
Minor alteration to one or two error messages
2019-12-01 22:22:47 +00:00
PartialVolume
5199fb1793
Fix wipe status saying Success when it never even started.
...
Capitalise success and failure messages in GUI and log to make them stand out
2019-11-06 20:03:39 +00:00
PartialVolume
f6c1cab28a
Have nwipe continue with following devices even if one fails
2019-11-06 14:13:33 +00:00
PartialVolume
661785294c
Merge pull request #109 from louib/documentation
...
Fix typos in README and comments.
2019-11-02 22:51:07 +00:00
louib
7b1a5b98a7
Fix typos in README and comments.
2019-11-02 18:33:36 -04:00
Martijn van Brummelen
11ed6b1472
Merge pull request #71 from PartialVolume/exclude-drive-181116
...
Enhancement: Add exclude drive option
2019-09-04 08:18:32 +02:00
Nick Law
cd3716f260
Use stdint.h, ncurses.h and panel.h instead of netinet/in.h
2018-11-24 23:32:20 +00:00
Nick Law
27bb409efa
Enhancement: Add exclude drive option
2018-11-20 16:03:32 +00:00
Martijn van Brummelen
5cb6003fc0
Fixes spurious character at the end of serial no string.
2018-11-16 22:35:32 +01:00
Nick Law
9c69bc0e1a
Fix non display of serial numbers for ATA/SCSI devices
2018-11-16 11:13:49 +00:00
Martijn van Brummelen
b0bc174d32
pre-0.24
2017-12-06 20:09:47 +01:00
kelderek
0b1cb83013
added #include <sys/ioctl.h> so it can get device name
2017-12-04 17:33:09 -05:00
Martijn van Brummelen
d9ba357722
add friendly disk size
2017-12-02 19:46:38 +01:00
Martijn van Brummelen
c8a5a16108
place files in normal location
2017-02-21 22:31:11 +01:00
Martijn van Brummelen
4e64cab3c3
use localtime instead of gmtime for logging
2017-02-13 13:40:00 +01:00
Martijn van Brummelen
e7d9ff73fe
remove unused netinet/in.h
2017-02-12 20:14:55 +01:00
Martijn van Brummelen
1fce0eb936
make code more readable
2017-02-12 19:53:32 +01:00
Andy Beverley
7ac6de9933
Add additional info to status screen when blanking
2013-09-07 00:19:37 +01:00
Andy Beverley
b40d4d10c8
Initial commit
2013-09-06 23:38:39 +01:00