Toshiba 16 gb pendrive unable to format
Closed
Aryan
-
Sep 7, 2015 at 12:21 AM
KY_WD Posts 2053 Registration date Thursday October 23, 2014 Status Member Last seen February 28, 2017 - Sep 10, 2015 at 08:31 AM
KY_WD Posts 2053 Registration date Thursday October 23, 2014 Status Member Last seen February 28, 2017 - Sep 10, 2015 at 08:31 AM
Related:
- Toshiba 16 gb pendrive unable to format
- Toshiba touchpad not working - Guide
- Bliss os 16 iso download - Download - Other
- 16 gb pendrive price ✓ - Hard Drive & SSD Forum
- 32 gb pendrive price - Pen Drive, USB & SD Card Forum
- Software for SanDisk Cruzer Micro 4GB USB 2.0 ✓ - Pen Drive, USB & SD Card Forum
1 response
KY_WD
Posts
2053
Registration date
Thursday October 23, 2014
Status
Member
Last seen
February 28, 2017
122
Sep 10, 2015 at 08:31 AM
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.