My quick fix to this irritating USB flash drive problem
Have you ever encountered using your newly bought USB flash drive and then all of a sudden when you checked it it became unusable? I myself had encountered this issue when I tried to install an OS to my flash drive using DiskImager. However, I noticed that it didn’t install properly and the size of my flash drive shrank down to 4GB!
Fret not as I am going to show you how to fix it using diskpart! Please follow the following steps below thoroughly and carefully. Note that I am not liable to any negligence on user’s part.
cmd
diskpart
list disk
select disk 1
list partition
clean
list partition
create partition primary
list partition
format fs=fat32 quick
list partition
exit
And that’s it! I hope that it solves your problem. Let me know if it works on your end by typing your comments on the comments box 🙂 Stay tuned for more computer tips and tricks!
Thank you! Such a great help
Glad that it helped you!