Command to Map Server Drive
Last Updated 2020-06-25 by Adam Lu
-
Open a command prompt
- In the Windows Search bar, type
cmd
and hitENTER
- In the Windows Search bar, type
- For fishfish:
- copy and paste this command in the command prompt, but replace “adam” with your actual user name
net use A: \\172.28.76.139\shareX /u:adam
- This will map the
shareX
folder toL:
. After this is done once, one can then add network locations as usual. I usually addshareX
again as a network location and disconnect the mapped drive.
- For chalkboard:
- copy and paste this command in the command prompt, but replace “baylisslab” with your actual user name
net use B: \\172.28.77.1\baylisslab /u:baylisslab
- Example: