Place the flash card in the card reader of your laptop or PC.Windows will detect the card and will ask you to format it. It met ga ik because Windows doesn’t like to give you permissions to format the entire flash drive.
Therefore you can use diskpart.
Fire up Diskpart and create a new partition.
First, list the disks in your system:
DISKPART> list disk
Select the correct disk:
DISKPART> select disk (number)
Create new partition:
DISKPART> create partition primary
Format the disk with as you normally would
Rick
Please consider marking this answer "correct" or "helpful" if you think your query have been answered correctly.