You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _doc/mount-drive.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ if [ "$?" -gt "0" ]; then
55
55
fi
56
56
```
57
57
58
+
58
59
If you save this code in the file `~/mount_drive.sh` and give it executable permissions via `chmod u+x ~/mount_drive.sh`, you can then run the script like this:
59
60
```bash
60
61
~/mount_drive.sh
@@ -66,5 +67,14 @@ If you save this code in the file `~/mount_drive.sh` and give it executable perm
Make sure you adjust `${HOME}/rescer201800002-cer-researchfolder-test` to the location you used when you mounted the research drive
70
+
Make sure you adjust the target of this command, `${HOME}/rescer201800002-cer-researchfolder-test` in this example, to the location you used when you mounted your research drive.
71
+
72
+
73
+
## Symbolic links within a research-drive
74
+
--
70
75
76
+
If you want to create symbolic links within the research drive, add the option `mfsymlinks` to the list you provide in your mount command (continuing from the code above):
0 commit comments