PDA

View Full Version : [all variants] Rid Laptop of data before discarding


cajunlibra
September 16th, 2009, 09:34 PM
I have Xubuntu Intrepid installed on a laptop that I am considering selling. Windows ME was installed on it previously. I have had to installed Xubuntu once or twice before now so the drive has been formatted 2+ times. There isn't any sensitive data on it now but there was under ME. What can I do to wipe the HD clean?

I'm no longer a newb but not an expert either. Something that could be run on a CD would be fine.


Thanks

lindsay7
September 16th, 2009, 10:35 PM
Take a look at this site,


http://www.dban.org/about

rookcifer
September 16th, 2009, 10:53 PM
From a live CD, run this command as root:

shred -vfz n 1 /dev/sdx

Where sdx = name of the drive you want to wipe. Change it accordingly.