...
Open File Explorer and right-click on This PC to Map a Network Drive…
Choose the drive letter and enter the path in the Folder field
The defaults for the drive letters are typically
T: ENGR
R: Research
H: staff/faculty
Make sure the Reconnect at sign-in option is checked. If you are on a personal device, you will need to check the Connect using different credentials to use your NetID and password to sign in.
Please note: on a personal device, your NetID must be in one of the following formats:
auth\NetID
orNetID@tamu.edu
.
The folder should open and you can access your files
Below are the fully Network paths, formatted for windows.
Code Block | ||
---|---|---|
| ||
T: ENGR
\\coe-fs.engr.tamu.edu\ENGR
R: Research
\\coe-fs.engr.tamu.edu\Research
H: Home (faculty/staff/grads/ugrads)
\\coe-fs.engr.tamu.edu\faculty
\\coe-fs.engr.tamu.edu\staff
\\coe-fs.engr.tamu.edu\grads
\\coe-fs.engr.tamu.edu\ugrads |
Mac
Note |
---|
If you are off-campus, you will need to connect to the VPN before mapping your shared drive(s) |
With Finder as the selected application, click Go > Connect to Server… or press Cmd+K on the keyboard
Enter the path to the shared drive you are trying to connect to in the format shown in the screenshot below
If it prompts, click Connect again
Enter your NetID and password in the login box. You will need to enter your NetID in either
auth\netid
ornetid@tamu.edu
format for the login to work correctly
Below are the fully Network paths, formatted for macOS.
Code Block | ||
---|---|---|
| ||
T: ENGR
smb://coe-fs.engr.tamu.edu/ENGR
R: Research
smb://coe-fs.engr.tamu.edu/Research
H: Home (faculty/staff/grads/ugrads)
smb://coe-fs.engr.tamu.edu/faculty
smb://coe-fs.engr.tamu.edu/staff
smb://coe-fs.engr.tamu.edu/grads
smb://coe-fs.engr.tamu.edu/ugrads |
Linux
Note |
---|
If you are off-campus, you will need to connect to the VPN before mapping your shared drive(s) |
...
Press the enter key
You’ll be presented with an authentication window.
Select “Registered user”
Enter your NetID in the username field
Enter “AUTH” in the domain field
Enter your NetID password
Your directory will be mounted and opened automatically. You can access from the sidebar of the file explorer or from the terminal at “/run/user/<your UIN>/gvfs/smb-share:*”
Below are the fully Network paths, formatted for linux.
Code Block | ||
---|---|---|
| ||
T: ENGR
smb://coe-fs.engr.tamu.edu/ENGR
R: Research
smb://coe-fs.engr.tamu.edu/Research
H: Home (faculty/staff/grads/ugrads)
smb://coe-fs.engr.tamu.edu/faculty
smb://coe-fs.engr.tamu.edu/staff
smb://coe-fs.engr.tamu.edu/grads
smb://coe-fs.engr.tamu.edu/ugrads |
Ubuntu 16.04
Open the file explorer and click on “Connect to Server” on the left-hand side menu
Underneath “Server Address” enter: “smb://<NetID>@coe-fs.engr.tamu.edu/<share>”
...