Usb is acting weird

CyberBird

Honorable
Apr 24, 2017
45
0
10,530
So a while ago I used my flashdrive to run memtest because I had some problems. Since then the flash drive works normally on my computer and displays the full storage capacity while on any other PC it only displays 60 mb with memtest instructions.
 


Backup any files you might need from flash drive.

Delete the flash drive volume using Disk Management and format it

If that does not work you can try Diskpart
Open a Command prompt
Type diskpart hit Enter
Type list disk hit Enter (make sure to know the flash drive letter)
Type select disk x hit Enter (replace x with flash drive letter)
Type clean hit Enter
Type create part primary hit Enter
Type select part 1 hit Enter
Type active hit Enter
Type format fs=fat32 label="flash" hit Enter (label optional)
You should have the full capacity of the flash drive available on all systems.