<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.phagocytes.ca/index.php?action=history&amp;feed=atom&amp;title=Setting_Up_Network_Drives</id>
	<title>Setting Up Network Drives - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.phagocytes.ca/index.php?action=history&amp;feed=atom&amp;title=Setting_Up_Network_Drives"/>
	<link rel="alternate" type="text/html" href="https://wiki.phagocytes.ca/index.php?title=Setting_Up_Network_Drives&amp;action=history"/>
	<updated>2026-07-12T02:56:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.phagocytes.ca/index.php?title=Setting_Up_Network_Drives&amp;diff=11&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;The laboratory has a server on which all work-related files must be stored. Before you can access these folders you must get a user ID and password from Dr. Heit.&amp;nbsp; Please...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.phagocytes.ca/index.php?title=Setting_Up_Network_Drives&amp;diff=11&amp;oldid=prev"/>
		<updated>2021-02-01T19:23:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The laboratory has a server on which all work-related files must be stored. Before you can access these folders you must get a user ID and password from Dr. Heit.  Please...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The laboratory has a server on which all work-related files must be stored. Before you can access these folders you must get a user ID and password from Dr. Heit.&amp;amp;nbsp; Please follow these instructions closely in order to ensure security of our data files.&amp;amp;nbsp; To enable access to a computer at work:&lt;br /&gt;
&lt;br /&gt;
= Windows Computer&amp;lt;br&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
#Open up &amp;quot;My Computer&amp;quot; in Windows Explorer&amp;lt;br&amp;gt; &lt;br /&gt;
#Click on &amp;quot;Map Network Drive&amp;quot;&amp;lt;br&amp;gt; &lt;br /&gt;
#Select a drive, then enter \\172.18.26.41\xxx, where xxx is the share:&amp;lt;br&amp;gt; &lt;br /&gt;
#*Lab Files (personal directories): HeitLab&amp;lt;br&amp;gt; &lt;br /&gt;
#If you want the computer to auto-mount the folder at boot, select &amp;quot;Reconnect at Logon&amp;quot;&amp;lt;br&amp;gt; &lt;br /&gt;
#*DO&amp;amp;nbsp;NOT&amp;amp;nbsp;DO&amp;amp;nbsp;THIS if the computer will be used by non-laboratory individuals&amp;lt;br&amp;gt;   &lt;br /&gt;
#Select &amp;quot;Use Different Credentials&amp;quot;, then click finish&amp;lt;br&amp;gt; &lt;br /&gt;
#*A dialogue box asking for a user ID and password should open, enter your ID and password&amp;lt;br&amp;gt;   &lt;br /&gt;
#If this is a personal computer you can save your password.&amp;amp;nbsp; DO NOT SAVE YOUR PASSWORD if the computer is no solely used by yourself, or if it is a shared computer not belonging to our lab.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Mac OS/X Computer&amp;lt;br&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
#Start the ''Connect to Server'' client (in the 'Go' menu).&amp;lt;br&amp;gt; &lt;br /&gt;
#Enter smb://172.18.26.41/xxx, where xxx is the share&amp;lt;br&amp;gt; &lt;br /&gt;
#*NOTE: enter the slashes correctly - this is the opposite of windows&amp;lt;br&amp;gt;   &lt;br /&gt;
#Hit connect, then enter the required information.&amp;amp;nbsp; Workgroup is 'HEITLAB', although it should be fine to leave it blank.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Ubuntu Linux&amp;lt;br&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
===== Temporary Mount:&amp;lt;br&amp;gt; =====&lt;br /&gt;
&lt;br /&gt;
#Open Nautilus (file manager)&amp;lt;br&amp;gt; &lt;br /&gt;
#Select &amp;quot;Connect to Server&amp;quot; under the &amp;quot;File&amp;quot; menu&amp;lt;br&amp;gt; &lt;br /&gt;
#*Under server type select &amp;quot;Windows share&amp;lt;br&amp;gt; &lt;br /&gt;
#*Under server enter 172.18.26.41&amp;lt;br&amp;gt; &lt;br /&gt;
#*Under share enter the desired share&amp;lt;br&amp;gt; &lt;br /&gt;
#*Under user name enter your user name&amp;lt;br&amp;gt;   &lt;br /&gt;
#Hit connect, enter your password when asked&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===== Permanently Mount:&amp;lt;br&amp;gt; =====&lt;br /&gt;
&lt;br /&gt;
#Get your user name ID from Dr Heit&amp;lt;br&amp;gt; &lt;br /&gt;
#Make a directory to mount the share (i.e. sudo mkdir /mnt/LabServer)&amp;lt;br&amp;gt; &lt;br /&gt;
#*If mounting multiple shares, a folder must be created for each.&amp;lt;br&amp;gt;   &lt;br /&gt;
#In a terminal type &amp;quot;sudo gedit ~/.smbcredentials, into the editor add the two lines:&amp;lt;br&amp;gt; &lt;br /&gt;
#*username=MyUsername&amp;lt;br&amp;gt; &lt;br /&gt;
#*password=MyPassword&amp;lt;br&amp;gt;   &lt;br /&gt;
#sudo chown root .smbcredentials&amp;lt;br&amp;gt; &lt;br /&gt;
#sudo chmod 600 .smbcredentials&amp;lt;br&amp;gt; &lt;br /&gt;
#backup fstab: sudo cp /etc/fstab /etc/fstab-backup&amp;lt;br&amp;gt; &lt;br /&gt;
#sudo gedit /etc/fstab&amp;lt;br&amp;gt; &lt;br /&gt;
#enter at the end of fstab:&amp;lt;br&amp;gt; &lt;br /&gt;
#*//172.18.26.41/$xxx $mount cifs iocharset=utf8,credentials=~/.smbcredentials,uid=$UID 0 0&amp;lt;br&amp;gt; &lt;br /&gt;
#**$xxx = share name &lt;br /&gt;
#**$mount = directory on local machine to mount share &lt;br /&gt;
#**$UID is UID number of your account on the server   &lt;br /&gt;
#*Do not enter '$' in the fstab   &lt;br /&gt;
&lt;br /&gt;
= Off-Campus Access =&lt;br /&gt;
&lt;br /&gt;
Off-campus access is possible via VPN or SSH File Transfer Protocol.&amp;amp;nbsp; For security reasons these access methods are not available to most lab members.&amp;amp;nbsp; If you require this access please talk to Dr. Heit&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Wiki Access&amp;lt;br&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
The wiki is available from any computer, anywhere in the world.&amp;amp;nbsp; Simply browse to http://vmheitwiki.mni.fmd.uwo.ca&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*User editing is currently available to registered users who are off-campus &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>