diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-07-26 11:29:10 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-07-26 11:31:34 -0500 |
commit | c2d256bafb9d1dfafbfd0846c035c5d26f7449c8 (patch) | |
tree | 4f655c7978c8736689d2bd1dc74b78177f00085c /man/openrc-run.8 | |
parent | f48d9c33a5c708c871d6657a39485d1c0c735548 (diff) |
man/openrc-run.8: document fstabinfo and mountinfo
X-Gentoo-Bug: 592374
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=592374
Diffstat (limited to 'man/openrc-run.8')
-rw-r--r-- | man/openrc-run.8 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 3fb5a5b3..2e3ec728 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -445,6 +445,42 @@ Also, the -d, -f or -p options should not be specified along with this option. .Pp The -q option suppresses all informational output. If it is specified twice, all error messages are suppressed as well. +.Ic fstabinfo +.Op Fl M , -mount +.Op Fl R , -remount +.Op Fl b , -blockdevice +.Op Fl m , -mountargs +.Op Fl o , -options +.Op Fl p , -passno Ar passno +.Op Fl t , -type Ar fstype +.Ar path +.Xc +If -b, -m, -o, -p or -t is specified,the appropriate information is +extracted from fstab. If -M or -R are given, file systems are mounted or +remounted. +.Pp +The -q option suppresses all informational output. If it is specified +twice, all error messages are suppressed as well. +.Ic mountinfo +.Op Fl f, -fstype-regex Ar regex +.Op Fl F, -skip-fstype-regex Ar regex +.Op Fl n, -node-regex Ar regex +.Op Fl N, -skip-node-regex Ar regex +.Op Fl o, -options-regex Ar regex +.Op Fl O, -skip-options-regex Ar regex +.Op Fl p, -point-regex Ar regex +.Op Fl P, -skip-point-regex Ar regex +.Op Fl e, -netdev +.Op Fl E, -nonetdev +.Op Fl i, -options +.Op Fl s, -fstype +.Op Fl t, -node + .Ar mount1 mount2 ... +.Xc +The f, F, n, N, o, O, p, P, e and E options specify what you want to +search for or skip in the mounted file systems. The i, s and t options +specify what you want to display. If no mount points are given, all +mount points will be considered. .It Ic yesno Ar value If .Ar value |