Looks like you need to get CONFIG_SMB_FS resolved or do an NFS mount if that's enabled. Just for grins, try moving lf between auto and rw.
Christoph Otto ([EMAIL PROTECTED]) wrote: > > 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 = *EntersnewsUNIXspassword:* %nn > *RetypesnewsUNIXspassword:* %nn . > 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 > > -- Bob Crandell, CLS, CNS Assured Computing, Inc. When you need to be sure. http://www.assuredcomp.com/ 921 Country Club Road, Suite 100 Eugene, OR 97402 Voice - 541-868-0331 FAX - 541-463-1627 _______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
