summaryrefslogtreecommitdiffstats
path: root/sys-utils/umount.8
Commit message (Collapse)AuthorAgeFilesLines
* Fix man page typosJakub Wilk2018-08-161-1/+1
| | | | Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
* man pages: Fix misuse of two-fonts-macros (BR, IR)Bjarni Ingi Gislason2018-08-061-3/+2Star
| | | | | | | | | | | Change a two-fonts-macro to the single font one, when there is only one genuine argument. Split a punctuation mark from the only argument to a two-fonts-marco. Remove an isolated two-fonts-macro. Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
* umount: add --quiet optionKarel Zak2018-08-011-0/+3
| | | | | | | | | | | | | | | The command umount supports things like --all-targets and --recursive to umount all nodes in specified tree. Sometimes it makes sense to aggressively use wildcards like /dev/sdb* and in this case --quiet seems like a good choice umount --quiet --all-targets /dev/sdb* to suppress 'not mounted' error messages. The new option suppress only these error messages and nothing else. Addresses: https://github.com/karelzak/util-linux/issues/672 Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: add details about mtab and --namespace to mount.8Karel Zak2018-07-191-0/+9
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: add -N to man page helpers sectionKarel Zak2018-06-111-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* umount: allow PID as --namespace argumentVaclav Dolezal2018-06-111-1/+3
| | | | | | | [kzak@redhat.com: - update code] Signed-off-by: Karel Zak <kzak@redhat.com> Signed-off-by: Vaclav Dolezal <vdolezal@redhat.com>
* mount: document --namespace in man/helpVaclav Dolezal2018-06-111-0/+4
| | | | Signed-off-by: Vaclav Dolezal <vdolezal@redhat.com>
* umount: add note about --lazyKarel Zak2018-04-201-1/+9
| | | | | | | | | | | | | | | Unfortunately, it's pretty common that users on production systems use lazy umount to fix some FS issues. The usual result is unwanted system reboot, because -l is not the right way how to fix unreachable NFS or mess with local FS with submounts. Note that after lazy umount /proc/self/mountinfo does not contain the FS entry, but kernel still references the FS. It makes it very difficult to debug. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1566674 Suggested-by: Steve Dickson <steved@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: remove some old history from manpagesRuediger Meier2017-06-291-3/+2Star
| | | | | | | | We assume that users will have a kernel >= 2.6.0 and removel references to earlier kernels. There are still a few ones left. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* umount: add note about NFS and -c to umount.8Karel Zak2017-06-061-2/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* 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>
* docs: various pages: Format pathnames as italic (.I)Michael Kerrisk2016-12-091-3/+3
| | | | | | | | | In the majority of pages, pathnames are formatted as Italic, which is the norm. However, there are several cases where they are formatted as bold. This patch fixes a number of those exceptions. Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com>
* docs: various pages: Use "system call" not "syscall"Michael Kerrisk2016-12-051-1/+1
| | | | | | A minor wording fix... Signed-off-by: Michael Kerrisk <mtk.man-pages@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>
* umount: cleanup umount.8 about mtabKarel Zak2016-08-301-4/+14
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* umount: fix obsolete info about loop= in umount.8Karel Zak2016-08-301-7/+11
| | | | | Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1370959 Signed-off-by: Karel Zak <kzak@redhat.com>
* umount: add note about FS names differences to the man pageKarel Zak2016-04-151-0/+6
| | | | | Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1327209 Signed-off-by: Karel Zak <kzak@redhat.com>
* umount: add man page note that --force is not perfectKarel Zak2016-03-171-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: do not call umount helper on --fakeKarel Zak2015-06-031-2/+3
| | | | | | | | | The umount.<type> helpers does not support --fake option and it does not make sense to call the helpers at all. All we need is to remove mtab/utab entries. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1172297 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: restore minus symbols in long optsJ William Piggott2015-01-211-7/+7
| | | | Signed-off-by: J William Piggott <elseifthen@gmx.com>
* docs: update info about env debug variablesKarel Zak2014-11-031-4/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: restore the mention of uhelper= and helper= in man page of umountBenno Schulenberg2014-08-051-2/+12
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: remove all mention of helper= and uhelper= from umount man pageBenno Schulenberg2014-07-291-11/+10Star
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: bring one more man page closer to standard formattingBenno Schulenberg2014-07-221-71/+73
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* umount: slightly improve the man pageBenno Schulenberg2014-06-301-13/+13
| | | | | | Remove some stray words from option arguments. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* umount: add info that --all-targets works with mtab symlink onlyKarel Zak2014-05-261-1/+3
| | | | | Reported-by: Ruediger Meier <sweet_f_a@gmx.de> Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: note that -c unused for mount.<type> in man pageKarel Zak2014-04-251-1/+1
| | | | | Addresses: https://github.com/karelzak/util-linux/issues/70 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg2013-10-151-2/+2
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* libmount: (docs) make it obvious how we call mount.<type> helpersKarel Zak2013-10-071-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* umount: add note about namespaces too --all-targetsKarel Zak2013-02-271-5/+4Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* umount: add --all-targetsKarel Zak2013-02-261-0/+7
| | | | | | | | | | | | | | | | | | | | | The same source (whole filesystem or filesystems subvolume) could be mounted on more targets (mountpoints). For example bind mounts or btrfs sub-volumes. If you want to detach the source device from the system then you need to unmount all the mountpoints. umount --all-targets <device|mountpoint> provides this functionality. This option could be used together with --recursive. Then all nested mountpoints within the filesystem are unmounted too. For example: umount --recursive --all-targets /dev/sdb1 should be a way how to make the device unmounted at all. Signed-off-by: Karel Zak <kzak@redhat.com>
* umount: improve --recursive docsKarel Zak2013-02-251-1/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* umount: add -R, --recursive optionDave Reisner2012-11-131-0/+4
| | | | | | | | | | | This allows unmounting of an entire tree of filesystems, which might be of particular interest for a shutdown initramfs. [kzak@redhat.com: - always return MOUNT_EX_* codes - cosmetic changes on coding style] Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Karel Zak <kzak@redhat.com>
* fix bold style of man page referencesMike Frysinger2012-10-091-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* docs: umount.8 syntax fix.Ville Skyttä2012-09-201-2/+2
| | | | Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
* libmount: document LIBMOUNT_DEBUG usersDavidlohr Bueso2012-09-041-0/+7
| | | | | | | Update the manpages of programs that use this environment variable for extra debugging information. Signed-off-by: Davidlohr Bueso <dave@gnu.org>
* docs: add sys-utils/umount.8 manual pageSami Kerola2012-08-061-0/+175
The man page is almost exact copy of mount-deprecated/umount.8. This version mentions long options, and has the options in same order as they are mentioned in usage() output. Rest of the minor changes make groff slightly nicer e.g. use .PP instead of empty line for paragraph marker. Signed-off-by: Sami Kerola <kerolasa@iki.fi>