logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lsmount - a simple formatter for /proc/mounts

Author

lsmount is written by Andreas Schwarz contact:contact@lsmount.org

Configuration

       configuration files /etc/lsmountrc, ~/.config/lsmount.rc

       Available Options are debug, skip, use-color, set-colors, show-unused, resolv-symlinks, use-alignment,
       vertical as described above.

       Syntax: option = [false|true|"STRING"];

Description

       gives you a much more readable output of /proc/mounts with optional colorizing, alignment and more useful
       options.

Name

       lsmount - a simple formatter for /proc/mounts

Options

-a, --use-alignment
           use alignment

       -c, --use-color[=auto]
           use colors

       -d, --debug
           show debug outputs

       -f, --fileFILE
           use another input file

       -h, --help
           show help and version

       -l, --resolv-symlinks
           resolv symlinks

       -s, --skip=dev1,dev2,...
           skip all lines where device is part of comma separated list

       -u, --show-unused
           show unused columns

       -v, --print-vertical
           vertical output

       -x, --set-colors=color1,...,color6
           set colors of all columns possible colors are black, red, green, yellow, blue, magenta, cyan, white

       all short options can be inverted by using the upercase letter, the longopts can be inverted by adding
       dont- in front.

Resources

       Git: https://github.com/Llandon/lsmount.git

       WWW: https://www.lsmount.org

lsmount                                            01/27/2025                                         LSMOUNT(1)

See Also

mount(8)

See Also