How to access & use the Rosalind storage system
Before you begin – general access information
- Submit a .
- Quotas are automated and are not individually monitored by the storage administrators. If you see your data usage approaching your quota, please submit a request for increase using the above link.
- Rosalind can support a maximum single file size of 4TB.
- This storage environment is available on the University of ÁùºÏ±¦µä, Reno campus networks only.
- In the response email from the University TeamDynamix ticketing system, you should have been given the name of your share folder and the path to that folder. Please have that ready so you can complete the instructions on connecting to your share below. Substitute all instances of yourFolderPath below with the path to your share folder.
- If you encounter problems connecting with your desktop client, we recommend starting with your local IT support personnel for assistance.
MacOS instructions
To connect to the Rosalind storage resource, macOS users should use the Finder application to configure the connection. These instructions were generated from a system running macOS 11.4 (Big Sur), but should work with any current, supported Apple operating system.
- From the dock, select the Finder app.
- Using the Finder menu, select Go – "Connect to Server" (or use CMD+K).
- The Connect to Server interface will start. Please enter the Rosalind resource like so: smb://rosalind.unr.edu/yourFolderPath
- Log on with your University NetID username and password. You may save this in the macOS keychain, but be aware that when you reset your NetID password you will need to update your keychain password or the connection will fail.
Linux instructions
Access through CIFS
Linux users can access their home and shared directories through the CIFS (Microsoft Windows Share) protocol. This can be done using GUI tools such as Nautilus and Caja or the command line.
Using Nautilus or Caja
- Start the file manager application from the applications menu of your Linux distribution, or click on the file manager icon on the desktop. When you open Nautilus or Caja, choose "Connect to Server..." from the File menu.
- In the Connect to Server dialogue box, use the following server details:
- Type: Windows share
- Share: yourFolderPath
- Folder: /
- Domain name: unr.edu
Mounting a Windows share using the terminal
You can also mount a Windows share. You will need root or sudo permissions.
- Create a local directory to mount the remote system. Some suggestions are "/mnt/cifs" and "/home/$username/cifs".
- As the superuser, run mount with the following parameters:
- sudo mount -t cifs //rosalind.unr.edu/yourFolderPath/$netID -o username=$netID,domain=unr.edu,uid=$username
You can also mount these directories permanently using autofs or fstab. Please see your distribution documentation for installing autofs. Sample setup details for mounting these directories through autofs and fstab are below.
- A sample command for autofs:
- users –fstype=cifs,rw,noperm,credentials=/home/$username/private/credentials.txt ://rosalind.unr.edu/yourFolderPath/$netID
- A sample configuration line for fstab:
- //rosalind.unr.edu/yourFolderPath/$netID /mnt/cifs cifs noperm,_netdev, credentials=/etc/secure/credentials.txt 0 0
Ensure that the credentials.txt file is not world readable.
Microsoft Windows instructions
These instructions were generated from a computer running a 2019 update of Windows 10.
- Navigate to the task bar and click on the manila folder icon to launch Windows Explorer. You may also use the keyboard shortcut Windows+E.
- Navigate to the "This PC" entry in the left-hand bar.
- Right-click the "This PC" entry and choose "map network drive".
- Choose the drive letter you would like to use and enter the folder path as follows: "\\rosalind.unr.edu\yourFolderPath"