Bob Crandell wrote:
Hi back,

It's not Samba it's the smb driver in the 2.4 kernel.

How are you mounting the share?

The line in /etc/fstab is
//ALMOND/bigide /mnt/bigide smbfs uid=1000,user,auto,rw,credentials=/etc/smb.cred,lf 0 0


I remember that lf is for large files, but it doesn't seem to make a difference. I also can't recall where I found it in the documentation.
The fileserver's kernel is 2.6.7 and its /proc/config.gz says that I don't have CONFIG_SMB_FS set. The Samba version is 3.0.10-Debian.
On my client, I'm running the vanilla 2.6.11 kernel and v3.0.10 of Samba on Gentoo.



My smb.conf is as follows: # Samba config file created using SWAT # from 192.168.1.7 (192.168.1.7) # Date: 2005/01/16 08:13:39


# Global parameters
[global]
workgroup = FARRAGO
server string = Samba fileserver on Almond
null passwords = Yes
obey pam restrictions = Yes
password server = ntserver-name
passdb backend = tdbsam, guest
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
socket options = TCP_NODELAY IPTOS_LOWDELAY
dns proxy = No
ldap ssl = no
panic action = /usr/share/samba/panic-action %d
invalid users = root
include = /etc/samba/dhcp.conf


[bigide]
        comment = 160GB ide drive
        path = /mnt/bigide
        valid users = ideamagnate
        admin users = root
        write list = ideamagnate
        read only = No
        hosts allow = fornifax, 192.168.1.4
        hosts deny = *

[raid]
        comment = raid array
        path = /mnt/raid
        valid users = ideamagnate
        admin users = root
        write list = ideamagnate
        read only = No
        create mask = 0777
        directory mask = 0777
        hosts allow = fornifax, crouton, 192.168.1.3, 192.168.1.4
        hosts deny = *
        browseable = No

[music]
        comment = music
        path = /mnt/raid/music
        valid users = ideamagnate
        admin users = root
        read list = ideamagnate
        write list = ideamagnate
        create mask = 0777
        directory mask = 0777
        hosts allow = fornifax, crouton, 192.168.1.4
        hosts deny = *
        browseable = No

_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to