MnSCU Approved Data Scrubbing Software, Procedures and Disposal Vendors
December 2, 2002
Revised July 9, 2003
PC based hardware scrubbing procedure:
Use one of the following approved software utilities to scrub data:
- Wipe Drive Professional (http://www.accessdata.com/)
- Data Eraser (http://www.ontrack.com/dataeraser/)
- IBM's 'scrub3.exe' (ftp://ftp.mnscu.edu/pub/scrubdiskutility/)
MacIntosh based hardware scrubbing procedure:
Use the following approved software utilities to scrub data:
Jiiva SuperScrubber (http://www.superscrubber.com). Either boot from the SuperScrubber CD or attach hard disk to another Mac. Wipe with the 'Military' configuration.
Or use Unix 'dd' command. See below.
Unix based hardware scrubbing procedure:
-
Mount drive in another Unix workstation or boot workstation from installation CD.
-
Determine disk mount point (/dev/hda1 in this example)
- Use Unix utility 'dd' to write data to entire drive.
For a single pass wipe use:
dd if=/dev/zero of=/dev/hda1 bs=8192
For a multipass wipe use:
dd if=/dev/urandom of=/dev/hda1 bs=8192
dd if=/dev/urandom of=/dev/hda1 bs=8192
Followed by:
dd if=/dev/zero of=/dev/hda1 bs=8192
- Verify overwrite:
dd if=/dev/hda1 count=100
You should see only 'nulls' ? no data.
Note: Some Unix OS's may use /dev/random instead of /dev/urandom.
Approved hardware disposal vendors:
Asset Recovery Corporation
150 State Street
St. Paul, MN 55107
PH# 651-602-0789
Fax 651-602-0202
arcorp@uswest.net
NOTE: Include P/O or contract statement requiring compliance with MnSCU shedding and/or scrubbing requirements.


