>-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Wednesday, November 16, 2005 1:38 PM >To: Matt Linzbach >Cc: [email protected] >Subject: Re: Mounting Win2k3 shares at bootup > > >Matt, > >I believe your file system type is set wrong in the fstab file. It should be >smbfs not cifs > >James
The type (CIFS) is correct because of digitally signing SMB transmissions on the 2003 AD server. Again, this works fine with kubuntu and it works fine using the manual mount command. [EMAIL PROTECTED] ~# mount //192.168.1.20/music /mnt/music -o username=someaccount,password=somepasswd,dmask=777,fmask=777 cli_negprot: SMB signing is mandatory and we have disabled it. 17940: protocol negotiation failed SMB connection failed [EMAIL PROTECTED] ~# mount -t cifs //192.168.1.20/music /mnt/music -o username=someacct,password=somepasswd,dir_mode=0777,file_mode=0777 I should be able to use type cifs or else I need to change my GPO on my 2k3 AD server as laid out here: http://allinthehead.com/retro/218/accessing-a-windows-2003-share-from-os-x Matt _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
