mount(1M_NUCFS) (NUCFS) mount(1M_NUCFS)
NAME
mount (nucfs) - mount a NetWare UNIX Client File System
(nucfs)
SYNOPSIS
mount [-F nucfs] [generic_options] [-r] [-o specific_options] special mount_point
DESCRIPTION
The mount command notifies the system that special is
available to users from the mount_point. The mount_point
specified must exist before mount is called; it becomes the
name of the root of the newly mounted special.
generic_options are options supported by the generic mount
command. Other options are:
-F nucfs Specify a nucfs FSType.
-r Mount the file system read-only.
-o Specify nucfs-specific options. Separate options
with a comma.
The available nucfs-specific options are:
rw | ro Read/write or read-only. Only one can be specified.
Default is rw.
suid | nosuid
Setuid is honored or ignored on execution. Only one
can be specified. Default is suid.
EXAMPLES
To mount fileserver zorbix and volume docs at mount point
/zorbdocs, as a read-only filesystem where setuid is ignored,
type:
mount -F nucfs -o rw,nosetuid zorbix/docs: /zorbdocs
FILES
/etc/mnttab
Table of currently mounted file systems
REFERENCES
mnttab(4), generic mount(1M), mount(2), setmnt(1M), setuid(2)
Copyright 1994 Novell, Inc. Page 1