Go to the U of M home page
School of Physics & Astronomy
School of Physics and Astronomy Wiki

User Tools


computing:department:storage:access_adfiles_remotely

This is an old revision of the document!


How to access your Physics Active Directory Files Remotely

You can only access our Windows file server directly (using normal Microsoft file sharing) from within the Tate Lab network. If connecting from “outside” (including wireless), you need to connect using ssh.

You can use ssh to access your AD home directory, or other AD drives such as research data.

Windows

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

Alternatively you could try mapping a drive letter using either Dokan (free but untested) or ExpanDrive (tested but commercial]]

Mac OSX

mv ~/Downloads/sshfs-static-leopard ~/sshfs   #(or replace 'leopard' with whatever your version is)
chmod a+x ~/sshfs

Then, to make a folder “physics” on your desktop which is connected to AD use the following syntax:

mkdir -p ~/Desktop/physics
~/sshfs -o uid=$UID youx500internetID@spa-home.spa.umn.edu:/home ~/Desktop/physics

The key is -o uid=$UID to map the username from your AD account to your local mac user, without this the files will not be accessible.

There's also a nicer graphical client for accessing files over ssh called MacFusion (from http://macfusionapp.org). To make it work with our server, you'll need to use the “Extra options (Advanced) field to specify your local UID (which is usually 501, but you'll need to check this). Thus, the options field would read something like -o uid=501.

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
computing/department/storage/access_adfiles_remotely.1333671057.txt.gz · Last modified: 2012/04/05 19:10 (external edit)