Find the answer to your Linux question:
Results 1 to 4 of 4
Hi everyone i have no experience with linux but wanted to give it a try, I installed it on an extra hard drive i had and tried to remove it ...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    2

    Newbie can't uninstall SuSe

    Hi everyone i have no experience with linux but wanted to give it a try, I installed it on an extra hard drive i had and tried to remove it using my windows xp disc. My PC doesn't even pick it up as another drive when i hook it up as a slave so i can't delete the files and when i try to reformat it using the windows disc it "Says inspecting system" and then the screen goes black. I'm assuming that windows can't read the file system and therefore can't do anything with it'.
    How can i reformat the disc to re-install windows? Help?

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Welcome to the forums, asil!

    To wipe your drive of all content, download the PartedMagic LiveCD (it's a very small download), burn it to CD, boot with it, and go to a terminal and issue the following command:

    Code:
    dd if=/dev/zero of=/dev/sda bs=512 count=1
    You'll need to replace /dev/sda with your actual device name such as /dev/hda.

    Using the dd command as outlined above will write zeros to the entire drive giving you a totally fresh start.

    If needed, you can use the fdisk -l command to determine your device name:

    Code:
    fdisk -l
    Your Windows XP disk should be recognized after doing the above.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Feb 2008
    Posts
    2
    Thanks Ozar downloaded the parted magic and worked great nice app for doing other things too,couldn't have done it without your help! Thanks again!!

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Indeed, PartedMagic is a great utility to keep on hand for working with Linux, and/or Windows partitions.

    Glad you are up and running!
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

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