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 ...
- 02-26-2008 #1Just 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?
- 02-26-2008 #2forum.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:
You'll need to replace /dev/sda with your actual device name such as /dev/hda.Code:dd if=/dev/zero of=/dev/sda bs=512 count=1
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:
Your Windows XP disk should be recognized after doing the above.Code:fdisk -l
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.
- 02-27-2008 #3Just 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!!
- 02-27-2008 #4forum.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.


Reply With Quote