5

I have a new 16 GB kingston flash pen that I cannot format

Gparted doesn't seem to see it

enter image description here

It has some windows exe and files on it

enter image description here

In do not have the format option as described here for Nautilus, Thunar or PCManFM

Its properties in Nautilus are

enter image description here

2 Answers2

7
  • In Gparted, use the menu in the top-right to select your USB flash drive

enter image description here

enter image description here

  • Unmount any mounted partitions on the flash drive

  • Format the partions

SirCharlo
  • 39,486
1

Have you tryed bash command mkfs?

fdisk /dev/sda
mkfs -t vfat /dev/sda1

See formatting usb pen in Linux