Difference between revisions of "Connect to Orca Students- Linux"

From Help Wiki
(Created page with ' ===On-Campus Access to Orca Students=== ; At you office/personal computer (you want the drive to always be there) # Right Click on the "My Computer" icon from the Start Menu o…')
 
(Redirected page to Connect to Filespace - Linux)
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
+
#REDIRECT [[Connect to Filespace - Linux]]
 +
These instructions are for the GNOME desktop.
  
 
===On-Campus Access to Orca Students===
 
===On-Campus Access to Orca Students===
  
; At you office/personal computer (you want the drive to always be there)
+
#Go to 'Places' , then 'Connect to Server'.
# Right Click on the "My Computer" icon from the Start Menu or Desktop
+
#Select 'Windows share' under 'Service type'.
# Select "Map Network Drive"
+
#Type in 'orca' in the 'Server:' field.  
# Enter \\orca.evergreen.edu\students
+
#Type in the 'students' in the 'Share' field.  
# Make sure that the "Reconnect at login" check box is checked
+
#Click Connect!
# Click "Finish"
+
 
+
; At a computer in one of the labs (you are only going to use it on this computer once)
+
# Click the Start button and select Run...  
+
# Type "\\orca\students" (figure 1)
+
# Click OK.
+
# Double-click on the folder you need (e.g. the first letter of your last name).
+
 
+
 
+
===Off-Campus Access to Orca Research===
+
; Read only
+
From a web browser go to https://myfiles.evergreen.edu/students.
+
  
; Read and write
+
===Off-Campus Access to Orca Students===
requires mapping a network drive to https://myfiles.evergreen.edu/students
+
  
# Double click on My Computer
+
#Install davfs2, either through your package manager or by building from the source found at http://sourceforge.net/projects/dav/files/
# Choose "My Network Places" from the list of Other Places on the left section
+
#Open a Terminal and become root (<code>sudo -i</code>) for the following commands.
# Choose "Add a Network Place" from Network Tasks.  This begins the Add Network Place Wizard
+
#Create a mount point for Orca Students: <code>mkdir /mnt/orca_students</code>
# Click Next
+
#In a web browser (Firefox) go to '''https://myfiles.evergreen.edu/academics/students'''  
# Select "Choose another network location"Click Next
+
#Right click on the folder that you want and copy the link.
# In the space provided, type https://myfiles.evergreen.edu/students
+
#Type this command into your Teminal:
# You may be prompted for your log in information, if so, provide your evergreen log in.
+
#*<code>mount.davfs -ouid=username,gid=groupname https://myfiles.evergreen.edu/academics/programs /mnt/orca_programs</code> <br />replacing the following:
# You will be asked to name the network place. This can be anything you want
+
#* "username" with your own local username
# The wizard will ask if you wish to open the network place when you choose finish, check or uncheck the box as desired. Click Finish
+
#* "groupname" with your groupname (find out by typing: <code>id -n -g</code>)
# This will create a new icon in My Network Places that corresponds to the location on Hurricane you just added.
+
#* "https://myfiles.evergreen.edu/academics/students" with the link you copied in step 5.
# You maybe asked to authenticate (login) as you browse around.  If this happens press cancel and you should see your files.
+
#* and "/mnt/orca_students" with the directory you created as a mount point in step 3.
[[Category:File Space]]
+
#You will be prompted for a username and password. These will be your evergreen.edu credentials.
 +
#Once this is done, you'll have access to your student share at /mnt/orca_students!

Latest revision as of 16:23, 3 May 2010

These instructions are for the GNOME desktop.

On-Campus Access to Orca Students

  1. Go to 'Places' , then 'Connect to Server'.
  2. Select 'Windows share' under 'Service type'.
  3. Type in 'orca' in the 'Server:' field.
  4. Type in the 'students' in the 'Share' field.
  5. Click Connect!

Off-Campus Access to Orca Students

  1. Install davfs2, either through your package manager or by building from the source found at http://sourceforge.net/projects/dav/files/
  2. Open a Terminal and become root (sudo -i) for the following commands.
  3. Create a mount point for Orca Students: mkdir /mnt/orca_students
  4. In a web browser (Firefox) go to https://myfiles.evergreen.edu/academics/students
  5. Right click on the folder that you want and copy the link.
  6. Type this command into your Teminal:
  7. You will be prompted for a username and password. These will be your evergreen.edu credentials.
  8. Once this is done, you'll have access to your student share at /mnt/orca_students!