Skip to content

Commit cde6c2e

Browse files
committed
2 parents fab9ffc + 6fa873e commit cde6c2e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ To run call `./run_pipeline.sh`.
4444

4545
To kill the pipeline (though not the simulator) call `./kill.sh`.
4646

47+
To mount the archive, run
48+
49+
```shell
50+
mount -t cifs \
51+
-o username=SuperMusr_mgr -o password=******** \
52+
-o domain=ISIS -o vers=2.1 -o noserverino -o _netdev \
53+
//ISISARVR55.isis.cclrc.ac.uk/SuperMusrTestDataBackup$ \
54+
/mnt/archive
55+
```
56+
57+
altering any parameters as required.
58+
4759
## File Structure
4860

4961
The deployment follows the pattern:

0 commit comments

Comments
 (0)