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