[CentOS] mapping drives

Tue Apr 27 23:14:10 UTC 2010
Jeff Sadino <jsadino.queens at gmail.com>

Hello.  Thank you for your replies.

Agile:
I tried this:
mount -t smbfs -o username=cluster,password=mrilab
//10.1.1.17/USERS/Jeff/mnt/Jeff
cli_negprot: SMB signing is mandatory and we have disabled it.
21739: protocol negotiation failed
SMB connection failed
I tried debugging this yesterday, but each debug just led to more bugs.

However, I can do this:
smbclient //10.1.1.17/Users -U jsadino
Password:
Domain=[MRILAB1] OS=[Windows Server (R) 2008 Standard 6002 Service Pack 2]
Server=[Windows Server (R) 2008 Standard 6.0]
smb: \> exit

But if I try the same thing into /users/Jeff, I can't:
smbclient //10.1.1.17/Users/Jeff -U jsadino
Password:
Domain=[MRILAB1] OS=[Windows Server (R) 2008 Standard 6002 Service Pack 2]
Server=[Windows Server (R) 2008 Standard 6.0]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
[root at cluster mnt]#

And I couldn't put those into an fstab file anyways.

Eero:
mount -t cifs -o username=cluster,password=mrilab,uid=fs431,gid=fs //
10.1.1.17/USERS/Jeff  /mnt/Jeff
but it still only mounts the Users directory.

Thanks for the suggestions.  Any other ideas?
Jeff


On Tue, Apr 27, 2010 at 12:39 PM, Eero Volotinen <eero.volotinen at iki.fi>wrote:

> 2010/4/28 Jeff Sadino <jsadino.queens at gmail.com>:
> > 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:
> > //10.1.1.17/USERS/Jeff    /home/mriuser/Desktop/jeff      cifs
> > rw,username=cluster,password=mrilab 0 0
> > and this works just fine.  My samba is up to date:
> > [mriuser at localhost ~]$ rpm -qa | grep "samba"
> > samba-common-3.0.33-0.fc8
> > samba-3.0.33-0.fc8
> > system-config-samba-1.2.58-1.fc8
> > samba-client-3.0.33-0.fc8
> >
> > 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:
> > //10.1.1.17/USERS/Jeff      /mnt/Jeff      cifs
> > rw,username=cluster,password=mrilab 0 0
> > 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.
> > [root at cluster mnt]# rpm -qa | grep "samba"
> > samba-client-3.0.33-0.18.el4_8.1
> > samba-common-3.0.33-0.18.el4_8.1
> > samba-common-3.0.33-0.18.el4_8.1
> >
> > Can anyone please help me out?  Thank you!!
> > Jeff
>
> possibly missing uid, gid parameters ?
>
> --
> Eero
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100427/49163704/attachment-0003.html>