<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://helpwiki.evergreen.edu/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Davjos14</id>
		<title>Help Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://helpwiki.evergreen.edu/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Davjos14"/>
		<link rel="alternate" type="text/html" href="http://helpwiki.evergreen.edu/wiki/index.php/Special:Contributions/Davjos14"/>
		<updated>2026-05-01T19:11:10Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://helpwiki.evergreen.edu/wiki/index.php?title=Connect_to_Filespace_-_Linux&amp;diff=26771</id>
		<title>Connect to Filespace - Linux</title>
		<link rel="alternate" type="text/html" href="http://helpwiki.evergreen.edu/wiki/index.php?title=Connect_to_Filespace_-_Linux&amp;diff=26771"/>
				<updated>2015-10-19T19:32:27Z</updated>
		
		<summary type="html">&lt;p&gt;Davjos14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for the GNOME desktop.&lt;br /&gt;
&lt;br /&gt;
==On-Campus Access via Samba==&lt;br /&gt;
===Via Connect to Server Dialog===&lt;br /&gt;
#Open the Nautilus file manager.&lt;br /&gt;
#Go to 'Places' , then 'Connect to Server'. &lt;br /&gt;
#Select 'Windows share' under 'Service type'. &lt;br /&gt;
#Type in the name of the server you want to connect to in the 'Server:' field&lt;br /&gt;
#*'''''examples:''''' &lt;br /&gt;
#*'''smb://hurricane''' for faculty and staff file server&lt;br /&gt;
#*'''smb://orca''' for students and academic file shares (programs, groups, research, student)&lt;br /&gt;
#Type in the name of the share or folder in the 'Share' field&lt;br /&gt;
#*'''''examples:'''''&lt;br /&gt;
#* Hurricane users: select the first letter of your last name, or workgroup share&lt;br /&gt;
#* Orca users: select programs (for academic programs), groups, research or students &lt;br /&gt;
#Click Connect!&lt;br /&gt;
&lt;br /&gt;
===Via Address Bar===&lt;br /&gt;
Type the URL directly into the address bar in the form -&amp;gt; &amp;quot;smb://orca/&amp;quot; or &amp;quot;smb://hurricane&amp;quot; and in the dialog which appears enter your username, password, and &amp;quot;evergreen.edu&amp;quot; in the domain field. From there you can navigate to the folder which is the first letter of your last name, and then to your own directory. Try making a shortcut by dragging your folder into the side-bar.&lt;br /&gt;
&lt;br /&gt;
==Off-Campus Access==&lt;br /&gt;
===Read Only Access via web browser===&lt;br /&gt;
#In a web browser go to the share you want to connect to &lt;br /&gt;
#:'''''examples:''''' &lt;br /&gt;
#*Hurricane = https://myfiles.evergreen.edu/homes/fac-staff/''first-letter-of-username''/''username''&lt;br /&gt;
#*Orca programs = https://myfiles.evergreen.edu/academics/programs/''yourprogramfolder''&lt;br /&gt;
#*Orca groups = https://myfiles.evergreen.edu/academics/acadgroups/''yourgroupfolder''&lt;br /&gt;
#*Orca research = https://myfiles.evergreen.edu/academics/research/''yourresearchfolder''&lt;br /&gt;
#login when prompted using your Evergreen username and password&lt;br /&gt;
&lt;br /&gt;
===Read/Write Access via WebDAV===&lt;br /&gt;
====Graphical====&lt;br /&gt;
Many graphical file-browsers come with built-in support for WebDav, including Nautilus and Thunar.&lt;br /&gt;
&lt;br /&gt;
Type the URL directly into the address bar in the form -&amp;gt; &amp;quot;davs://orca/&amp;quot; or &amp;quot;davs://hurricane&amp;quot; and in the dialog which appears enter your username, password, and &amp;quot;evergreen.edu&amp;quot; in the domain field. From there you can navigate to the folder which is the first letter of your last name, and then to your own directory. Try making a shortcut by dragging your folder into the side-bar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Terminal====&lt;br /&gt;
#Install '''davfs2''', either through your package manager or by building from the source found at http://sourceforge.net/projects/dav/files/&lt;br /&gt;
#*(For Ubuntu/Debian, use Synaptic, or simply type: &amp;lt;code&amp;gt;sudo apt-get install davfs2&amp;lt;/code&amp;gt; into your terminal&lt;br /&gt;
#Open a Terminal and become root (&amp;lt;code&amp;gt;sudo -i&amp;lt;/code&amp;gt;) for the following commands.&lt;br /&gt;
#Create a mount point for the share you want to connect to. &lt;br /&gt;
#*Example: &amp;lt;code&amp;gt;mkdir /mnt/my_mount&amp;lt;/code&amp;gt;&lt;br /&gt;
#In a web browser go to the share you want to connect to &lt;br /&gt;
#:'''''examples:''''' &lt;br /&gt;
#*Hurricane = https://myfiles.evergreen.edu/homes/fac-staff/''first-letter-of-username''/''username''&lt;br /&gt;
#*Orca programs = https://myfiles.evergreen.edu/academics/programs/''yourprogramfolder''&lt;br /&gt;
#*Orca groups = https://myfiles.evergreen.edu/academics/acadgroups/''yourgroupfolder''&lt;br /&gt;
#*Orca research = https://myfiles.evergreen.edu/academics/research/''yourresearchfolder''&lt;br /&gt;
#Right click on the folder that you want and copy the link.&lt;br /&gt;
#Type this command into your Terminal:&lt;br /&gt;
#*&amp;lt;code&amp;gt;mount.davfs -ouid=username,gid=groupname https://serverpath/folder /mnt/my_mount&amp;lt;/code&amp;gt; &amp;lt;br /&amp;gt;replacing the following:&lt;br /&gt;
#* &amp;quot;username&amp;quot; with your own local username&lt;br /&gt;
#* &amp;quot;groupname&amp;quot; with your groupname (find out by typing: &amp;lt;code&amp;gt;id -n -g&amp;lt;/code&amp;gt;)&lt;br /&gt;
#* &amp;quot;https://serverpath/folder&amp;quot; with the link you copied above&lt;br /&gt;
#* and &amp;quot;/mnt/my_mount&amp;quot; with the directory you created as a mount point above&lt;br /&gt;
#You will be prompted for a username and password. These will be your evergreen.edu credentials.&lt;br /&gt;
#Once this is done, you'll have read and write access to your share&lt;br /&gt;
#*This is not a permanent mount.&lt;br /&gt;
#*You have several options if you'd like your Linux installation to permanently recognize your Evergreen file space.&lt;br /&gt;
#**Make an &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; entry to automatically mount at boot or on demand&lt;br /&gt;
#**#in a terminal: &amp;lt;code&amp;gt;sudo nano -w /etc/fstab&amp;lt;/code&amp;gt;&lt;br /&gt;
#**#add an entry like so: &amp;lt;code&amp;gt;https://myfiles.evergreen.edu/homes/students /your/mount/point davfs rw,nosuid,nodev,_netdev,uid={####},gid={####} 0 0&amp;lt;/code&amp;gt; where uid and gid are the user and group numbers from /etc/group, and /your/mount/point is the mount point you chose above...more on that later.  Exit nano with ctrl-X, and 'y' to save.&lt;br /&gt;
#**#in the terminal: &amp;lt;code&amp;gt;sudo nano -w /etc/davfs2/secrets&amp;lt;/code&amp;gt;&lt;br /&gt;
#**#Add an entry like so:&lt;br /&gt;
#**#*&amp;lt;code&amp;gt;/mnt/evergreen   evergreenid     evergreenpassword&amp;lt;/code&amp;gt;&lt;br /&gt;
#**#*where &amp;lt;b&amp;gt;evergreenid&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;evergreenpassword&amp;lt;/b&amp;gt; are your Evergreen credentials.&lt;br /&gt;
#**# Exit out of nano as above.&lt;br /&gt;
#**# Every time you boot, your evergreen share will be mounted. &lt;br /&gt;
#**Use your Desktop Environment's (Gnome, KDE, etc.) tools to mount as a network share&lt;br /&gt;
#** more detail to come...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note: Your firewall software might block the connection to the remote fileshare. If you can't connect to the filespace and have double-checked the instructions, you might need to add a firewall exemption for the fileshare.'''&lt;br /&gt;
&lt;br /&gt;
[[Category:File Space]]&lt;/div&gt;</summary>
		<author><name>Davjos14</name></author>	</entry>

	</feed>