Accessing Your Space on the Virginia Tech Network-Attached Storage (NAS) in Linux
Time to Complete (in minutes): 30
- Question:
- How do I access my Virginia Tech Network-Attached Storage (NAS) space in Linux?
- Answer:
-
Important: In order to complete the following instructions, you must use a terminal that has either SuperUser or root access.
Note: These instructions do not work for Fedora Core 7.
To access your Virginia Tech NAS space:
- Open a terminal.
- At the shell prompt, type: cd /mnt
- At the shell prompt, type: ls
- At the shell prompt, type: mkdir storage.vt.edu
- At the shell prompt, type: mount -t smbfs -o "username=hokies[Your Hokies ID]/hokies" //storage.vt.edu/ [Your mystore location] /mnt/storage.vt.edu
Notes:
- Replace [Your Hokies ID] with your Hokies ID.
- Replace [Your mystore location] with mystore or mystore2, as appropriate. To find your mystore location, see Determining the Location of My Storage Space on the Virginia Tech Network Attached Storage (NAS). (http://answers.vt.edu/kb/entry/3029/)
- If you receive a "listening" error, ignore the message.
- If you receive the error message "session setup failed: ERRSRV - ERRbadpw (Bad password -name/password pair in a Tree Connect or Session Setup are invalid.) SMB connection failed" or one similar to it, use the following command instead: mount -t smbfs -o "username=hokies[Your Hokies ID]" //storage.vt.edu/[mystore location]/mnt/storage.vt.edu/
- At the Password prompt, type your Hokies password.
- To view your directory on the NAS, type: ls /mnt/storage.vt.edu/[Your Hokies ID]
Note: Replace [Your Hokies ID] with your Hokies ID.