Both sides previous revisionPrevious revisionNext revision | Previous revision |
computing:department:data:adfiles [2016/01/15 15:53] – [Mac OS] allan | computing:department:data:adfiles [2020/03/16 09:12] (current) – [Home directories] sull0153 |
---|
==== Home directories ==== | ==== Home directories ==== |
| |
''spa-home'' contains your personal **windows** home directory, as well as some shares for departmental offices, etc. | ''spa-home'' contains some shares for departmental offices, etc. |
* Browse to ''\\spa-home.spa.umn.edu'' to find available shares | * Browse to ''\\spa-home.spa.umn.edu'' to find available shares |
* or go directly to ''\\spa-home.spa.umn.edu\users$\<your X500>'' for your home directory | * or go directly to ''\\files.umn.edu\cse\UmSaveDocs\<your X500>'' for your home directory |
* If prompted for a username/password to access these shares, enter **''AD\<your X500>''** and your umn password. | * If prompted for a username/password to access these shares, enter **''AD\<your X500>''** and your umn password. |
| |
==== Mac OS ==== | ==== Mac OS ==== |
| |
* First install [[http://code.google.com/p/macfuse/|macfuse]] ([[http://code.google.com/p/macfuse/downloads/list|Latest version here]]) | A graphical client for accessing files over ssh called **FileZilla** (Windows and OSX) is available - we have more details on our [[:computing:software:ssh|wiki page about ssh]]. |
* Then download sshfs for your version of OS X ([[http://macfuse.googlecode.com/svn/trunk/filesystems/sshfs/binary/|Latest version here]]) and save in your Downloads folder | |
* Open a terminal and do the following to install [[http://code.google.com/p/macfuse/wiki/MACFUSE_FS_SSHFS|sshfs]]: | |
| |
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. | |
| |
<note> | |
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''. | |
</note> | |
==== From Linux ==== | ==== From Linux ==== |
| |