mount_nfs.1m (2010 09)

m
mount_nfs(1M) mount_nfs(1M)
NAME
mount_nfs: mount, umount - mount and unmount remote NFS resources
SYNOPSIS
/sbin/fs/nfs/mount
[-F nfs][-drqOV
][-o specific_options ] resource mount_point
/sbin/fs/nfs/umount -a
[-df
]
/sbin/fs/nfs/umount
[-df]{resource mount_point }
DESCRIPTION
This manpage describes only the NFS-specific
mount and umount commands. See mount (1M) for the
description of the non-NFS commands.
The
mount utility attaches a named resource to the file system hierarchy at the pathname location
mount_point , which must already exist. If mount_point has any contents prior to the
mount operation,
the contents remain hidden until the resource is once again unmounted.
Only a superuser can mount file systems.
The
umount utility unmounts mounted file systems.
Only a superuser can unmount file systems.
resource can be of the form:
host
:pathname
The host can be the name of the NFS server host, or an IPv4 or IPv6 address string. As IPv6
addresses already contain colons, enclose host in a pair of square brackets when specifying an
IPv6 address string. Otherwise, the first occurrence of a colon can be interpreted as the
separator between the host name and path; for example:
[1080::8:800:200C:417A]:tmp/file
.
See IPv6(7P).
pathname is the path name of the directory on the server being mounted. The path name is
interpreted according to the server’s path name parsing rules, and the path name is not neces-
sarily slash-separated. However, on most servers, the path name is slash-separated.
nfs://host[:port]/pathname
Specify an NFS URL and follow the standard convention for NFS URL as described in NFS
URL, RFC 2224. See the discussion of URL’s and the public
option under section NFS FILE
SYSTEMS below for a more detailed discussion.
A comma-separated list of:
nfs://host[:port]/pathname or host:pathname. See the discussion on Replicated File
Systems and Failover under NFS FILE SYSTEMS for a more detailed discussion.
A comma-separated list of:
hosts followed by a
:pathname suffix. See the discussion on Replicated File Systems and Fail-
over under NFS FILE SYSTEMS for a more detailed discussion.
Options (mount)
See mount(1M) for the description of the
-rFV options. Note that the -F option only accepts nfs (see
fstypes (4)).
The
mount options are as follows:
-d Print debug messages to stderr. This option is to be used by HP support engineers.
-o specific_options
These specific_options are NFS-specific only.
Set file system specific options according to a comma-separated list with no intervening spaces.
specific_options are defined as follows:
acdirmax=n Hold cached attributes for no more than n seconds after directory update. The
default value is 60.
acdirmin=n Hold cached attributes for at least n seconds after directory update. The
default value is 30.
HP-UX 11i Version 3: September 2010 1 Hewlett-Packard Company 1

Summary of content (10 pages)