🌑

Linhost.info

Windows Was Unable To Complete The Format

If you are getting this error then most likely the drive you wish to format is making use of a file system that is unknown to Windows. In my case I come across this error because I tend to boot different OS from USB drives and they use file systems that are unknown to Windows. In order to make the USB drive usable again you will need to make light use of the command line with tools provided by microsoft. For this tutorial I’ve prepared a 512MB USB drive previously used to boot Monowall and because it uses a file system that Windows is unable to read it results in the ‘Unable To Complete The Format’ error. While the Windows GUI refuses to format a drive, thanks to the command line the story is different.

The How To

Start by opening a new Command Prompt. Unable To Format Type diskpart. A Diskpart will help us find and select the drive that refuses to format. In the screenshot below my 512MB USB drive was recognized as Disk 4. a Type select disk 4. a Type clean. a Let’s create the primary partition by typing create partition primary. a Format the drive using FAT32, format fs=fat32 quick. Include the word quick, otherwise the process will take longer. a And assign. a Now that we are done type exit. a Because the drive was formatted using FAT32 Windows now recognizes the 512MB USB Drive. a Hopefully, you found this tutorial easy to follow. If you have any questions leave a comment below and I will reply as soon as possible.

, — Mar 27, 2011