Format a USB or SD Card in Ubuntu Linux

Format a USB or SD Card in Ubuntu Linux

Formatting removable media like a USB disk or a Format SD Card is a pretty simple task on Ubuntu Linux. 

No, I won’t be using the terminal here although you can always use the command line on Linux. 

I’m going to show you how to format a USB on Ubuntu or other Linux distributions graphically

Format USB disks on Ubuntu & other Linux distributions

I’m an expert in my field but I wouldn’t be where I am without those who've helped me along the way. That’s why I love connecting with like-minded people and using my passion and skills to make a difference.

I’m using Ubuntu with the GNOME desktop environment in this tutorial, but it should apply to other Linux distributions and other desktop environments as well.

Plugin your USB or SD card. Now go to the File manager. You should see your USB or SD Card here.

Right-click on it and you should see the format option.

Format USB disks on Ubuntu & other Linux distributions

I’m using Ubuntu with the GNOME desktop environment in this tutorial, but it should apply to other Linux distributions and other desktop environments as well. Plugin your USB or SD card. Now go to the File manager. You should see your USB or SD Card here.

Right-click on it and you should see the format option.

When you hit the format option, it will give you the option to name the device, choose filesystem.
When you have selected the appropriate options, hit the Next button in the top right corner.

You’ll see a warning that all the data on the USB disk/SD Card will be erased. That’s obvious. Just hit the format button in the top right corner.

Once it’s formatted, you’ll see that it has reappeared in the file manager with the new name you provided to it.

That’s it. That’s the standard way of formatting a USB drive in Ubuntu Linux.

TROUBLESHOOTING WHEN YOU CANNOT FORMAT THE USB DISK IN UBUNTU LINUX

I never thought I could ever be troubled with formatting a simple SD Card or USB/Pen Drive until I came up with this problem in Ubuntu. When I looked at the options given by right-clicking on the mounted removable disk, I found none for formatting.
So I tried with the default disk utility of Ubuntu: Disks. But it failed and gave me the following error:
Error formatting disk – Error synchronizing after initial wipe: Timed out waiting for object (disks-error-quark, 0)

The above-mentioned error is a known bug that has been unresolved for months and Disk is still being served as the default disk utility program (why?).
I had to go around and format the removable disk with the help of GParted. And thus I came up with this tutorial to help others know how to format an SD card or USB key in Ubuntu.

Step 1:
Install GParted. It is a free and open-source partition editor for Linux. You can install it in terminal (Ctrl+Alt+T):

sudo apt-get install GParted

Step 2:
Insert the SD card or USB key. Now launch GParted. To do that go to Unity Dash and search for GParted. It takes some time to search for all the disks present on the system. Have some patience. When it has recognized the drives, you will see a screen like below. By default, it goes to the hard drive of your computer. To access the removable media, go to the top-right corner of the application and choose the removable media. You can see the size of the removable media to identify the right one :

Step 3:
Now you will see a screen like the one below. This shows the partition of the removable disk. Before you go for formatting, unmount the disk by right-clicking on the partition in the following manner:

Step 4:
Once you have it unmounted, right-clicking on it will show you the Format To option. You can choose whatever type of file system you want on the disk. Once you have selected the drive to format , click on the Tick sign on the top to start the format:

Step 5:
Nothing more needs to be done now. You will see couple of warnings and the format procedure will be commenced.

Voila! You are done.