Posted on
Updated on
November 6, 2024
Purpose:
- Instructions to mount Scientific Computing (SciC) Linux Clusters home to a dipr server
Requirements:
- You have to have SciC Linux Clusters account
- You need to have a dipr server from ERIS.
Instructions
In this example, we show how to mount SciC Linux Clusters home from a dipr server
First, you need to install cifs-utils
sudo yum install cifs-utils
And then run the command below and type in your password when asked.
sudo mount -t cifs -o domain=PARTNERS,username=<username>,vers=1.0 //eristwofs.partners.org/<username> /mnt
Now, Let's see it is mounted
cd /mnt