Campuses:
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:department:storage:adfiles [2015/03/03 14:14] – [Troubleshooting Windows XP File Sharing] 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 ====== | ||
- | < | ||
- | 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:// | ||
- | |||
- | [[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" | ||
- | |||
- | '' | ||
- | * Browse to '' | ||
- | * or go directly to '' | ||
- | * If prompted for a username/ | ||
- | | ||
- | '' | ||
- | * Browse to '' | ||
- | * If prompted for a username/ | ||
- | |||
- | '' | ||
- | * Go 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. |