Search Docs by Keyword

Table of Contents

Mounting Storage on Desktop or Laptop

While it is not the case for most of the cluster’s filesystems, some resources can be mounted to your local computer via Samba (aka SMB or CIFS). Mainly when we talk about this we mean your home directory. But there are a few other shares where this has been deemed necessary and implemented on a share-by-share basis.

Please note that most, file systems, including lab directories on holylabs, cannot be mounted on your desktop. 

  • Scratch – Scratch space (/n/holyscratch01) cannot be mounted in this manner. It is only available on the cluster. If you need to transfer data to/from scratch, you can use an SFTP or SCP client to connect to the cluster and then change to /n/holyscratch01/[your lab’s space] . You can also use Globus for large external transfers.
  • Tier 0 – Tier 0 and shares whose name begin with holy generally cannot be mounted. If you need to transfer data to/from such shares, you can use an SFTP or SCP client to connect to the cluster and then change to the path of your lab share . You can also use Globus for large external transfers.
  • Tier 1 – Tier 1 shares can be exported via Samba if a valid need exists. Otherwise, if you need to transfer data to/from such shares, you can use an SFTP or SCP client to connect to the cluster and then change to the path of your lab share . You can also use Globus for large external transfers.
  • Tier 2 – Tier 2 shares can be exported via Samba if a valid need exists. Otherwise, if you need to transfer data to/from such shares, you can use an SFTP or SCP client to connect to the cluster and then change to the path of your lab share . You can also use Globus for large external transfers.
  • Tier 3 – Tier 3 tape cannot be mounted and is only accessible via Globus.

 

  1. Connect to the VPN

    If using wireless connections, cluster storage must be routed through a VPN connection. If on wired connections inside Harvard, the VPN client is not required. If you don’t already have one setup, follow the VPN setup instructions.
    NOTE: If you have set up custom DNS on your computer, this may cause issues connecting to shares.

  2. Find the filesystem path (if not known)

    If you already know the path, skip to instructions for your operating system below.

    Mounting your HOME DIRECTORY

    If you have cluster access, you can mount your home directory as a drive. You can figure out the path to your home directory by using ssh to login to the cluster. Use cd ~ to go to your home directory (on a Unix-like system, the ~ character is a shortcut to ‘my home directory’). Then type pwd to show where your home directory resides. [jharvard@boslogin02 ~]$ cd ~ [jharvard@boslogin02 ~]$ pwd /n/home08/jharvard  The home08 is the part we need in this example in order to construct the full path to your home directory.  Since all home directories are mounted from the same server, we don’t need to figure that part out. The path, therefore, that you will need for connecting is the combination of the server name, rcstore.rc.fas.harvard.edu. followed by the word homes to signify that it’s a home directory, the sub-folder your home directory resides in (home08 in this example), and your RC username.

    For this example, this would result in:
    For Windows \\rcstore.rc.fas.harvard.edu\homes\home08\jharvard
    For Mac OSX smb://rcstore.rc.fas.harvard.edu/homes/home08/jharvard

    Mounting a LAB SHARE

    First, it’s important to note that most lab shares are not mountable. Also, cluster-only filesystems such as scratch (holyscratch01, holyXXXX, or local scratch) are never mountable. If you need to transfer data to/from such shares, you can use an SFTP or SCP/Rsync, or use Globus for large external transfers.

    If you don’t already know the path to your lab’s share and believe it should be mountable, asking a lab-mate or your PI for the path is the quickest option. If your lab-mates do not know and you believe your share is mountable, please contact FASRC.

    You can also try and see if your lab’s share is mounted on our Samba cluster using the instructions further down the page, but with one of the following paths:
    For Windows \\smbip.rc.fas.harvard.edu\ (browse for your lab’s name, see below)
    For Mac OSX smb://rcstore.rc.fas.harvard.edu/ (browse for your lab’s name, see below)

    If found, you can use the path shown there to mount your lab’s share.

Operating System-Specific Instructions

Macs use Connect to Server

