freebsd-skq/sbin/mount
iedowse 5502303d77 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>
2003-07-18 17:43:13 +00:00
..
extern.h
getmntopts.3
getmntopts.c
Makefile
mntopts.h
mount_ufs.c
mount.8
mount.c When mount(8) is invoked with the `-v' flag, display the filesystem 2003-07-18 17:43:13 +00:00
pathnames.h Convert fsck and mount to using execvP to find fsck_foo and mount_foo. 2003-06-29 17:53:48 +00:00
vfslist.c