Logo

dev-resources.site

for different kinds of informations.

Formatting External Drives On Linux Using Gparted.

Published at
5/7/2023
Categories
linux
gparted
formatting
drives
Author
thekalderon
Categories
4 categories in total
linux
open
gparted
open
formatting
open
drives
open
Author
11 person written this
thekalderon
open
Formatting External Drives On Linux Using Gparted.

Formatting a pendrive or external hard drive can sometimes be a real pain. There are a variety of tools that can be used to format a drive. Commandline tools, third party premium software and open source tools like gparted.
Gparted is a free partition tool that is used for disk management.It allows for creating, moving and deleting a partition on a drive.

GUI of Gparted

Table Of Content

  • Installation of gparted on linux
  • Formatting a drive with gparted
  • Labelling a drive after formatting

Installation of gparted on linux

Gparted can be installed in several forms. However, the method I will discuss here is with the use of the Command Line Interface(CLI).
Firstly, update the repositories on the linux installation with the command:

CLI on linux

After a successful update of all the programs, the next command to run is:

gparted installed successfully

You can then run the command gparted in the terminal to open the application.

Formatting the drive in gparted

From the top right corner of the display, select from the partitions dropdown the partition or device you want to work on.

device
Exercise caution by double checking that you have selected the right device.Right-click on the device and a popup will appear like this:

Popup
Unmount the device/partition you selected.
From the popup, click on 'format to' to have all the possible formats you can format the drive to displayed.

last popup

Select from the dropdown list the format you want the drive to be formatted to among NTFS(New Technology File System), FAT 16, FAT 32 and a whole lot.
Depending on the size of the drive, the operation may be done quickly or it will take some time.

Labelling the filesystem

Furthermore, once the formatting is completed, right-click on the device and from the popup choose 'label filesytem'.

label

The device will show as the name defined above when mounted in any computer.
Gparted is an advanced software that can be used to make a bootable to use on live partitions without data loss.
That is a beyond the scope of this tutorial.
Ta-da, you have successfully learned how to use gparted.

formatting Article's
30 articles in total
Favicon
How to Configure VSCode for Auto Formatting and Linting in Python
Favicon
Clean Code: Open Source Linting & Formatting
Favicon
A One-Liner `sed` Command to Format SSH Config File
Favicon
Developing a Custom Gradle Plugin for Formatting and Static Analysis
Favicon
Why Do I Love Code Formatters?
Favicon
My opinion about opinionated Prettier: 👎
Favicon
How to convert XML files to CSV format using Boomi in Docker
Favicon
Format Time Ago Function - Time Differences in TypeScript
Favicon
How to use Prettier as a Github Action
Favicon
My universal code beautification tool
Favicon
What are formatting tags in HTML?
Favicon
Compact `match` in Rust
Favicon
Axis Headaches? Examples for Formatting Tick Labels (Matplotlib)
Favicon
Wednesday Links - Edition 2023-05-17
Favicon
Formatting External Drives On Linux Using Gparted.
Favicon
Make Your Code Shine with Prettier Extension for VS Code
Favicon
Accounting Number Format in Excel – How to Apply it to Selected Cells
Favicon
How to Clear Formatting in Excel – Remove Format From a Cell
Favicon
Best Practice #1 : One Function can be accessed many times with Different Values
Favicon
Hugo.io - Multiline cells in a table
Favicon
AppVeyor and python formatting
Favicon
Checking your python code format on Azure Pipelines
Favicon
Formatting Python – Why and How !
Favicon
Golang automatic code formatting : Code like a Pro
Favicon
Clean Code in C# Part 4 Formatting
Favicon
Formatting numbers in JavaScript
Favicon
How to format relative dates using native JavaScript
Favicon
Formatting dates in JavaScript using the user's locale
Favicon
Set Cell Styles and Formatting in Excel with Java
Favicon
Code formatting for C# projects: dotnet format + GitHub Actions

Featured ones: