lfs 0.5.3

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

lfs

CI MIT Latest Version Chat on Miaou

A small linux utility listing your filesystems.

screenshot

Installation

Precompiled binary

You can download it from https://github.com/Canop/lfs/releases

From source

You need the Rust tool chain.

cargo install lfs

Usage

lfs

By default, lfs only shows mount points backed by normal block devices (i.e. disks).

To show them all, use

lfs -a

To get the output as JSON, do lfs -j or lfs -a -j.

Internals

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