Changes
Page history
Update Mounting Project Spaces
authored
May 12, 2022
by
pikerc
Hide whitespace changes
Inline
Side-by-side
Mounting-Project-Spaces.md
View page @
6f6e6d54
...
...
@@ -28,9 +28,12 @@ You will need administrator access for step one of this procedure. Afterwards y
the link. For the examples above talk to Larry Granroth for Juno, and David Miles
for Cassiope.
Note on the use of
`/d`
. The windows
`mklink`
command can create three different types
of links. Directory links (/d) are the most forgiving. You computer will run just fine
if the upstream server is not available.
Note on the use of `/d`. The windows `mklink` command can create three different types
of links. Directory links (/d) are the most forgiving. You computer will run just fine
if the upstream server is not available.
3.
**Note!**
Use
`rmdir`
to delete symlinks. The
`del`
command will try to delete what the
link points to instead.
## Procedure for Linux
TODO
...
...
...
...