| manpages.info - online man pages | ![]() |
|||
|
mount_afp (8) Table of Contents
Namemount_afp - mount an afp (AppleShare) filesystem
Synopsismount_afp [-i] [-o options] afp_url node
DescriptionThe 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:
nobrowse
automounted
afp_url
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.
ExamplesThe following example illustrates how to mount the afp volume idisk.mac.com/membername/ at the mount point /Volumes/mntpnt/:
mount_afp afp://membername:memberpass@idisk.mac.com/membername/ /Volumes/mntpnt/
This example shows the proper url to use to mount the volume guestVolume from the afp server myserver as guest:
mount_afp afp://;AUTH=No%20User%20Authent@myserver/guestVolume /Volumes/guest
This example shows the proper url to use to mount the volume myVolume from the afp server myserver using Kerberos authentication:
mount_afp afp://;AUTH=Client%20Krb%20v2@myserver/myVolume /Volumes/myVolume
See Alsomount(2) , unmount(2) , mount(8)
HistoryThe mount_afp command first appeared Mac OS X version 10.0. Kerberos authentication was added in Mac OS X version 10.2
Return Values
|