After unplug pendrive it stop to work. No problem in lost the data, it is already erased before the issue. Just want to save the usb drive to use again.
Tried to format but the windows could not format.
Tried to format by cmd but it didn't work too
Tried to use diskpart too: the clean and clean all command work fine but after it can't create new primary partition. I receveid the message [No usable free extent could be found. It may be that there is insufficient
free space to create a partition at the specified size and offset. Specify
different size and offset values or don't specify either to create the
maximum sized partition. It may be that the disk is partitioned using the MBR disk
partitioning format and the disk contains either 4 primary partitions, (no
more partitions may be created), or 3 primary partitions and one extended
partition, (only logical drives may be created)]
Try
diskpart > OK
select disk n > OK
clean and clean all > OK
create partition primary > No usable free extent could be found. It may be that there is insufficient
free space to create a partition at the specified size and offset. Specify
different size and offset values or don't specify either to create the
maximum sized partition. It may be that the disk is partitioned using the MBR disk
partitioning format and the disk contains either 4 primary partitions, (no
more partitions may be created), or 3 primary partitions and one extended
partition, (only logical drives may be created)
Try
diskpart > OK
list volume > OK
select volume > OK
format fs=fat32 > OK
create partition primary > No usable free extent could be found. It may be that there is insufficient
free space to create a partition at the specified size and offset. Specify
different size and offset values or don't specify either to create the
maximum sized partition. It may be that the disk is partitioned using the MBR disk
partitioning format and the disk contains either 4 primary partitions, (no
more partitions may be created), or 3 primary partitions and one extended
partition, (only logical drives may be created)
Search for another solutions but didn't find it at internet.
Help me please!