Hola hombre, tengo el mismo problema que tú y sigo este tutorial:
enlace
A. Primero debemos eliminar las particiones antiguas que permanecen en la llave USB.
Open a terminal and type sudo su
Type fdisk -l and note your USB drive letter.
Type fdisk /dev/sdx (replacing x with your drive letter)
Type d to proceed to delete a partition
Type 1 to select the 1st partition and press enter
Type d to proceed to delete another partition (fdisk should automatically select the second partition)
B. Luego necesitamos crear la nueva partición.
Type n to make a new partition
Type p to make this partition primary and press enter
Type 1 to make this the first partition and then press enter
Press enter to accept the default first cylinder
Press enter again to accept the default last cylinder
Type w to write the new partition information to the USB key
Type umount /dev/sdx1 (replacing x with your drive letter)
C. El último paso es crear el sistema de archivos gordo.
Type mkfs.vfat -F 32 /dev/sdx1 (replacing x with your USB key drive letter)
dd if=/some/file of=/dev/sdc
para ver qué sucede?dd: failed to open '/dev/sdc': Read-only file system