lfs 0.4.0

give information on mounted disks
lfs-0.4.0 is not a library.

lfs

CI MIT Latest Version Chat on Miaou

A small linux utility listing your filesystems.

It's very similar to the df tool you already have.

Comparison:

comparison

Installation

Run

cargo install lfs

Usage

lfs

By default, lfs doesn't show mount points with no size. Use lfs -a to show them all.

Internals

If you want to display the same data in your application, have a look at the lfs-core crate.