Update Mounting Project Spaces authored by Larry Granroth's avatar Larry Granroth
...@@ -17,8 +17,8 @@ You will need administrator access for step one of this procedure. Afterwards y ...@@ -17,8 +17,8 @@ You will need administrator access for step one of this procedure. Afterwards y
"User Rights Assignment" and click "Create Symbolic Links". Then add your regular "User Rights Assignment" and click "Create Symbolic Links". Then add your regular
user account to the list. After setting policy, **reboot** your computer. user account to the list. After setting policy, **reboot** your computer.
2. After reboot, login as you're normal, non-admin account. Then issue a command similar 2. After reboot, login as your normal, non-admin account. Then issue a command similar
to the following, examples for the Juno and Cassiope missions are given below. to the following examples for the Juno and Cassiope missions:
```batch ```batch
> mkdir C:\project > mkdir C:\project
> mklink /d C:\project\juno \\melmac.physics.uiowa.edu\project\juno > mklink /d C:\project\juno \\melmac.physics.uiowa.edu\project\juno
... ...
......