Campuses:
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
computing:department:storage:adfiles [2015/07/28 11:45] – allan | computing:department:storage:adfiles [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Physics file servers for Windows ====== | ||
- | < | ||
- | 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 [[http:// | ||
- | |||
- | [[https:// | ||
- | </ | ||
- | |||
- | ===== 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" | ||
- | |||
- | ==== Home directories ==== | ||
- | |||
- | '' | ||
- | * Browse to '' | ||
- | * or go directly to '' | ||
- | * If prompted for a username/ | ||
- | |||
- | '' | ||
- | * Go to '' | ||
- | * If prompted for a username/ | ||
- | |||
- | ==== Other shared areas ==== | ||
- | |||
- | < | ||
- | Access to these areas usually depends on some kind of group membership. You can see what groups you're a member of [[https:// | ||
- | |||
- | 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!) | ||
- | </ | ||
- | |||
- | '' | ||
- | * Browse to '' | ||
- | * If prompted for a username/ | ||
- | |||
- | '' | ||
- | * Browse to '' | ||
- | * If prompted for a username/ | ||
- | |||
- | ===== 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 [[http:// | ||
- | |||
- | Note, winscp has two interfaces available (and asks which you want during installation) - the " | ||
- | |||
- | 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. |