>-----Original Message-----
>From: [EMAIL PROTECTED] on behalf of mb1 - knetdome
>Sent: Wed 11/16/2005 2:38 PM
>To: [email protected]
>Subject: Re: Mounting Win2k3 shares at bootup
 
>> //192.168.1.20/music    /mnt/music    cifs
>>credentials=/root/.cifcredentials,dir_mode=0777,file_mode=0777 0 0
>> mount: wrong fs type, bad option, bad superblock on //192.168.1.20/music,
>>        missing codepage or other error
>>        In some cases useful info is found in syslog - try
>>        dmesg | tail  or so

>I set this up on my tsl3.0 box and get the same error if i use "cifs" but
>it works if i use "smbfs".

Again this would only work if the GPO is set to not digitally sign each packet. 
 See my previous post.

[EMAIL PROTECTED] ~# mount -t smbfs //192.168.1.20/music /mnt/music -o 
username=someuser,password=somepasswd,dmask=777,fmask=777
cli_negprot: SMB signing is mandatory and we have disabled it.
18531: protocol negotiation failed
SMB connection failed

[EMAIL PROTECTED] ~# ls /mnt/music
[EMAIL PROTECTED] ~# mount -t cifs //192.168.1.20/music /mnt/music -o 
username=someuser,password=somepasswd,dir_mode=0777,file_mode=0777
[EMAIL PROTECTED] ~# ls /mnt/music/
10,000 Maniacs/
3 Minute Hero/
...


Because of my work around to run a shell script as part of rc.local, I've got a 
work around but was trying to figure out exactly what was going on with the 
mount command.  Thanks for everyone's help.

Matt
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to