Fix unknown capacity usb drive

Fix unknown capacity usb drive
Fix unknown capacity usb drive

It's works on unknown capacity format problem.

This USB assigned G:/. (It doesnt matter what drive it detects actually, it is just for your reference if you want to refer the attached picture below, for my DISKPART command.)



PREPARE UFD (USB FLASH DRIVE)

Run CMD.EXE as administrator

Type following commands and hit ENTER key after each command.
· DISKPART starts the DiskPart program
· LIST DISK shows numeral assigned to disks. Note the numeral assigned to your usb stick
The numeral 1 will be used in this example
· SELECT DISK 1
· DETAIL DISK the info shown will confirm the correctness of your selection
· CLEAN ALL the entire usb stick will be overwritten with zeros 
· CREATE PARTITION PRIMARY create a primary partition on the USB stick
· FORMAT FS=NTFS format the partition 
· ACTIVE the partition can contain operating system startup files
· ASSIGN the next available letter is assigned to the USB stick
· EXIT exit from the DISKPART program
· EXIT exit from the command shell

You can refer to below picture for your reference..

Command prompt with DISKPART commands

Newest
Previous
Next Post »

2 comments

Click here for comments
Michaelseo
admin
22 September 2020 at 18:10 ×

It's late finding this act. At least, it's a thing to be familiar with that there are such events exist. I agree with your Blog and I will be back to inspect it more in the future so please keep up your act. https://etcher.download/

Reply
avatar
aljao
admin
19 June 2023 at 18:33 ×

Thanks for postting this

Reply
avatar