Forum Moderators: open
Thanks, Doug
You cannot use a new hard disk, or even format it till you have fdisk-ed it.
You could make a boot floppy from the Add/Remove software icon in the Control Panel. Then unplug your old hard disk (for safety), put your new one in, boot from the floppy disk and type:
fdisk
Type Y when prompted. Then choose option 1 to create a new partition (you need to do this whether you want your disk divided into parts, or not).
Then reconnect your old hard disk, go into windows and you can format the new disk.
Good advice, I hope it works for you, remember that in particular you want to delete the non-DOS partitions. And that you are best off exiting fdisk and coming back into it to see if that all worked.
Sometimes though you may need to do a low level format. I hope your problem is resolved before that.
Thanks, Doug
For the record guys, low-level is still a VERY useful tool. Yes, it does go back a while and yes, modern BIOSes don't offer that option (haven't for the last 5 years or so).
But when you do have a serious disk failure - or an otherwise insurmountable problem like not being able to remove a partition - step one is to go to the website of the disk manufacturer and download the diagnostic utility they have. Some of them offer the option of a low-level format. If they don't you can get various low level format utilities on floppy disk. It's an essential tool if you are in the computer repair industry. It is also a good data shredder.
Do bear in mind that ke4vbg has an older drive here.
I've found the best way to minimize problems removing partitions is to use the same software for the same OS the partition was created with. I first learned this when trying to delete an OpenBSD partition on a dual boot Windows 98SE/OpenBSD system with a Win98SE vintage FDISK utility. So if you created a partition with a utility program from a given OS, remove the partition with the same utility (if you remember it or wrote it down in a log you keep for every machine during setup/install -- hint, hint).
As Marco mentioned, many manufacturers have utilities one can download and use on their hard drives. For instance, with IBM/Hitachi ATA drives, I often wipe the drives and boot sectors to binary zeros before repurposing a drive with a utility I downloaded from IBM's site.
A good rule to follow:
Due to slight differences in how various operating system's utilities (i.e. FDISK or equiv.) lay out partitions on a given hard drive, a GREAT rule to follow is to always use the FDISK (or equiv.) utility from the OS you are going to install on the hard drive to create the partition (or slice with *BSD) where the OS will be installed into. And by OS I also mean the specific version of Windows. BTW, a good source for more info (and keeping around for reference) is the book "The Multi-boot Configuration Handbook"...or google, of course. ;-)