MOUNT_AFP(8) | System Manager's Manual | MOUNT_AFP(8) |
mount_afp
— mount
an afp (AppleShare) filesystem
mount_afp |
[-i ] [-s ]
[-k ] [-o
options] afp_url
node |
The mount_afp
command mounts the AFP
volume denoted by the afp_url
afp://[user[;AUTH=uamname][:password]@]host[:port]/volumename
at the mount point indicated by node.
This command is normally executed by mount(8) when the -t afp option is used. If the -i option is not used, all the required information to establish a login to the remote server must be available in the afp URL, including username & password if needed.
The arguments and options are:
-i
-s
-k
-o
-o
option followed by a comma
separated string of options. See the
mount(8) man page for possible options
and their meanings. Additional options supported by the AFP Client are as
follows:
afp://[user[;AUTH=uamname][:password]@]host[:port]/volume
afp:/at/[user[;AUTH=uamname][:password]@]servername[:zonename]/volume
Denotes the afp server and sharepoint to mount. It may also contain the username & password required to log into the server. uamname is the protocol name of the authentication method. If port is not specified, then port 548 is used.
The following example illustrates how to mount the afp volume server.company.com/volumename/ at the mount point /Volumes/mntpnt:
mkdir /Volumes/mntpnt mount_afp afp://username:userpass@server.company.com/volumename/ /Volumes/mntpnt
mkdir /Volumes/guest mount_afp "afp://myserver/guestVolume" /Volumes/guest
mkdir /Volumes/myVolume mount_afp "afp://;AUTH=Client%20Krb%20v2@myserver/myVolume" /Volumes/myVolume
The mount_afp
command first appeared Mac
OS X version 10.0. Kerberos authentication was added in Mac OS X version
10.2
mount_afp
successfully mounted the volume
directory.ENODEV (19)
]mount_afp
because the server was not found or
because the sharepoint does not exist, or because node does not have
proper access.EACCES (13)
]mount_afp
because the user did not provide proper authentication credentials.ENOTDIR (20)
]mount_afp
because the mountpoint was not a directory.May 8, 2002 | Mac OS X |