summaryrefslogtreecommitdiffstats
path: root/misc-utils/findmnt.8
Commit message (Collapse)AuthorAgeFilesLines
* man: Use the correct macro for a font change of one argumentBjarni Ingi Gislason2018-05-231-15/+15
| | | | | | | | Use the correct macro (I, B) for the font change of one argument, not those that are used for alternating two fonts, like "BR", "IR", "RB", or "RI". Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
* misc-utils/findmnt.8: add --pseudo and --real optionssluidfoe2018-05-101-1/+7
|
* findmnt: add --output-all optionSami Kerola2018-05-031-0/+5
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* findmnt.8: remove spurious spaces before "--tree" and "--verbose"Jakub Wilk2018-02-041-2/+2
| | | | Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-191-1/+1
| | | | | | | The links to ftp://ftp.kernel.org/ are replaced by https://www.kernel.org/. Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: add --tree to allow to enable tree output for --mtabKarel Zak2016-12-081-1/+5
| | | | | | | | | | | | The --mtab output is merge from kernel and utab on all modern systems (without classic /etc/mtab). It means we have all necessary information to generate tree output. For the backward compatibility --mtab is the list by default, the new option --tree allows to override the default and enable tree always when the table contains child-parent relations. Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: add note about mount optionsKarel Zak2016-12-081-2/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* Fix formatting errors in page cross referencesMichael Kerrisk (man-pages)2016-11-291-1/+1
| | | | | | | | | | | | These pages had errors such as .BR page (x) . which should be .BR page (x). Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
* Place SEE ALSO entries in orderMichael Kerrisk (man-pages)2016-11-291-2/+2
| | | | | | | | | | | | This patch does only the following: * Order SEE ALSO entries first by section name, then alphabetically within section * Adds one or two missing commas in SEE ALSO lists * Removes one or two periods that were (inconsistently) used at the end of SEE ALSO lists. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
* findmnt: (verify) add docsKarel Zak2016-09-231-0/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libsmartcols: support LIBSMARTCOLS_DEBUG_PADDING=onKarel Zak2016-09-071-0/+2
| | | | | | | | | | | | This env.variable forces libsmartcols to use visible padding chars. The standard debug has to be enabled (to minimize overhead for non-debug execution). For example: $ LIBSMARTCOLS_DEBUG=all LIBSMARTCOLS_DEBUG_PADDING=on findmnt 2> ~/log Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: Fix various typosSebastian Rasmussen2016-05-311-1/+1
| | | | Signed-off-by: Sebastian Rasmussen <sebras@gmail.com>
* findmnt: improve formatting and wording of the man pageBenno Schulenberg2016-03-091-30/+31
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Fix typos in --targetFrederick Grose2015-08-141-4/+4
|
* findmnt: add --jsonKarel Zak2015-06-051-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: add --mountpoint command line optionKarel Zak2015-03-191-8/+17
| | | | | | | | | The current --target <path> implementation check the <path> elements in reverse order to get the mountpoint. The feature may be inwanted in some cases when we really want to check for mountpoint specified by the <path>. The new option "--mountpoint <path>" allows to be strict. Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: don't rely on st_dev for --targetKarel Zak2015-03-101-2/+6
| | | | | | | | | | | | The overlay filesystem does not provide usable st_dev (in traditional UNIX way). It's necessary to search in /proc/self/mountinfo to detect which path element is mountpoint. $ findmnt --target /mnt/merged/dir-a/foo TARGET SOURCE FSTYPE OPTIONS /mnt/merged overlay overlay rw,relatime,lowerdir=/mnt/low,upperdir=/mnt/high/data,workdir=/mnt/high/work Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: restore minus symbols in long optsJ William Piggott2015-01-211-1/+1
| | | | Signed-off-by: J William Piggott <elseifthen@gmx.com>
* docs: remove obsolete and unneeded comments from man-page filesBenno Schulenberg2015-01-121-1/+0Star
| | | | | | | Transform some of them into copyright lines. Also fix three header lines and snip some trailing whitespace. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: don't use bold or italics for "[option]" in synopsis of man pagesBenno Schulenberg2014-12-191-5/+5
| | | | | | | As per the convention shown in Documentation/howto-man-page.txt. Also make a few other tiny adjustments along the way. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: update info about env debug variablesKarel Zak2014-11-031-2/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: document --uniq option in man pageBernhard Voelker2014-10-311-0/+4
| | | | | * misc-utils/findmnt.8: Add an entry for the -U, --uniq option added in commit v2.24-132-gbebdda3.
* findmnt: slightly improve wording and formatting in man pageBenno Schulenberg2014-06-301-5/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: add --nocanonicalize to avoid realpath()Karel Zak2014-06-161-0/+4
| | | | | | | | | * in some cases is realpath() overkill * sometimes you want to search for explicitly specified paths (e.g. "findmnt --fstab /mnt/symlink") rather than for real paths * you want to avoid readlink() and stat() on NFS Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: add --bytes to print sizes in bytesKarel Zak2014-02-211-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg2013-10-151-1/+1
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: normalize formatting of findmnt man pageBenno Schulenberg2013-03-201-28/+56
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: sort the options in findmnt man page alphabeticallyBenno Schulenberg2013-03-201-63/+65
| | | | | | Also improve wording and formatting a bit. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: improve grammar and formatting of explanation of "-o +list"Benno Schulenberg2013-03-041-2/+2
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: add missing information about -o +<list>Karel Zak2013-02-181-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: fix typo in manpageBernhard Voelker2012-07-091-3/+3
| | | | Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
* findmnt: add --task <tid> optionKarel Zak2012-06-281-0/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: don't use tree-like output if more -F options specifiedKarel Zak2012-06-281-3/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: add note about \x<hex> to man pageKarel Zak2012-04-261-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: add support for maj:min sourceKarel Zak2012-04-251-2/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: add support for PARTUUID= and PARTLABEL=Karel Zak2012-04-191-23/+9Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: improve --df outputKarel Zak2012-03-201-3/+7
| | | | | | | | * don't print pseudo-filesystems (except tmpfs) * add --all to disable built-in filters * don't overwrite --df --output=<list> with default columns Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: add -D, --df option to imitate df(1)Dave Reisner2012-03-201-0/+3
| | | | Signed-off-by: Dave Reisner <dreisner@archlinux.org>
* findmnt: add FS size, avail, used, and use% columnsDave Reisner2012-03-201-0/+4
| | | | | | | Provide display of filesystem attributes from statvfs(3). These are all displayed in human readable format. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
* findmnt: add -P, --pairs to the man pageBill Pemberton2012-03-201-0/+2
| | | | Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
* libmount: remove fstab.d supportKarel Zak2012-01-241-4/+1Star
| | | | | | | | If you really need to store your configuration to a alternative files then you have to explicitly specify the files or directories on mount(8) command line by --fstab option. Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: add note about LIBMOUNT_* env.variablesKarel Zak2012-01-201-0/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: revert --fstab behavior, add --tab-file optionKarel Zak2012-01-201-5/+6
| | | | | | | | | | | | | | The optional argument for -s, --fstab options (--fstab=file) is not backwardly compatible, because command line with short options (e.g. findmnt -snr) will be interpreted incorrectly. This patch removes support for the optional --fstab argument and introduces a new option --tab-file, for example: findmnt --fstab --tab-file=/etc/fstab.foo Reported-by: Juergen Daubert <jue@jue.li> Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: support alternative location of fstabDave Reisner2011-12-161-2/+4
| | | | | Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add "+" prefix for options pattern (e.g findmnt -O)Karel Zak2011-12-011-3/+3
| | | | | | | | | | | | | | Examples: * findmnt --fstab -O noauto Returns all entries where is not "auto" option (including entries with "noauto" option. * findmnt --fstab -O +noauto Returns all entries where is literally "noauto" option. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=758457 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: uniformize the header and footer lines in man pagesBenno Schulenberg2011-08-221-1/+1
| | | | | | | | | | Use dates without the day, use the full month name, put "util-linux" in the lower left corner, and "User Commands" or "System Administration" at the top center. Also improve here and there the one-line program description. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* findmnt: (man page) short option for --timeout is not -t but -wBenno Schulenberg2011-08-081-14/+14
| | | | | | Additionally make some formatting and spacing tweaks. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* findmnt: filter filesystems and actions for --pollKarel Zak2011-04-271-5/+18
| | | | | | | | | | | | | | | | | | The patch allows to filter by: * actions name: $ findmnt --poll=umount * target, source, fstype, options: $ findmnt --poll /mnt/test $ findmnt --poll -O ro $ findmnt --poll -t ext4 * --first-only option to wait only for the first matching change: $ findmnt --poll=umount --first-only /mnt/test Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: add --poll and --timeout to the man pageKarel Zak2011-04-271-0/+22
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: fix manpage typosDavidlohr Bueso2011-01-171-1/+1
| | | | Signed-off-by: Davidlohr Bueso <dave@gnu.org>