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

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:department:storage:access_adfiles_remotely [2012/04/05 16:57] – [SSH] allancomputing:department:storage:access_adfiles_remotely [2013/04/29 16:25] (current) – removed allan
Line 1: Line 1:
-====== How to access your Physics Active Directory Files Remotely ====== 
- 
-===== Windows ===== 
-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. 
- 
-==== Windows File Sharing ==== 
-You should be able to connect to your user folder at ''\\spa-home.spa.umn.edu\users$\yourinternetid'' 
-or your group space at ''\\spa-data.spa.umn.edu\sharename'' 
- 
-For username, enter ''AD\yourinternetid'' 
- 
-=== Troubleshooting Windows File Sharing=== 
-You must be connected to the physics wired network and be registered (go to MyPhys to do this). 
- 
-Non-UMN Windows XP installs *may* need NTLMv2 auth policy set in gpedit.msc.  
- 
-  * Click on the Start menu and select Run... 
-  * Type gpedit.msc and click OK. 
-  * Navigate to ''Local Computer Policy/Computer Configuration/Windows Settings/Security Settings/Local Policies/Security Options''. 
-  * Double click on ''Network security: LAN Manager authentication level''. 
-  * Set the value to ''Send NTLMv2 response only.  Refuse LM & NTLM''. 
-  * Click the ''OK'' button. 
-  * Restart the computer. 
- 
-==== SSH file access ==== 
-Use [[http://winscp.net/eng/download.php|winscp]] to connect to ''spa-home.spa.umn.edu'' for your documents, or ''spa-data.spa.umn.edu'' for group storage space.  Login with username of ''AD\internetid'' and your x500/internet id password. 
- 
-Alternatively you could try mapping a drive letter using either [[http://dokan-dev.net/en/download/|Dokan]] (free but untested) or [[http://www.expandrive.com/|ExpanDrive]] (tested but commercial]] 
- 
-===== Mac OSX ===== 
- 
-  * First install [[http://code.google.com/p/macfuse/|macfuse]] ([[http://code.google.com/p/macfuse/downloads/list|Latest version here]]) 
-  * 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. 
- 
-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.1333663070.txt.gz · Last modified: 2012/04/05 16:57 by allan