LibreHealthcare

How to permanently delete data from a hard drive

Table of Contents

First of all, you must know that simply deleting a file by any operating system (open or not) or formatting a hard drive, is not sufficient to permanently delete data from this hard drive.

These methods are not sufficient for the actual application of the medical confidentiality, such as when a health professional wants to replace a working computer in which are located potentially personal unencrypted patients' data.

The objective of the protocol described on this page is:

This protocol is of course updated according to the state of knowledge.

Protocol to erase permanently data from a hard drive :

  1. How to create a live-CD or a live-USB, with a linux distribution on it
  2. How to log in as a root user
  3. How to know the hard drive indicative, by using fdisk -l (it's often /dev/sda)
  4. dd if=/dev/urandom of=/dev/sdX bs=? (where /dev/sdX has to be replaced by the hard drive indicative)

The following topics are explaining every steps of the protocol :

How to create a live-CD

How to log in as a root user

How to know the hard drive indicative : fdisk -l

dd

Useful links

CC-BY-SA and GNU FDL

Write us

Contribute

I love Free Software

Self-hosted website generated with Archlinux ARM and Nginx.

© LibreHealthcare - CC-BY-SA | Edited with Emacs 24.4.1 (Org mode 8.2.10).