| | |
Wiping hard drive, starting anew
![]() |
Use the Linux install disk. There'll be an install option to erase and take over the entire drive, which is what you want to do. The Linux installer will do the rest.
"Technological progress is like an axe in the hands of a pathological criminal."
All my posts may be freely redistributed under the terms of the MIT license.
All my posts may be freely redistributed under the terms of the MIT license.
What I would do, I would wipe the hard drive with killdisk, burn the ISO to a cd and boot off of it. Erase everything, then install linux.
Here's the free version
http://killdisk.com/downloadfree.htm
Here's the free version
http://killdisk.com/downloadfree.htm
Florida Rocks!
if you truly wnat to wipe the hd, you can use something like dd
1. boot from an install disk
2. locate partitions and or disk to be wiped (do not mount them)
3. run script
4. grab some beer/coffee/pizza (this will take a long time depending on size and iterations)
or if you have a bootable cd which has a tool called shred (knoppix,gentoo,debian,ubuntu), you can run this:
#this will take a long time, it will do 100 iterations(-n 100) of zeros (-z) forcing permissins obliteration (-f) and verbose (-v)
hope this helps
1. boot from an install disk
2. locate partitions and or disk to be wiped (do not mount them)
3. run script
4. grab some beer/coffee/pizza (this will take a long time depending on size and iterations)
for (( i = 0;i<10;i++ )); do
dd if=/dev/random of=dev/hda && dd if=dev/zero of=/dev/hda
done#this will take a long time, it will do 100 iterations(-n 100) of zeros (-z) forcing permissins obliteration (-f) and verbose (-v)
shred -vfz -n 100 /dev/hda
Last edited by sn4rf3r; Oct 15th, 2006 at 9:18 pm.
![]() |
Similar Threads
- external hard drive (Storage)
- Remove everything on hard drive (Windows NT / 2000 / XP)
- Presario 700- won't do anything! (Troubleshooting Dead Machines)
Other Threads in the Window and Desktop Managers Forum
- Previous Thread: My Ubuntu Desktop, themes and what not
- Next Thread: linux command
| Thread Tools | Search this Thread |
age android apple avast busybox canonical cell computer cool dell design desktop desktops developers distributions facebook fedora free fsf gadgets gfvs gio gnome gnu google gui hardware incomprehensible interface ireland itunes jasonperlow karmic kde kernel2.6.25 kids koala laptop laptops linustorvalds linux livecds lxde mac madness mandriva mepis microsoft napster netbooks news opensuse operating-system operatingsystems os oswars pc pclinuxos phones program programmers programming qt shuttleworth software steveballmer super survey twitter ubuntu user verizon vfs virtualization webbased windowmanagers windows xfce xui xwnidow youtube






