LinuxCommandLibrary

gnome-disks

TLDR

Start GNOME Disks

$ gnome-disks
copy
Restore disk image
$ gnome-disks --restore-disk-image [image.img]
copy

SYNOPSIS

gnome-disks [options]

DESCRIPTION

gnome-disks is a graphical disk management utility. It manages disks, partitions, filesystems, and RAID arrays through a user-friendly GTK interface.
The tool handles formatting, mounting, imaging, and benchmarking. It integrates with udisks2 for operations and supports encrypted volumes.
gnome-disks provides graphical disk management for GNOME.

PARAMETERS

--restore-disk-image FILE

Restore disk image.
--help
Display help information.

CAVEATS

GTK application requires graphical environment. Some operations need root. Part of GNOME utilities.

HISTORY

GNOME Disks was developed as part of the GNOME project, replacing older disk management tools with a modern, integrated utility.

SEE ALSO

udisksctl(1), gparted(1), fdisk(1)

Copied to clipboard