Campuses:
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:department:storage:adfiles [2013/05/13 10:56] – allan | computing:department:storage:adfiles [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Accessing your Physics Active Directory files ====== | ||
- | You can only access our Windows file server directly (using normal Microsoft file sharing) from a University of Minnesota network address. If connecting from outside, you can either first connect to the [[http:// | ||
- | |||
- | ===== Windows File Sharing ===== | ||
- | |||
- | If you're outside the University network, first connect to the U's VPN service - here are their [[https:// | ||
- | |||
- | After connecting to the VPN, you should be able to connect to your home directory and other shares using native Windows file sharing, either by typing the path into the address bar in a Windows file browser, or by using "Map network drive" | ||
- | |||
- | Some example paths you can connect to include: | ||
- | * your user folder at '' | ||
- | * other school shared drives at '' | ||
- | * your research group space at '' | ||
- | |||
- | For your username, enter **'' | ||
- | |||
- | //Windows XP users may need to perform some additional configuration, | ||
- | |||
- | ===== Accessing your Active Directory Files over ssh ===== | ||
- | |||
- | This lets you connect to your Windows file storage without first connecting to the VPN. | ||
- | |||
- | ==== Windows ==== | ||
- | |||
- | Use [[http:// | ||
- | |||
- | Alternatively you could try mapping a drive letter using either [[http:// | ||
- | |||
- | ==== Mac OS ==== | ||
- | |||
- | * First install [[http:// | ||
- | * Then download sshfs for your version of OS X ([[http:// | ||
- | * Open a terminal and do the following to install [[http:// | ||
- | |||
- | mv ~/ | ||
- | chmod a+x ~/sshfs | ||
- | |||
- | Then, to make a folder " | ||
- | |||
- | mkdir -p ~/ | ||
- | ~/sshfs -o uid=$UID youx500internetID@spa-home.spa.umn.edu:/ | ||
- | | ||
- | 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' | ||
- | |||
- | ==== 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:/ | ||
- | | ||
- | ===== Troubleshooting Windows XP File Sharing ===== | ||
- | |||
- | 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 '' | ||
- | * Double click on '' | ||
- | * Set the value to '' | ||
- | * Click the '' | ||
- | * Restart the computer. |