Updating...
Skip to main content
Filter your search by categories
All
Knowledge Base
Service Catalog
Search
Sign In
Show Applications Menu
Client Portal
Sign In
Search
Home
Submit a request
Departments
Services
Knowledge Base
More Applications
Skip to Knowledge Base content
Search
Articles
Knowledge Base
Technology Services
Wi-Fi and Networks
How to Map a Network Drive - Linux
How to Map a Network Drive - Linux
Tags
network
linux
map
drive
staff
faculty
employees
Linux - Map a Network Drive
Open a Terminal window
You require the mount.cifs command, so you will have to install the cifs-utils package
If you are on Ubuntu or similar, you can type 'sudo apt-get install cifs-utils' to install it
Type 'sudo mkdir /tmp/pdrive' or substitute with the directory you'd like to mount into (pdrive is just an example)
Type 'sudo mount.cifs //path /tmp/pdrive -o rw,noperm,username=XYZ,domain=ACADIA'
Make sure to substitute /tmp/pdrive if you want to mount in a different location
Substitute //path for the folder you want:
//home.acadiau.ca/departments
for the S drive
//falcon.acadiau.ca/
XYZ
for your drive on Falcon
Substitute 'XYZ' with your Acadia username
You may have to enter two separate passwords:
If you did not use 'sudo' in the earlier commands or recently, you will have to enter your Linux password first
The Linux password prompt will just say "Password: "
Your Acadia network password (same as Central, MOODLE, email, etc)
The network password prompt will say "Password for XYZ@//falcon.acadiau.ca/XYZ: " (XYZ being your username as before)
If no errors occur, the drive should now be mounted into the folder you specified.
Sign in to leave feedback
0 reviews
Blank
Blank
Details
Article ID:
917
Created
Thu 3/26/20 11:43 AM
Modified
Thu 2/29/24 1:26 PM
Related Articles (2)
How to get Optional Software
How to map a network drive
Deleting...
×
Share
Recipient(s)
- separate email addresses with a comma
Message
Check out this knowledge base article I found in the Hub Service Portal knowledge base. https://hub.acadiau.ca/TDClient/39/Portal/KB/ArticleDet?ID=917 How to Map a Network Drive - Linux This article provides instructions on how to map a network drive (i.e. S drive) on a Linux device.