If you’re using a Mac, go to a Finder window (or click on the desktop) and choose Go > Connect to Server from the menu. Mac Connect to Server In the server address box, enter the server and path combination as described above prepended with the smb:// protocol specifier (please note that Macs use “/” where Windows uses of “\”). Using the example information above, the value might be smb://rcstore.rc.fas.harvard.edu/homes/home08/jharvard to mount the home directory of user jharvard. If you are mounting a lab share path, enter that instead (example: smb://smbip.rc.fas.harvard.edu/jharvard_lab). Mount home directory on a Mac If you’ve selected the proper volume, you should get a login prompt. Use your FASRC credentials here. Note that you must include the rc\ domain specifier at the beginning of your user name. Use your Odyssey credentials to connect. Don't forget the `rc\`.

PCs use Map Network Drive

You can connect to shared storage on a Windows PC by using the Map Network Drive button in a file explorer window (click the yellow folder icon in the taskbar).

      1. Select This PC in the left-hand pane.
      2. Click Computer, which will present a drop-down menu, and then from that menu click Map network drive.
      3. In the Map Network Drive utility, select a free Drive letter.
        Then enter the combination of fileserver address and path in the Folder field.
        For the example, in the home directory described above the path would be \\rcstore.rc.fas.harvard.edu\homes\home08\jharvard.
        If you are mounting a lab share path, enter that instead (example: \\smbip.rc.fas.harvard.edu\jharvard_lab).
        Make sure Connect using different credentials is checked.
        Click Finish to continue.Optional: If you want this drive to reconnect every time you log on to your computer, check Reconnect at sign-in. Just bear in mind that it will not re-connect if you are not on the VPN or your normal campus wired jack.


        The reason you must check Connect using different credentials in the Map Network Drive box is that your PC has a local account (and a local ‘domain’) and it will default to that if you do not specify another username and domain. If you don’t select this checkbox and attempt to connect, it will try to authenticate with your local PC information and after three failed attempts will result in a lockout (FYI: Don’t worry, lockouts expire automatically in about 5 minutes).
      4.  When you are prompted to Enter Network Credentials, prepend your FASRC username withRC\ to specify you are connecting to the RC domain with your username.
        Example: RC\jharvard means ‘Connect to the server and path I entered above as RC domain user jharvard’.

      TIP: If Windows is complaining about drives already being mapped/in us, you can clear all network drive mappings. Use with caution, this cannot be undone. If you have any other mapped network drives/shares, you will have to go back and re- connect them again. To do this, open Command Prompt and enter net use \\SERVER\SHARE /delete where “SERVER\SHARE” would be equivalent to “smbip.rc.fas.harvard.edu\jharvard_lab” in the above example.

      Linux using a terminal window

      You can mount storage on most Linux systems. This varies by distribution and window manager and it’s up to you to determine how to do this.

      Some general tips for using the smbutils command line are:
      Run the id command on your Linux machine to determine your local uid and gid, then enter the following commands (set username to your FASRC username and set uid and gid to your local account values):
      mkdir /mnt/cluster mount -t cifs -o workgroup=rc,username=jharvard,uid=1000,gid=1000 //rcstore.rc.fas.harvard.edu/homes/home08/jharvard /mnt/cluster (you must change the uid and gid to your own local uid and gid).

    • This will prompt you for your password. If instead you get an error message about a read-only filesystem, it could be because mount.cifs is not installed on your system. Using this method, you will need to reissue the command every time you boot your computer.Some users prefer using smbclient to connect to Samba/SMB/CIFS shares. This is an optional package you will need to install on your own.
    • SFTP/Filezilla 

      If you are unable to mount your lab storage using one of the above methods, or your lab’s share is simply not available via Samba, you always have the option of using SFTP. This is especially useful if you need to maintain a different VPN connection and cannot connect to our VPN. SFTP to a login node does not require a FASRC/FAS VPN connection as login nodes use two-factor authentication.

    • We recommend FileZilla as a reliable, cross-platform SFTP client. Note that SFTP uses SSH and our two-factor authentication, so you will need to ensure you have OpenAuth set up, and that you have have cluster access and a home directory. If you are unsure, SSH to a login node first. If you need to request cluster access, see our doc on adding groups/access.

 

 

© The President and Fellows of Harvard College
Except where otherwise noted, this content is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license.