Archive

Posts Tagged ‘Disk-Partition’

Windows XP cannot format Hard Disk

June 6th, 2008 2 comments

Ey! do not panic when your Windows XP cannot format your hard disk while you are formatting your computer. This article will help you to over come the problem.

At the time you would get the message similar to this

this partition cannot be deleted because the maximum disk space already used

How this problem would be occurred?

Well the following line are what I have observed and it happen to me.

  • You have several HDD partitions, specially one for windows and other for Linux.
  • When you install Linux you used all the space that left over (unpartitioned) from Windows partition. Basically you utilised all the disk space of your hard disk drive.
  • Now you need to format you Windows partition
  • You need to delete/recreate or accidentally delete the windows partition and recreated it again
  • Now you try to format it, so you can install a fresh Windows OS on it
  • Then, this is when you get this problem

If you go ahead and delete other partitions just to accommodate this Windows formatting requirement, you will lost the data on those partition.

How to overcome such problem?

At the time it happen to me, I couldn’t possibly see any other way to work around it while I am in the “giant” blue screen. The only way to overcome this is to boot the computer from one of the Linux Live CD (I use Ubuntu) and format the partition that I need.
Linux formating tools doesn’t demand for spare disk space or complain about maximum disk space has been used. More than that, it could format your disk partition to serveral different orders/formats such as Primary, Logical, FAT, NTSF, etc.

Formatting the partition

  1. Insert Ubuntu 8.04 LTS Desktop Edition (obtain a copy of it if you don’t have one)
  2. Restart PC to boot from CD
  3. Press any key to boot your PC with Ubuntu
  4. It will prompt language. Select you preferred language
  5. Select “Try Ubuntu without any change to your computer
  6. When you get to Ubuntu Desktop go to
  7. System > Administration > Partition Editor
  8. Right click on Unknown partition
  9. Select New
  10. Set “New Size (MB)” to maximum as shown in that panel (top left)
  11. Set “Create as” to Primary Partition
  12. Set “File System” to NTFS if you use it for Windows XP or FAT 32 if you use it for Windows 98 or lower
  13. Click Add
  14. Click Apply
  15. Say Yes if any confirmation message appear

When you are done, just reboot your PC and go back to your Windows installation, when you get to the step where the list of all disk partitions, do not delete any of those. Just selected the one you need to install Windows and do a full format in the next step. Note that if you do a quick format you might possibly have problem installing windows on that partition

We have to Thanks to the Live CD :)

Categories: FAQ & Tip