Difference between revisions of "Connect to Orca Research- Linux"
From Help Wiki
Line 1: | Line 1: | ||
These instructions are for the GNOME desktop. | These instructions are for the GNOME desktop. | ||
− | ===On-Campus Access to Orca | + | ===On-Campus Access to Orca Research=== |
#Go to 'Places' , then 'Connect to Server'. | #Go to 'Places' , then 'Connect to Server'. | ||
#Select 'Windows share' under 'Service type'. | #Select 'Windows share' under 'Service type'. | ||
#Type in 'orca' in the 'Server:' field. | #Type in 'orca' in the 'Server:' field. | ||
− | #Type in the ' | + | #Type in the 'research' in the 'Share' field. |
#Click Connect! | #Click Connect! | ||
− | ===Off-Campus Access to Orca | + | ===Off-Campus Access to Orca Research=== |
#Install davfs2, either through your package manager or by building from the source found at http://sourceforge.net/projects/dav/files/ | #Install davfs2, either through your package manager or by building from the source found at http://sourceforge.net/projects/dav/files/ | ||
#Open a Terminal and become root (<code>sudo -i</code>) for the following commands. | #Open a Terminal and become root (<code>sudo -i</code>) for the following commands. | ||
− | #Create a mount point for Orca Students: <code>mkdir /mnt/ | + | #Create a mount point for Orca Students: <code>mkdir /mnt/orca_research</code> |
− | #In a web browser (Firefox) go to '''https://myfiles.evergreen.edu/academics/ | + | #In a web browser (Firefox) go to '''https://myfiles.evergreen.edu/academics/Research''' |
#Right click on the folder that you want and copy the link. | #Right click on the folder that you want and copy the link. | ||
#Type this command into your Teminal: | #Type this command into your Teminal: | ||
Line 20: | Line 20: | ||
#* "username" with your own local username | #* "username" with your own local username | ||
#* "groupname" with your groupname (find out by typing: <code>id -n -g</code>) | #* "groupname" with your groupname (find out by typing: <code>id -n -g</code>) | ||
− | #* "https://myfiles.evergreen.edu/academics/ | + | #* "https://myfiles.evergreen.edu/academics/research" with the link you copied in step 5. |
− | #* and "/mnt/ | + | #* and "/mnt/orca_research" with the directory you created as a mount point in step 3. |
#You will be prompted for a username and password. These will be your evergreen.edu credentials. | #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/ | + | #Once this is done, you'll have access to your student share at /mnt/orca_research! |
Revision as of 15:08, 10 November 2009
These instructions are for the GNOME desktop.
On-Campus Access to Orca Research
- Go to 'Places' , then 'Connect to Server'.
- Select 'Windows share' under 'Service type'.
- Type in 'orca' in the 'Server:' field.
- Type in the 'research' in the 'Share' field.
- Click Connect!
Off-Campus Access to Orca Research
- Install davfs2, either through your package manager or by building from the source found at http://sourceforge.net/projects/dav/files/
- Open a Terminal and become root (
sudo -i
) for the following commands. - Create a mount point for Orca Students:
mkdir /mnt/orca_research
- In a web browser (Firefox) go to https://myfiles.evergreen.edu/academics/Research
- Right click on the folder that you want and copy the link.
- Type this command into your Teminal:
mount.davfs -ouid=username,gid=groupname https://myfiles.evergreen.edu/academics/programs /mnt/orca_programs
replacing the following:- "username" with your own local username
- "groupname" with your groupname (find out by typing:
id -n -g
) - "https://myfiles.evergreen.edu/academics/research" with the link you copied in step 5.
- and "/mnt/orca_research" with the directory you created as a mount point in step 3.
- 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_research!