Keywords- How to Recover Lost Space of USB drive after making Bootable on Linux ? ,How to unboot my bootable usb ,NTFS Format USB Flash Drive, pen drive size reduced after formating, Restore bootable usb to normal, Recovering unallocated space of a usb flash drive.
The problem is that the remaining space of your USB flash disk has become unallocated. To repair it, use diskpart (in windows):
- Open command line (cmd) and type
diskpart
. Allow the windows to run it. - type
list disk
, and find the number of your USB flash disk. - type
select disk X
, and type the number of the USB disk instead ofX
.It should say that disk X is now selected. - type
clean
. - type
create partition primary
.
Now you should be able to use the flash disk as before. (You have to format it first)
No comments:
Post a Comment