Question

Difficulty: MediumData Destruction and Disposal Methods

An IT compliance manager is preparing to decommission a fleet of enterprise laptops containing NVMe Solid State Drives (SSDs) that held sensitive financial data. The assigned technician suggests utilizing an electromagnetic degausser to sanitize the drives prior to sending them off-site for recycling. Which of the following best explains why the compliance manager should reject the technician's proposed method?

  1. Degaussing is ineffective on solid-state drives because data is stored in semiconductor flash memory microchips rather than magnetic media.Answer
  2. B
    Degaussing only resets the primary partition table and leaves wear-leveling flash blocks readable by forensic software.
  3. C
    Solid-state drives require low-level formatting through the operating system disk management tool to clear hidden NAND cells.
  4. D
    Electromagnetic degaussers induce hazardous electrical short circuits in solid-state controllers, creating a fire risk during recycling.

Answer

Degaussing is ineffective on solid-state drives because data is stored in semiconductor flash memory microchips rather than magnetic media.
Degaussing exposes storage media to high-intensity magnetic fields, neutralizing the magnetic alignment of data on hard disk drives (HDDs) and magnetic tapes. Solid State Drives (SSDs) contain non-volatile semiconductor flash memory chips without magnetic components, rendering electromagnetic degaussers completely ineffective for data sanitization.

Step-by-Step Solution

1
Identify the media type being decommissioned.
The target drives are NVMe Solid State Drives (SSDs), which rely on NAND flash memory storage.
Determining media architecture (solid-state vs. magnetic) is required to choose a valid sanitization method.
2
Analyze the mechanism of the proposed sanitization method (degaussing).
Degaussing uses powerful electromagnetic fields to demagnetize and scramble data on magnetic platters or tapes.
Degaussing relies entirely on magnetic susceptibility to remove data.
3
Evaluate why degaussing fails for the target media.
Flash memory cells store data electronically via electrical charges in floating-gate transistors, not magnetic domains.
Magnetic exposure leaves data on solid-state drives completely intact, requiring alternative methods such as physical shredding, cryptographic erase, or built-in secure purge utilities.

Key Concept

Data Destruction and Sanitization Compatibility across Storage Media Types
Rate this question