Re: [CentOS] mapping drives

2010-04-28 Thread Akemi Yagi
On Tue, Apr 27, 2010 at 5:34 PM, Tsuyoshi Nagata wrote: > Will CentOS5.5 include this upstream fix? > https://rhn.redhat.com/errata/RHBA-2010-0301.html > -Tsuyoshi Yes, it is part of the forthcoming CentOS 5.5. Akemi ___ CentOS mailing list CentOS@cen

Re: [CentOS] mapping drives

2010-04-27 Thread Agile Aspect
On Tue, Apr 27, 2010 at 6:12 PM, Jeff Sadino wrote: > Thank you Agile, that seemed to work well and will do for my purposes. Out > of curiosity, any idea why I could map it from my fedora 8 box, but not from > the CentOS 4 box? Fedora 8 must be broken :). I don't know why. -- Enjoy glob

Re: [CentOS] mapping drives

2010-04-27 Thread Jeff Sadino
Thank you Agile, that seemed to work well and will do for my purposes. Out of curiosity, any idea why I could map it from my fedora 8 box, but not from the CentOS 4 box? Thank you again. The CentOS community is the best ;) Jeff On Tue, Apr 27, 2010 at 2:25 PM, Agile Aspect wrote: > On Tue, Apr

Re: [CentOS] mapping drives

2010-04-27 Thread Tsuyoshi Nagata
> Domain=[MRILAB1] OS=[Windows Server (R) 2008 Standard 6002 Service Pack > 2] Server=[Windows Server (R) 2008 Standard 6.0] > smb: \> exit Will CentOS5.5 include this upstream fix? https://rhn.redhat.com/errata/RHBA-2010-0301.html -Tsuyoshi ___ CentOS

Re: [CentOS] mapping drives

2010-04-27 Thread Agile Aspect
On Tue, Apr 27, 2010 at 4:14 PM, Jeff Sadino > 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 int

Re: [CentOS] mapping drives

2010-04-27 Thread Jeff Sadino
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

Re: [CentOS] mapping drives

2010-04-27 Thread Eero Volotinen
2010/4/28 Jeff Sadino : > 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=mr

Re: [CentOS] mapping drives

2010-04-27 Thread Agile Aspect
On Tue, Apr 27, 2010 at 2:19 PM, Jeff Sadino wrote: [snip] > 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=mrila

[CentOS] mapping drives

2010-04-27 Thread Jeff Sadino
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.