If you are running a Debian-based distro (Debian, Ubuntu) then use an apt-capable package manager (aptitude, synaptic, apt-get) to install a package called "ncpfs". This package is required in order to mount Novell shares, which is what StuLocker mounts as.
If you are not running a Debian-based distro, then you will need to determine how to install the necessary software to mount ncp shares. You might be able to find what you need at [WWW] http://download.novell.com/Download?buildid=2JyMn7sWP_Q~ . Otherwise, you should be able to google for "[distro] mount ncp share" and find some documentation for how to do so. Lastly, you could have one of the OLUG members try and help you through installing ncp mounting capabilities.
Once you have installed the software necessary to mount ncp shares, you need to do two things: create a directory to mount it to, and place a line in your /etc/fstab file. You can choose any directory that you would like to mount your StuLocker to, but in our case we will be wanting to mount it to /mnt/stulocker. Run this command to create that directory (as root):
# mkdir /mnt/stulocker
Then, edit your /etc/fstab file (as root, so that you can save it) and add the following line (it should all be on one line, even though it may wrap here). Replace [username] with your Novell NetWare username, [uid] with the uid whose will have user permissions on the file, and [gid] with the gid who will have group permissions on the file.:
stulocker.cc.oberlin.edu/[username].students.oberlin /mnt/stulocker ncp noauto,ipserver=132.162.4.17,volume=CSTULOCKR/[username],uid=[uid],gid=[gid],multiple
To find out your uid and gid, you can use the following command:
# id