Enabling user mounting
Under normal circumstances, only root can mount
filesystems using LMC. However, you can enable users to mount
and unmount selected filesystems using the
mnt(C)
and
umnt(C)
commands. Enabling user mounting can reduce the amount of time
it takes to bring your system into multiuser mode and reduce the
amount of network traffic by ensuring that filesystems are
mounted only when needed.
For example, you could allow users to mount the
/usr/man directory from the server jupiter
(if /usr/man is exported by jupiter).
Users could then mount this directory by issuing the command
mnt with the mountpoint
you specify, for example:
mnt /usr/man
The filesystem can be unmounted using the umnt command with the mount point as argument.
You should instruct your users in proper mounting procedures:
Mount point busy will be returned.
See also: