Daniel Quinn schrieb:
Then when you're back at the prompt, run:

  # mkfs.vfat /dev/sda1

...if sda is in fact your key. You can even add "-L LabelName" to attach a label to the stick:

  # mkfs.vfat -L "USB Stick" /dev/sda1

Hi,

from man mkfs.vfat:

-n volume-name: Sets the volume name (label) of the file system. The volume name can be up to 11 characters long. The default is no label.

kh

Reply via email to