Table of Contents

Physics file servers for Windows

<note> If you're using one of our managed windows computers, access to most of these areas should be automatic.

If you are connecting from outside the University of Minnesota network, you will first need to either connect to the University VPN service, or you can connect using ssh.

VPN downloads and guides </note>

Windows file servers

You can connect to your home directory and other shares using native Windows file sharing, either by typing the path into the address bar in a file browser such as Windows Explorer, or by using “Map network drive”. These are some of our commonly-used file servers:

Home directories

spa-home contains some shares for departmental offices, etc.

physhome.spa.umn.edu contains your physics unix home directory:

Other shared areas

<note> Access to these areas usually depends on some kind of group membership. You can see what groups you're a member of here in MyPhys.

If you aren't a member of the appropriate group, the group manager can add you (if you can figure out who the manager is - we will add more useful info if we think of some!) </note>

physgroups.spa.umn.edu contains shares for various workgroups such as website files, class grading dropboxes, and several research groups.

spa-data contains shared volumes for research groups

Accessing your Active Directory Files remotely over ssh

This is an alternative way to connect to your Windows file storage from outside the university, without first connecting to the VPN.

Windows

Use winscp to connect to spa-home.spa.umn.edu. Login with username of AD\internetid and your x500/internet password.

Note, winscp has two interfaces available (and asks which you want during installation) - the “Explorer” interface is most similar to the regular Windows file manager.

Alternatively you could try mapping a drive letter using either Dokan (free but untested) or ExpanDrive (tested, but you have to pay for it)

Mac OS

A graphical client for accessing files over ssh called FileZilla (Windows and OSX) is available - we have more details on our wiki page about ssh.

From Linux

From most linux distributions (including departmental linux systems) you can simply run:

mkdir targetdir
sshfs -o uid=$UID youx500internetID@spa-home.spa.umn.edu:/home targetdir

Troubleshooting Windows XP File Sharing

Non-UMN Windows XP installs *may* need NTLMv2 auth policy set in gpedit.msc. Of course, nobody should be using XP any more, but there could be some use in research labs on protected subnets, so we'll continue to provide these directions for now.