Blackmore logo with lake and mountain background

Overview

Blackmore is a large-scale high performance storage system located at MSU Bozeman. It is backed up and intended for the storage of medium to large active or semi-active datasets. Blackmore may be used to store data which is classified as “Public” (data which may be released to the general public in a controlled manner) or “Restricted” (such as FERPA protected data, financial transactions which don’t include confidential data, contracts, etc.) by the Bozeman Data Stewardship Standards. If you have questions about the classification of the data you wish to store, please contact the UIT Service Desk.

Who can use Blackmore? 

Blackmore is available to MSU PIs, Instructors, and Departments. Each approved entity may request up to 25TB free of charge. Additional capacity is available via a service model which can be billed annually or up-front for a 5-year term. To request a Blackmore share, please fill out the Blackmore New Share Request Form. Questions can be sent to [email protected]. To request changes in who has access to a blackmore share, a share owner or authorized requester may fill out the Blackmore access request form

Blackmore Service Rates
Billing Term           Cost
Annual $30/TB/year
Up-front $150/TB/5-years

 

Accessing Blackmore Storage

Blackmore is accessible via SMB and Globus. Instructions for connecting to Blackmore shares from Windows, Mac and Linux using SMB and on all platforms using Globus are below. For large transfers from off-campus, Globus is strongly recommended. For additional assistance, contact [email protected]

Windows

To map a Blackmore share on Windows:

  1. Make sure you are connected to the MSU Wired Network, MSU Secure Wifi, or MSU VPN
  2. Open Windows File Explorer 
  3. In the left pannel, select "This PC"
  4. At the top of the window, select "Computer" then "Map Network Drive" (if you do not see this option, first select "Show More Options")
  5. For "Drive" select any available letter
  6. For folder enter "\\blackmore.msu.montana.edu\" followed by the name of the share
  7. If on a computer you do not login to with your NetID, select "Connect using different credentials"
  8. Click "Finish"
  9. If prompted, enter "MSU\" followed by your NetID for a username and your NetID password and click "OK"
  10. The share should now be accessible under in Windows File Explorer, This PC, Network Locations
  11. You will need to be connected to the MSU Wired Network, MSU Secure Wifi, or MSU VPN to access the share
  12. Only small files should be access when using the MSU VPN, contact Blackmore Support if you would like to access large files from off campus

Mac

To map a Blackmore share on Mac:

  1. Make sure you are connected to the MSU Wired Network, MSU Secure Wifi, or MSU VPN
  2. Open Finder
  3. At the top of your screen select "Go" then "Connect to Server"
  4. In the text field enter "smb://blackmore.msu.montana.edu/" followed by the name of the share
  5. Click the "+" in the lower left of the window then click "Connect"
  6. If prompted to confirm, click "Connect" again
  7. When prompted to enter your name and password, select "Registered User", enter your NetID in the Name field enter your NetID password in the Password field, and click "Connect"
  8. The share should now be accessible under Finder, Go, Connect to Server
  9. You will need to be connected to the MSU Wired Network, MSU Secure Wifi, or MSU VPN to access the share
  10. Only small files should be access when using the MSU VPN, contact Blackmore Support if you would like to access large files from off campus

Linux

To map a Blackmore share on Linux:

  1. Make sure you are connected to the MSU Wired Network, MSU Secure Wifi, or MSU VPN
  2. Install cifs client 
    1. Ubuntu/Debian/Mint:
      sudo apt install cifs-utils
    2. CentOS/RHEL/Fedora: 
      sudo dnf install cifs-utils
  3. Create mountpoint:
    sudo mkdir </path/to/folder>
  4. Mount share
    1. Single-user access:
      sudo mount -t cifs -o username=<YourNetID>,domain=MSU,vers=3.0 //blackmore.msu.montana.edu/<share-name> <mount/location>
    2. Multi-user access:
      sudo mount -t cifs -o gid=<LocalGroupName>,file_mode=0664,dir_mode=0775,username=<YourNetID>,domain=MSU,vers=3.0 //blackmore.msu.montana.edu/<share-name> <mount/location>

Globus (all platforms)

Globus is a high performance data transfer and sharing platform.

To access Blackmore shares with Globus:

  1. Make sure you are not connected to the MSU VPN on computers you plan to transfer data to or from
  2. In a web browser, navigate to https://www.globus.org/ and select "Log In" in the upper right of the page
  3. Search for and select "Montana State University - Bozeman" for you organizational login then click Continue
  4. Login with your NetID and NetID password
  5. Once the File Manager page opens, type "blackmore" into the "Collection" search bar in the center of the page and select "montana#blackmore" from the results
  6. You will now see a list of Blackmore shares and can select any share you have access to
  7. From this interface, you can transfer files between blackmore and other systems running Globus
  8. For details on running Globus and transferring data on your computers, see the Globus tutorial