The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > OS X (Apple)
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-31-2009
[MA]Flying_Meat [MA]Flying_Meat is offline
Registered User
  
 

Join Date: Sep 2002
Location: San Fran
Posts: 131
man mount_afp

Basically, create a directory to be used as the mount point, then mount the server volume at that location.


Code:
mkdir /Volumes/somefolder
mount_afp afp://username:pass@someserver/someshare /Volumes/somefolder