diskfmt icon

diskfmt

A disk formatting utility for Linux that feels like the Windows format dialog, built on top of the UDisks2 system service.

What it does

Download

Grab the AppImage build (requires UDisks2/Polkit on the host):

Screenshot

diskfmt application window

How to use it

Start the GUI with no arguments or with --start-ui. Common CLI flows:

Install exfatprogs if you need exFAT support on your distribution.

Building

Requires Rust, a C++17 compiler, and common FLTK/X11 build dependencies (libx11-dev, libxft-dev, libxrender-dev, etc.). Build a release binary with:

cargo build --release

Use --features fltk/use-wayland to build with hybrid/X11 support or --no-default-features for a CLI-only build.