943,982 Members | Top Members by Rank

Ad:
Sep 19th, 2006
0

Wiping hard drive, starting anew

Expand Post »
I need to wipe my hard drive, because it is so full of crap, and spyware, and everything else that my computer is basically useless. I am running windows right now, but have the software to install Linux. How can i go about wiping my hard drive, then starting anew with Linux???
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
dickt360 is offline Offline
2 posts
since Sep 2006
Sep 19th, 2006
0

Re: 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.
Team Colleague
Reputation Points: 2240
Solved Threads: 338
Vampirical Lurker
John A is offline Offline
5,055 posts
since Apr 2006
Sep 23rd, 2006
0

Re: Wiping hard drive, starting anew

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
Reputation Points: 175
Solved Threads: 15
Nearly a Posting Virtuoso
TheNNS is offline Offline
1,455 posts
since Jul 2006
Oct 4th, 2006
0

Re: Wiping hard drive, starting anew

ubuntu is the way man easy free and they can even send u a cd
Reputation Points: 10
Solved Threads: 4
Light Poster
nytrokiss is offline Offline
47 posts
since Jun 2006
Oct 5th, 2006
0

Re: Wiping hard drive, starting anew

have you ever heard of commas and punctuation?

Know how to write!!
Reputation Points: 175
Solved Threads: 15
Nearly a Posting Virtuoso
TheNNS is offline Offline
1,455 posts
since Jul 2006
Oct 15th, 2006
0

Re: Wiping hard drive, starting anew

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)
 for (( i = 0;i<10;i++ )); do
    dd if=/dev/random of=dev/hda && dd if=dev/zero of=/dev/hda
   done
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)
shred -vfz -n 100 /dev/hda
hope this helps
Last edited by sn4rf3r; Oct 15th, 2006 at 9:18 pm.
Reputation Points: 10
Solved Threads: 2
Junior Poster
sn4rf3r is offline Offline
133 posts
since Sep 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Window and Desktop Managers Forum Timeline: My Ubuntu Desktop, themes and what not
Next Thread in Window and Desktop Managers Forum Timeline: linux command





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC