Purpose

lfs is a linux utility listing your filesystems.

standard

Usage is shown in a graphical way.

Besides traditional columns, the disk column helps you identify your "disk" (or the mapping standing between your filesystem and the physical device) :

By default, only the "normal" devices, the ones you're usually interested about, are shown, but you can see the other ones with the -a option.

All sizes are normally based on the current SI recommendations (1M is one million bytes) but can be changed with --units binary (then 1M is 1,048,576 bytes).

Tables

The default display of lfs is a table, which can be configured with the columns of your choice.

screen

See Table for the definition of the columns and the syntax for choosing them, or on how to sort rows.

The table can also be exported in CSV.

JSON

lfs --json outputs the result as JSON which can be used for your own scripts or programs.

screen

Filters

The query syntax lets you specify the filesystems you want:

screen