A small linux utility listing your filesystems.
It's very similar to the df
tool you already have.
Comparison:
Run
cargo install lfs
lfs
By default, lfs doesn't show mount points with no size. Use lfs -a
to show them all.
If you want to display the same data in your application, have a look at the lfs-core crate.