Question

Difficulty: HardData Destruction and Disposal Methods

An IT technician is preparing a fleet of decommissioned desktop computers containing both magnetic hard disk drives (HDDs) and solid-state drives (SSDs) for transport to an off-site physical destruction facility. Corporate security policy mandates that all storage media must undergo on-site logical sanitization or deactivation to purge all sensitive data prior to leaving the facility. Which TWO of the following procedures should the technician perform to properly sanitize these specific media types on-site? (Select TWO.)

  1. Executing an ATA or NVMe Secure Erase command on the solid-state drivesAnswer
  2. B
    Exposing the solid-state drives to a high-capacity magnetic degausser
  3. Exposing the magnetic hard disk drives to a high-capacity magnetic degausserAnswer
  4. D
    Performing a standard full operating system format on the magnetic hard disk drives

Answer

The technician should execute an ATA or NVMe Secure Erase command on the solid-state drives and apply a high-capacity magnetic degausser to the magnetic hard disk drives.
Proper media disposition requires selecting sanitization techniques matched to the storage media's physical composition. ATA or NVMe Secure Erase sends microcode instructions directly to the drive controller to flush NAND flash memory blocks, making it the correct purging choice for solid-state drives. High-intensity magnetic degaussing neutralizes the magnetic field alignment on platter surfaces, destroying data on magnetic hard disk drives.

Step-by-Step Solution

1
Identify the media types requiring sanitization
The target devices consist of magnetic media (HDDs) and semiconductor flash media (SSDs).
Different storage technologies require specific sanitization mechanisms.
2
Select appropriate sanitization method for magnetic HDDs
Degaussing destroys magnetic domains on drive platters, purging data on HDDs effectively.
Magnetic fields disrupt physical magnetic storage alignment but have no effect on electronic flash memory.
3
Select appropriate sanitization method for solid-state SSDs
Executing ATA/NVMe Secure Erase applies electrical voltage changes across all NAND flash blocks to flush data.
Flash-based SSDs store charge in micro-transistors rather than magnetic tracks.

Key Concept

Data sanitization methods must match the physical storage architecture: degaussing applies strictly to magnetic media (HDDs/tapes), whereas solid-state media (SSDs) require firmware-level commands like ATA/NVMe Secure Erase or cryptographic erasure.
Rate this question