Mounting your Turbo volume

Mounting NFS Volumes

For Linux based systems:

To mount NFS Storage to your machine, follow these steps:

  1.  Ensure you have the static Hostname/IP Address for your client.
  2.  Add the Client Hostname to the NFS Client Export List for this volume in the SRS.
  3.  Make sure to have NFS Utilities installed.

Mounting an NFS Volume:

>> mkdir [MOUNT LOCATION] >> mount -t nfs [STORAGE VOLUME] [MOUNT LOCATION]

Storage Volume = [NAME].turbo.storage.umich.edu:/[NAME]

Mount Location = Local Directory the NFS Storage is attached to (usually /mnt/[NAME])

Where [NAME] is the name of the turbo volume without the [].

Please keep in mind the following information regarding NFS Storage:

A key security feature of NFS Storage permits access to the volume only if the requesting system is included in the NFS Client Export list for that volume. The NFS Client Export List is managed on Turbo by the ARC Storage Team, and requests to add or remove clients to the NFS Export list for a Turbo Volume can be managed through the SRS

There are various options for mounting and configuring NFS Storage such as version, persistence, autofs, and security. We suggest working with the Unit IT Staff to ensure consistency, ease of access, and security compliance for accessing your Turbo Storage.

It's important to note that if you are using multiple NFS systems to access the same Turbo Volume, you will need to ensure that the User Groups are synchronized between these systems; otherwise, you will not be able to access your files as expected. If you encounter problems or have questions about synchronizing UNIX User Groups, you can contact your Unit IT Support Team for assistance.

Alternatively, if your Turbo Storage was provisioned as Multi-Protocol and mounted through NFS on one system, you can safely use CIFS on any number of other systems without issue.

Mounting CIFS Volumes

Using CIFS/SMB Turbo is accessible to any clients on U-M networks (or VPN with campus profile). CIFS connections are secured entirely through their Active Directory (AD) Permissions. So, if you are a valid user in one of the permitted AD user groups, you will be able to mount your Turbo Storage through CIFS.

For Windows:

Directions are for Windows 10

  1. Open the “This PC” Menu from the Windows “File Explorer” or Start Menu
  2. Click on “Computer” in the menu and then select “Map Network Drive”
  3. Select a Drive Letter from the Drop Down List. Choose a letter after the letter H
  4. In the “Folder” Box, enter the CIFS Volume path

    \\[NAME]-win.turbo.storage.umich.edu\[NAME] Where [NAME] is the name of the turbo volume without the [].

    Check the “Reconnect at login” box to have your computer remember this drive mapping

  5. Click on the “Connect using a different user name” and use the following settings:
    • User Name: UMROOT\your-uniqname
    • Password: your UMICH Kerberos (Level-1) password
  6. Click the “OK” button.
  7. Click the “Finish” button.

For Mac:

  1. In the Finder, click on the “Go” menu and select “Connect to Server…”
  2. In the “Server Address” field, type the server name and path:

    smb://[NAME]-win.turbo.storage.umich.edu/[NAME] Where [NAME] is the name of the turbo volume without the [].

  3. Click the “Connect” button.
  4. When prompted, enter your uniqname and UMICH Kerberos (Level-1) password.
  5. Click the “Connect” button.

On the HPC clusters

If you requested for your volume to be mounted on any of the HPC clusters, Armis2, Great Lakes, or Lighthouse, you can access that volume at /nfs/turbo/<volume_name>.  So when on the command line of any of those clusters, simply typing the command:

cd /nfs/turbo/<volume-name>

where <volume_name> is the full name of the volume including prefixes, like umms-jones, or lsa-johnson.  If you get ‘path not found’, or ‘directory not found’.  Submit a ticket to [email protected] and we’ll resolve the issue.