Introduction
This document will show you how to connect to your personal UCMSTOR folder. This folder gives you 250MB that you can store files in.
Windows 2000/XP/Vista
-
Either on your desktop or in the Start Menu, right-click on the My Computer icon and select
"Map Network Drive" from the menu.
- In the "Drive:" box choose an available drive letter. "U:" is the usual letter chosen.
- In the "Folder:" field enter \\ucmstor\[UCM NetID]
- Select "Reconnect at logon."
-
Select the link that says "different user name".
- In the "User name:" box enter in your email address.
- In the "Pasword:" box enter in your password.
-
Click OK
-
Click Finish
If you click on My Computer your U drive should now point to this folder.
Mac OSX
-
In finder go to Go->Connect to Server.
- In the "Server Address:" box enter smb://ucmstor/[UCM NetID]
-
Click "Connect"
- In the "Name:" box enter your UCM NetID.
- In the "Password:" box enter your password.
- If you would like your computer to always remember your password check the "Remember this password in my keychain" box.
-
Click "Connect"
You will not see the drive in your finder window. You can begin to store files there.
Linux
Connecting to the Share
# smbclient //ucmstor/eflores -U eflores -W UCMERCED
added interface ip=169.236.10.238 bcast=169.236.10.255 nmask=255.255.255.0
Password:
Domain=[ucmerced] OS=[Windows NT 4.0] Server=[NT LAN Manager 4.0]
smb: \> dir
| . | D | 0 | Tue | Nov | 16 | 16:37:13 | 2004 |
| .. | D | 0 | Tue | Nov | 16 | 16:37:13 | 2004 |
| ~snapshot | DH | 0 | Tue | Nov | 16 | 16:38:00 | 2004 |
| documents | D | 0 | Wed | Nov | 10 | 14:32:13 | 2004 |
Using smbmount Command to Mount and Unmount
[root@atari root]# mkdir /mnt/ucmstor
[root@atari root]# mount -t smbfs -o username=eflores,workgroup=UCMERCED //ucmstor/ehf /mnt/ucmstor
Password:
[root@atari root]# cd /mnt/ucmstor
[root@atari ucmstor]# ls -rlt
total 5640
| drwxr-xr-x | 1 | root | root | 4096 | Nov | 10 | 14:32 | documents |
| drwxr-xr-x | 1 | root | root | 4096 | Nov | 16 | 18:08 | ~snapshot |
[root@atari ucmstor]# exit
[ehf@atari ehf]$ cd /mnt/ucmstor
[ehf@atari ucmstor]$ ls -rlt
total 5640
| drwxr-xr-x | 1 | root | root | 4096 | Nov | 10 | 14:32 | documents |
| drwxr-xr-x | 1 | root | root | 4096 | Nov | 16 | 18:08 | ~snapshot |
Unmounting UCMSTOR Share
[ehf@atari ucmstor]$ cd /tmp
[ehf@atari tmp]$ su -
Password:
[root@atari root]# cd /tmp
[root@atari tmp]# umount /mnt/ucmstor


