School of Information Technologies   Osx Mount Network Directory
 TitleIndex   WordIndex 

Mount a Network Directory under Mac OS X

Mount Network Directory

  1. in the Finder, open the "Go" menu
    • select "Connect to Server..."
    • alternatively press and hold the "command" ("Apple") key while pressing "k"
  2. enter the network address you want to mount
    • e.g. "smb://itsmb/username" for your non-ugrad home directory ("smb://ugitsmb/username" for ugrad, "smb://itsmb/mac" for the Mac software repository)
    • optionally press the "+" button to add that directory to your favourites
  3. click the "connect" button
    • if asked for your credentials:
      • supply your username and password, and the workgroup "IT" for non-ugrad, "UGIT" for ugrad
        • optionally click "add to keychain" to store the connection details permanently
      • click "OK"

If this does return an error message about the password being wrong and you are sure you provided the correct password without typos, please see the next section.

Enabling Plain Password Mounts in Tiger

If you are running Mac OS X 10.4 "Tiger", for the procedure described above to work with our servers plain password authentication must be enabled.

If the file /etc/nsmb.conf does not exist on your system, do the following:

  1. open the "Terminal" application (Applications->Utilities->Terminal)
  2. in the Terminal window, type:
    sudo bash 
    cat > /etc/nsmb.conf << EOF 
    [ITSMB] 
    minauth=none 
    [UGITSMB] 
    minauth=none 
    EOF 
    exit 
  3. if you are asked to provide your password, do so.

If you are running Mac OS X 10.5 "Leopard", instead change /etc/nsmb.conf as follows

  1. open the "Terminal" application (Applications->Utilities->Terminal)
  2. in the Terminal window, type:
    sudo bash 
    cat > /etc/nsmb.conf << EOF 
    [global] 
    minauth=none 
    EOF 
    exit 
  3. if you are asked to provide your password, do so.

If the file does exist but does not contain the entries above then please modify it accordingly.
Support


PythonPowered FindPage by browsing, searching, or an index