How do I mount my SEAS home directory on MacOS?

Your computer's network connection must be within PennNet. Install and run the University Client VPN software when connecting from external networks.

Samba

  1. In Finder, select Connect to Server... from the Go pull-down menu (or press command-k).
  2. In the Server Address field, type (replace username with your SEAS account name):
    smb://smb.seas.upenn.edu/<username>
  3. Click the Connect button.
  4. Select Registered User and enter your SEAS account name and password when prompted.
  5. Select your home directory when prompted.

Your home directory will now be available under Locations in the Finder window, with an eject button you can use when you're ready to disconnect.

SSHFS

The SSHFS project allows mounting of remote directories over SSH. It can be used on Mac, Windows, and Linux.

Two-Step Verification is required when using a PennKey password for SSH authentication on SEAS systems. See What is SSH? for more information.

  1. Install sshfs by downloading from the project website or by using a Mac package manager such as Homebrew, MacPorts, or Nix.

  2. Create a directory where you can mount your SEAS home directory:

    mkdir -p ~/mnt/eniac
  3. Run the command to mount your home directory. In this example, the username is bfranklin:

    sshfs bfranklin@eniac.seas.upenn.edu:/home1/b/bfranklin ~/mnt/eniac

    Make sure to change bfranklin to your PennKey, and the "b" in the /home1/b to the first letter of your PennKey.

© Computing and Educational Technology Services