11

I recently installed Chromium OS (Hexxeh's vanilla build) on my 16 GB flash drive.

Later on, when I tried to format it, it was showing a total space of 1 GB. I tried deleting partitions in disk management, but I was only able to delete some of them. It was then showing free space of 16 MB.

For one partition, when I tried to format it, I got the following error:


error message

An unexpected error has occurred. Check the System Event Log for more information on the error. Close the Disk Management console, then restart Disk Management or restart the computer.


The following images show the partitions that I cannot delete:

enter image description here
enter image description here
enter image description here
enter image description here

What can I do to reclaim the full space of my flash drive?

nc4pk
  • 9,257
  • 14
  • 61
  • 71

3 Answers3

18

The disk most likely needs to be cleaned. Use the command line utility 'diskpart' to simply just wipe clean the entire device.

DISCLAIMER:

It is recommended that you use the Diskpart utility cautiously because Diskpart enables explicit control of partitions and volumes.

From Run: diskpart

RunDiskpart

DiskPart

1.list disk

Pay Attention Here What disk do you want to clean?

2.select disk # 

Replace # with the disk you're 100% sure you want to clean.

3.clean
4.create partition primary
5.select partition 1
6.active
7.format quick fs=fat32
8.assign
9.exit

See MS article here for more info: http://support.microsoft.com/kb/300415?wa=wsignin1.0

MDT Guy
  • 3,727
2

I ususally solve those strange situations with usb dongles with the

HP USB Disk Storage Format Tool

you can find it on Google

AndreaCi
  • 1,350
-2

Download Rufus and click on "FreeDOS", then it will wipeout and then format it the normal way to make it working as usual. - LordXuran