Toshiba 16 gb pendrive unable to format
Closed
Aryan
-
Sep 7, 2015 at 12:21 AM
KY_WD
KY_WD
- Posts
- 2054
- Registration date
- Thursday October 23, 2014
- Status
- Member
- Last seen
- February 28, 2017
Related:
- Toshiba 16 gb pendrive unable to format
- Windows unable to format pendrive ✓ - Forum - Pen Drive/USB Key/SD Card
- Unable to format my fat32 pendrive ✓ - Forum - Windows
- Unable to format 64GB transcend pendrive ✓ - Forum - Pen Drive/USB Key/SD Card
- Unable to format pendrive ✓ - Forum - Pen Drive/USB Key/SD Card
- Unable to format usb write protected - Guide
1 reply
KY_WD
Sep 10, 2015 at 08:31 AM
- Posts
- 2054
- Registration date
- Thursday October 23, 2014
- Status
- Member
- Last seen
- February 28, 2017
Sep 10, 2015 at 08:31 AM
Hello Aryan,
Have you tried to format your pendrive through Command prompt? You have to know which number is your flsh drive. I suggest you to go to Disk managment to see how it's shown up there.
Then enter these commands, each followed by Enter:
diskpart
list disk
slect disk # /where # represents the number of your USB/
clean
format fs = FAT32
You can also try this:
1. Open command prompt
2. Type the following:
attrib -s -h -r X: /*.* / s / d Then hit "Enter" and wait about 30 seconds
Be careful! Respect the spaces between words and script. Change the letter X with that has been assigned to the USB device on your PC (that you can see it in My Computer. It can be anything, depends on each computer.)
3. Finally, browse the flash drive and delete the "RECYCLER" folder and if there is another one called "Autorun" you have to delete that too.
Hope that I helped you.
Have you tried to format your pendrive through Command prompt? You have to know which number is your flsh drive. I suggest you to go to Disk managment to see how it's shown up there.
Then enter these commands, each followed by Enter:
diskpart
list disk
slect disk # /where # represents the number of your USB/
clean
format fs = FAT32
You can also try this:
1. Open command prompt
2. Type the following:
attrib -s -h -r X: /*.* / s / d Then hit "Enter" and wait about 30 seconds
Be careful! Respect the spaces between words and script. Change the letter X with that has been assigned to the USB device on your PC (that you can see it in My Computer. It can be anything, depends on each computer.)
3. Finally, browse the flash drive and delete the "RECYCLER" folder and if there is another one called "Autorun" you have to delete that too.
Hope that I helped you.