Date: Fri, 18 Jul 2003 10:43:13 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount.c src/sbin/umount umount.8 umount.c Message-ID: <200307181743.h6IHhDBf031976@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2003/07/18 10:43:13 PDT
FreeBSD src repository
Modified files:
sbin/mount mount.c
sbin/umount umount.8 umount.c
Log:
When mount(8) is invoked with the `-v' flag, display the filesystem
ID for each file system in addition to the normal information.
In umount(8), accept filesystem IDs as well as the usual device and
path names. This makes it possible to unambiguously specify which
file system is to be unmounted even when two or more file systems
share the same device and mountpoint names (e.g. NFS mounts from
the same export into different chroots).
Suggested by: Dan Nelson <dnelson@allantgroup.com>
Revision Changes Path
1.53 +4 -1 src/sbin/mount/mount.c
1.18 +9 -11 src/sbin/umount/umount.8
1.38 +41 -5 src/sbin/umount/umount.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307181743.h6IHhDBf031976>
