My Website

Format USB key

disk/fdisk /dev/sdUxxxxx/data
?         # get help
p         # print table of partitions
d p1      # delete partition
a p1      # add partition (1 - ???)
t p1      # set partition type (? = list of types)
w         # write changes
q         # quit

disk/format -d /dev/sdUxxxxx/dos