Sign in with
Sign up | Sign in

Unable to format pendrive

Last response: in Storage
Share

hey! i have got a solution for this
go to cmd and type diskpart
than type list disk
Next type all the below commands one by one. Here I assume that your disk drive no is “Disk 1”.If you have Disk 2 as your USB flash drive then use Disk 2.Refer the above step to confirm it.
So below are the commands you need to type and execute one by one:
SELECT DISK 1
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS

after completing to 100 your pendrive will work

rishabh jain said:
hey! i have got a solution for this
go to cmd and type diskpart
than type list disk
Next type all the below commands one by one. Here I assume that your disk drive no is “Disk 1”.If you have Disk 2 as your USB flash drive then use Disk 2.Refer the above step to confirm it.
So below are the commands you need to type and execute one by one:
SELECT DISK 1
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS

after completing to 100 your pendrive will work



after performing third step :create partition primary i got following message

see screenshot




!