My Computer Tips

My Computer tips has over 290 tutorials and tips.

Valid CSS!

Categories

How do I label a filesystem on Linux using gparted

ID: 408

Category: Linux

Added: 28th of August 2025

Views: 319

Related Tips & Tutorials

Using GParted in Linux to format a hard drive, flash drive, SD Card

Automount internal drive in Linux Mint, Ubuntu and Ubuntu based distributions

If you use more than one drive with your Linux system, labelling the filesystem(s) will provide a more user friendly way to identify them, should ever need to create a new partition or format the whole hard drive.

One of my external drive contains Virtual Machines, so I wanted to label the drive with something meaningful. You can label a filesystem through the terminal or use gparted.

If gparted isn't installed in your distribution, enter the following command below.

sudo apt install gparted

Once installed gparted can be launched via the main menu, or terminal by entering the following command
gparted

In gparted do the following to label the filesystem

1) Select your drive via the select menu

Select drive

2) Highlight the drive, right click and select Unmount

Unmount drive

3) Select Label Filesystem

Label filesystem

4) Enter your new label

Enter new filesystem label

5) Apply All Operations

Apply all operations