Announcement

Collapse
No announcement yet.

How to Format USB stick on Kubuntu 12.04

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to Format USB stick on Kubuntu 12.04

    Please help! I need to format an USB stick and I can't find Instructions

    #2
    Use gparted or kde partition manager you will probably need to install them.

    Or the command line approach
    Code:
    sudo fdick /dev/sdX
    Then partition the drive how you want it to, remember to replace sdX with the drive you want to partition

    Code:
    sudo mkfs.vfat -F 32 /dev/sdXY
    To format /dev/sdXY as fat32 remember to replace sdXY with the partition you want to format.

    If these two lines scare you ignore them and just use gparted or kde partition manager.

    Comment


      #3
      Originally posted by james147 View Post
      Use gparted or kde partition manager you will probably need to install them.

      Or the command line approach
      Code:
      sudo fdick /dev/sdX
      Then partition the drive how you want it to, remember to replace sdX with the drive you want to partition

      Code:
      sudo mkfs.vfat -F 32 /dev/sdXY
      To format /dev/sdXY as fat32 remember to replace sdXY with the partition you want to format.

      If these two lines scare you ignore them and just use gparted or kde partition manager.
      I think thats
      Code:
      sudo fdisk /dev/sdx
      LOL what a typo

      VINNY
      Last edited by vinnywright; Dec 20, 2012, 05:34 PM.
      i7 4core HT 8MB L3 2.9GHz
      16GB RAM
      Nvidia GTX 860M 4GB RAM 1152 cuda cores

      Comment


        #4
        This is why I should not do things when I am tired

        Comment


          #5
          For larger flash drives, the FUSE FS for FAT64 seem pretty stable (if you need compat with windows and mac)
          Registered Linux User 545823

          Comment


            #6
            Originally posted by james147 View Post
            This is why I should not do things when I am tired
            But at least you remembered that proper penis repair requires elevation first. I'm sure it would have withered spectacularly without the sudo.

            Comment


              #7
              Originally posted by SteveRiley View Post
              But at least you remembered that proper penis repair requires elevation first. I'm sure it would have withered spectacularly without the sudo.
              Well everyone, just in case you hadn't noticed, Steve's back!


              Please Read Me

              Comment


                #8
                Yeah, I have missed you guys!

                Comment


                  #9
                  Thanks this works

                  Originally posted by vinnywright View Post
                  I think thats
                  Code:
                  sudo fdisk /dev/sdx
                  LOL what a typo

                  VINNY
                  This works and thanks Dave L.

                  Comment

                  Working...
                  X