> On Fri, Jun 27, 2003 at 02:11:45PM -0300, michelld wrote: > > Hi all > > I am having trouble with my SMBFS and it is the following > > Every time I try to connect to other machine in my network, throught the command > > MOUNT, the folowing ERROR appears. I've already tried to see the manpage but i had > > not success. > > [EMAIL PROTECTED] bin] mount -t smbfs //sarq/c /mnt/windows > > Password: > > ERROR: smbfs filesystem not supported by the kernel > > Please refer to the smbnt (8) manual page > > smbmnt failed: 255 > > I want to remember that service smb is running and last week, it was working > > properly. > > Please i need this help > > I get very please about your attention. Thanks a lot
smbfs has little to do with smbd/nmbd; samba is the server (user-space), while smbfs is the client part (kernel-space), compiled in the kernel or as a module. the error message means smbfs is not supportred by your kernel, so you must either recompile your kernel with smbfs support, or load the relevant module (something like smbfs.o i guess) Wether the smb service ( meaning smbd+nmbd i guess) is running or not makes no difference. and also, instead of using mount -t smbfs, you'd rather use smbmount (man smbmount) D.Morel -- *********************************** [EMAIL PROTECTED] OpenPGP public key: http://www.amakuru.net/dmorel.asc 28192ef126bc871757cb7d97f4a44536
signature.asc
Description: Ceci est une partie de message=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
