0

I Can't find out how to format my usb stick. Have read some guides but can't find "Format Device" anywhere.

Anyone got the same problem? Or have a solution to my problem?

Greatful for all answers.

SOULUTION

Go to Dash and find the program Disk, open it and Right Click on de device you want to format. Or you can use GParted.

3 Answers3

0

To format your usb-drive I recommend using G-parted for error-free and easy formatting. To do so first, go to GetDeb.net. and follow the instructions there to add their ppa. It is done so that you get the latest version of G-parted. After this, open terminal and type:

sudo apt-get update

to update your list, then install G-parted using:

sudo apt-get install gparted

Now, you need to launch G-parted.

After launch you will see your device in the list if you have already connected your usb-drive.

1

But if you haven't then connect your usb-drive and then GParted > Refresh Devices.

2

Now, after your usb-drive is detected, you can format your drive by right-clicking on your device and selecting Format to:

3

Hope this helps!

Raphael
  • 8,135
0

++++++++ You do not need to download or install any other software . Linux has a utility that is named Disk with This Icon

Plug USB in to your USB port , then open the Disc tool . On the left side bar you will have your HDD and also your USB , klick on USB and in the menu right you will find in option "More option" the formating option you need. See the picture. Picture 2

0

I format my USB stick by this method many times. After plugging in the device in USB port just follow these steps,

  1. Go to the dash home. Dash home is where you search your computer and online resources, at the top left corner of your Ubuntu desktop.
  2. type 'Startup Disk Creator' and click on it.
  3. In the 'Device to use' section, you can see your drive.
  4. Click on 'Erase Disk'.
ddas
  • 466