I am having trouble mounting drives.  We have a Windows 2008 (10.1.1.17, MRISRV02) server with folders I what access to.  On my Fedora 8 client, in my fstab file, I have:<br>//<a href="http://10.1.1.17/USERS/Jeff">10.1.1.17/USERS/Jeff</a>    /home/mriuser/Desktop/jeff      cifs  rw,username=cluster,password=mrilab 0 0<br>

and this works just fine.  My samba is up to date:<br> [mriuser@localhost ~]$ rpm -qa | grep "samba"<br>samba-common-3.0.33-0.fc8<br>samba-3.0.33-0.fc8<br>system-config-samba-1.2.58-1.fc8<br>samba-client-3.0.33-0.fc8<br>

<br>However, we also have a CentOS 4 64bit "pseudo-server" machine.  When I try to map the folders on this CentOS machine using an fstab entry like this:<br>//<a href="http://10.1.1.17/USERS/Jeff">10.1.1.17/USERS/Jeff</a>      /mnt/Jeff      cifs  rw,username=cluster,password=mrilab 0 0<br>

It maps the USERS folder to /mnt/Jeff.  I can cd into Users and then cd into Jeff, but I want to be able to go straight into Jeff and not have access to the rest of the user folders.  I just upgraded my samba from 3.0.25 to 3.0.33 and have not restarted.<br>

[root@cluster mnt]# rpm -qa | grep "samba"<br>samba-client-3.0.33-0.18.el4_8.1<br>samba-common-3.0.33-0.18.el4_8.1<br>samba-common-3.0.33-0.18.el4_8.1<br><br>Can anyone please help me out?  Thank you!!<br>Jeff<br>