Home > NUKM > Help

ReclaimNUKM Help and Documentation

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

Comprehensive guide for using ReclaimNUKM v1.6.0 - A GUI application for secure storage device sanitization.

Overview

ReclaimNUKM is a comprehensive GUI application for securely wiping storage devices. It provides multiple sanitization methods, advanced enterprise drive support, USB NVMe enclosure handling, and touchscreen-optimized interface.

Key Features (v1.6)

Wipe Methods

Filesystem Support

Advanced Features

Wipe Methods

1. Quick Format

⚡ Fast

Purpose: Fast sanitization with complete partitioning and formatting.

What it does:

  • Creates partition table (GPT for drives >2TB, MSDOS otherwise)
  • Creates single primary partition using entire drive
  • Formats with selected filesystem (exFAT/NTFS/EXT4/None)
  • Applies centralized volume labels
  • Updates partition information

Use cases:

  • Preparing drives for immediate use
  • Creating bootable drives with specific filesystems
  • Quick deployment preparation

2. Zero Device (DD)

🟡 Medium

Purpose: Complete single-pass overwrite with error handling.

Standard Mode:

  • Uses dd for complete device zero-fill
  • Fast on healthy drives
  • Fails on first bad sector

Hardware Error Compensation Mode:

  • Uses ddrescue for error-resilient operations
  • Continues past bad sectors
  • Creates mapfiles for resumable operations
  • Handles hardware errors gracefully

Use cases:

  • General data destruction
  • Drives with potential bad sectors
  • When hardware errors should not stop wiping

3. Shred (3 Pass)

🐌 Slow

Purpose: Maximum security multi-pass deletion.

What it does:

  • 3 passes of cryptographically secure random data
  • Final zero-fill pass
  • Uses GNU shred with progress tracking

Use cases:

  • Military/government standards compliance
  • Maximum data irrecoverability assurance
  • Classified or sensitive information

User Interface

Main Controls

Device Management

Configuration Options

Enterprise Drive Support

NEW in v1.6: ReclaimNUKM now automatically detects and handles enterprise drives with proprietary sector formats (520B/528B sectors found in NetApp, Toshiba, and other enterprise storage).

Automatic Detection

Reformatting Capability

USB NVMe Enclosure Support

NEW in v1.6: ReclaimNUKM automatically detects and handles USB NVMe enclosures that may require special initialization procedures.

Detection and Handling

Troubleshooting Steps

Installation and Setup

System Requirements

Dependencies

# Core system tools
sudo apt-get install coreutils util-linux gdisk xterm

# Filesystem tools
sudo apt-get install exfatprogs ntfs-3g e2fsprogs

# Enterprise drive support
sudo apt-get install sg3-utils

# USB NVMe support
sudo apt-get install usbutils

# Hardware error compensation
sudo apt-get install gddrescue

# GUI authentication (optional)
sudo apt-get install zenity kdialog

Sudo Configuration

Run ./setup-sudoers.sh to configure passwordless sudo for required commands.

Usage Guide

Basic Operation

  1. Launch ReclaimNUKM
  2. Authenticate sudo (if prompted)
  3. Select wipe method and options
  4. Choose devices (auto-zap or manual selection)
  5. Monitor progress in terminal windows
  6. Review logs when complete

Advanced Usage

Troubleshooting

Common Issues

USB NVMe Issues

Hardware Errors

Security Considerations

Performance Comparison

Method Speed Security Best For
Quick Format ⚡ Fast 🔒 Basic Speed-critical tasks
Zero Device 🟡 Medium 🔒🔒 High General secure wiping
Zero Device (HW Comp) 🟡 Slow 🔒🔒 High Drives with errors
Shred 🐌 Slow 🔒🔒🔒 Maximum Military-grade security

Version History

v1.6.0 (Current)

v1.5.0

v1.0.0

WARNING: This tool permanently destroys data. Always verify target devices before proceeding.

Data Recovery Feasibility

Technical Implementation

Command Execution

All methods are executed via bash scripts with:

Logging and Verification

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

Troubleshooting

Common Issues

Recovery Options