Update Mounting Project Spaces authored by pikerc's avatar pikerc
......@@ -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
......
......