TL;DR
To install Gnome Disks Utility on Ubuntu, you can follow these steps:
- Update package list: Run
sudo apt updateto ensure access to the latest package information from software repositories. - Install GNOME Disks: Use
sudo apt install gnome-disk-utilityto install the utility, enabling disk management tasks on Ubuntu.
Optimize your Ubuntu system’s disk management with GNOME Disks configuration. Fine-tune storage, access SMART data, manage properties, benchmark disks, and enhance performance with TRIM. Troubleshoot common installation and usage errors to streamline your disk management experience on Ubuntu.
Read the guide below to learn the step-by-step method to install Gnome Disks utility on Ubuntu and how to configure it. Also, learn the common errors that can occur during the process and their troubleshooting tips.
GNOME Disks is a powerful utility that plays a crucial role in managing disk drives efficiently on Ubuntu systems. Whether you want to partition drives, create disk images, monitor disk health, or perform benchmark tests, GNOME Disks has got you covered. Say goodbye to cumbersome command-line tasks and embrace a visually intuitive interface that empowers you to manage your storage with ease. In this comprehensive guide, we’ll walk you through every aspect of installing, navigating, and utilizing the GNOME Disks utility to its fullest potential on your Ubuntu machine.
How to Install GNOME Disks Utility on Ubuntu
To install GNOME Disks Utility on Ubuntu, you only need a system running Ubuntu 16.04 or later with the GNOME desktop environment. Ensure you have adequate free disk space for installation and disk management tasks. To install GNOME Disks utility on Ubuntu, follow these simple steps:
- Press Ctrl + Alt + T to open a Terminal window on your Ubuntu system.

- Type the following command and hit Enter to update the package list:
<strong>sudo apt update</strong> - This command updates the list of available packages from the software repositories, ensuring that you have access to the latest package information.

- Type the following command and hit Enter to install GNOME Disks:
<strong>sudo apt install gnome-disk-utility</strong> - This command will install GNOME Disks Utility package, allowing you to access and use the utility for disk management tasks on your Ubuntu system.

How to Configure GNOME Disks Utility on Ubuntu
Configuring GNOME Disks utility on Ubuntu empowers users to harness the full potential of their disk management tasks with ease. By mastering the configuration options of GNOME Disks, you can fine-tune your Ubuntu system’s storage management to suit your specific needs and ensure optimal disk health and performance.
1. How to Identify Connected Drives and Partitions
To identify the drives and partitions connected to your system:
- Open the GNOME Disks application from the Applications menu.

- In the Devices pane, all connected drives and their respective partitions will be listed.

2. Viewing Drive Details and SMART Data
GNOME Disks allows you to view detailed information about your drives and access SMART data for monitoring drive health:
- Click on the drive you want to examine in the Devices pane. The Volumes pane will display information about the selected drive, including model, capacity, and usage.

3. Managing Drive Properties and Settings
GNOME Disks enables you to manage drive properties and settings, such as changing the mount options, labels, and formatting partitions:
- Click on the partition you wish to manage in the Volumes pane.

- Use the gear icon to access options for formatting, editing mount options, and setting partition flags.

4. Conducting Disk Read/Write Benchmark Tests
To benchmark your disks with GNOME Disks:
- Launch GNOME Disks from the Applications menu. Choose the drive you want to benchmark. Click on the disk option icon, and then click on Benchmark Disk.

- Click on the Start Benchmark button.

- Now set the values for the benchmark test as per your requirements.

- Enter the password then click on the authenticate button to start the benchmarking process.

- The output will be:

5. Improving Disk Performance with TRIM and Other Techniques
For SSDs, enabling TRIM is essential to maintain optimal performance:
- TRIM should be automatically enabled for most modern Linux systems and SSDs. To verify, run the following command in the Terminal: