Jump to content

Windows installation


Recommended Posts

I tried to format my hard drive and install windows again as i was unhappy with the way it was running. During installation the battery in my laptop ran out. Now i can't get into windows because its not installed and it wont copy any files to my hard drive from the installation disk. Is there any way to format my hard drive without using windows?

Thanks in advance

Murray

Link to comment
Share on other sites

If not it can be done with Knoppix, which is a live Linux CD.

Boot up your PC with a live (FREE) Knoppix CD/DVD

Open a terminal window and su to root,

To verify the target drive[1] you wish to erase, type:

fdisk -l

Let's assume it returns in the list '/dev/hda' as the target drive.

To permanently overwrite the entire drive with ASCII 0x00 type:

dd if=/dev/zero of=/dev/hda

============

[1] *** WARNING *** Be sure to backup any data you wish to keep. Using dd command above will result in a fully wiped disk drive. The data is NOT RECOVERABLE!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy