Home > NUKM > Wipe Methods

ReclaimNUKM Wipe Methods Documentation

NUKM Definition: NUKM is defined by the acronym for 'Next Unit of Kill Module' as it pertains to data sanitization.

Overview

ReclaimNUKM provides three different data sanitization methods for securely wiping storage devices. Each method offers different levels of security, speed, and compliance with data destruction standards.

NEW in v1.5: Hardware error compensation with ddrescue support, USB NVMe enclosure handling, and multiple filesystem formatting options.

Supported Drive Types

Standard Drives

Enterprise Drives (v1.4+)

USB NVMe Enclosures (v1.5+)

Wipe Methods

1. Quick Format

Purpose: Fast sanitization with partition creation and filesystem formatting.

What it does:

Filesystem Options:

Use cases:

2. DD Zero Fill

Purpose: Complete single-pass overwrite sanitization with hardware error compensation.

What it does:

Standard Mode (dd):

Hardware Error Compensation Mode (ddrescue):

Use cases:

3. Shred

Purpose: Multi-pass secure deletion following Department of Defense standards.

What it does:

Use cases:

USB NVMe Enclosure Support

Automatic Detection:

Initialization Procedures:

Recovery Methods:

Comparison Table

Method Security Level Speed Compliance Standards Data Recovery Risk
Quick Format Basic-Medium ⚡ Fastest None Medium (filesystem recreation possible)
DD Zero Fill High 🟡 Medium Basic overwrite standards Low (requires advanced forensics)
DD Zero Fill (HW Comp) High 🟡 Medium-Slow Basic overwrite standards Very Low (handles bad sectors)
Shred Maximum 🐌 Slowest DoD 5220.22-M (3-pass) Very Low (extremely difficult)

Sanitization Standards Compliance

Quick Format

DD Zero Fill (Standard)

DD Zero Fill (Hardware Error Compensation)

Shred (3-pass + zero)

Performance Characteristics

Speed Rankings (Fastest to Slowest)

  1. Quick Format - Minutes (depends on drive size and filesystem, typically 5-30 minutes)
  2. DD Zero Fill (Standard) - Hours (full drive write time, e.g., 2-8 hours for 1TB drive)
  3. DD Zero Fill (HW Comp) - Hours-Slow (ddrescue overhead, e.g., 3-10 hours for 1TB drive)
  4. Shred - Days (3 full passes + zero pass, e.g., 6-24+ hours for 1TB drive)

Factors Affecting Speed

Security Considerations

When to Use Each Method

Choose Quick Format when:

Choose DD Zero Fill (Standard) when:

Choose DD Zero Fill (HW Error Comp) when:

Choose Shred when:

Data Recovery Feasibility

Technical Implementation

Command Execution

All methods are executed via bash scripts with:

Logging and Verification

Filesystem-Specific Handling

Best Practices

  1. Verify drive selection before starting any wipe operation
  2. Ensure no critical data remains on the system
  3. Monitor progress especially for long-running operations
  4. Keep logs for compliance and audit purposes
  5. Test on small drives first if unsure of the process
  6. Enable hardware error compensation for drives with potential issues
  7. Check USB NVMe enclosures for proper initialization

Troubleshooting

Common Issues

Recovery Options

⚠️ WARNING: This documentation is for ReclaimNUKM version 1.6.0 with GUI interface. Always ensure you have proper backups before performing any data destruction operations.