RMOUNTALL(1M) (Remote File Sharing Utilities) RMOUNTALL(1M)
NAME
rmountall, rumountall - mount, unmount Remote File Sharing
resources
SYNOPSIS
/etc/rmountall [-] " file-system-table " [...]
/etc/rumountall [ -k ]
DESCRIPTION
rmountall is a Remote File Sharing command used to mount
remote resources according to a file-system-table.
(/etc/fstab is the recommended file-system-table.)
rmountall also invokes the /usr/nserve/rmnttry(1M) command
which attempts to mount queued resources. The special file
name "-" reads from the standard input.
rumountall causes all mounted remote resources to be
unmounted and deletes all resources that were queued from
/etc/rmount(1M). The -k option sends a SIGKILL signal, via
fuser(1M), to processes that have files open.
These commands may be executed only by the super-user.
The file-system-table format is as follows:
column 1 block special file name of file system
column 2 mount-point directory
column 3 -r if to be mounted read-only; -d if remote
resource
column 4 file system type (not used with Remote File
Sharing)
column 5+ ignored
White-space separates columns. Lines beginning with "#" are
comments. Empty lines are ignored.
Page 1 May 1989
RMOUNTALL(1M) (Remote File Sharing Utilities) RMOUNTALL(1M)
SEE ALSO
fuser(1M), mount(1M), rfstart(1M), rmnttry(1M), rmount(1M),
sysadm(1) in the User's Reference Manual.
signal(2) in the Programmer's Reference Manual.
DIAGNOSTICS
No messages are printed if the remote resources are mounted
successfully.
Error and warning messages come from mount(1M).
Page 2 May 1989