<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <pre>On 28/04/12 22:25, David Fletcher wrote:</pre>
    <blockquote cite="mid:1335648330.2243.6.camel@ToshibaNB520"
      type="cite">
      <pre wrap="">This was easy enough to do with Maverick.

I've got a CF card plugged into a USB reader/writer that I want to
format. The only application I can find that's supposed to do this is
gnome-format but I can't get it to do anything, or even start up and
show itself.

How can I do this in 12.04 ?

Dave



</pre>
    </blockquote>
    <tt>The following is pasted from pendrivelinux.com. I've used this
      method before. Assuming that fdisk -l shows your card to be sdx, 
      there's no reason why it shouldn't work for you.<br>
      <br>
      <font color="#000000">Restoring your USB key to it's original
        state using Linux:<br>
        <br>
        A. First we need to delete the old partitions that remain on the
        USB key.<br>
        <br>
            Open a terminal and type sudo su<br>
            Type fdisk -l and note your USB drive letter.<br>
            Type fdisk /dev/sdx (replacing x with your drive letter)<br>
            Type d to proceed to delete a partition<br>
            Type 1 to select the 1st partition and press enter<br>
            Type d to proceed to delete another partition (fdisk should
        automatically select the second partition)<br>
        <br>
        B. Next we need to create the new partition.<br>
        <br>
            Type n to make a new partition<br>
            Type p to make this partition primary and press enter<br>
            Type 1 to make this the first partition and then press enter<br>
            Press enter to accept the default first cylinder<br>
            Press enter again to accept the default last cylinder<br>
            Type w to write the new partition information to the USB key<br>
            Type umount /dev/sdx1 (replacing x with your drive letter)<br>
        <br>
        C. The last step is to create the fat filesystem.<br>
        <br>
            Type mkfs.vfat -F 32 /dev/sdx1 (replacing x with your USB
        key drive letter)<br>
        <br>
        That's it, you should now have a restored USB key with a single
        fat 32 partition that can be read from any computer.</font></tt><br>
    <pre><font color="#000000">It's always worked for me, 
</font></pre>
    <pre><font color="#000000">Cheers,
</font></pre>
    <pre><font color="#000000">Graham
</font></pre>
    <font color="#000000"><br>
    </font><br>
  </body>
</html>