Results 1 to 2 of 2

Thread: Need a Hard Drive Scrubber

  1. #1
    Administrator Associate gr8rcake's Avatar
    Join Date
    May 2004
    Posts
    44

    Need a Hard Drive Scrubber

    Hi,

    I was wondering if there was a good application out there for linux that would allow me to "scrub" my hard drive, or specifically a partition. Meaning, perminatly remove all evidence of deleted files on a filesystem so they couldn't be accessed later via forensics or file recovery software. Possible partitions I would use this on include Ext2fs, Ext3fs, and ReiserFS.

  2. #2
    Simple solution is write zeros to the drive e.g.;

    Code:
    dd if=/dev/zero of=/dev/hdaX
    Or write ranom binary

    Code:
    dd if=/dev/urandom of=/dev/hdaN
    You can also try DBAN http://dban.sourceforge.net/ and KillDisk http://www.killdisk.com/

Similar Threads

  1. Restore the System/Boot Drive Letter in Windows
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 07:35 AM
  2. Installing Linux on USB Hard Drive?
    By warfab in forum Linux - General Topics
    Replies: 1
    Last Post: 09-27-2004, 10:51 PM
  3. Win2K and a second hard drive
    By gjansky in forum Windows - General Topics
    Replies: 8
    Last Post: 07-28-2004, 06:36 PM
  4. Moving /home to 2nd hard drive & fstab
    By papanohair in forum Linux - General Topics
    Replies: 8
    Last Post: 02-03-2002, 09:53 PM
  5. hard drive craziness
    By ericb in forum Linux - Hardware, Networking & Security
    Replies: 11
    Last Post: 12-13-2001, 02:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •