[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: samba to connect to w2k?
- To: ishaybas(at-nospam)netvision.net.il
- Subject: RE: samba to connect to w2k?
- From: Cedar Cox <cedarc(at-nospam)visionforisrael.com>
- Date: Mon, 18 Jun 2001 22:53:06 +0300 (IDT)
- cc: linux-il(at-nospam)linux.org.il
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <009001c0f80f$b47f66a0$04025a3e@isommer>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
On Mon, 18 Jun 2001 ishaybas@netvision.net.il wrote:
> Here is what I get after trying:
> ERROR: smbfs filesystem not supported by the kernel
> Please refer to the smbmnt(8) manual page
> smbmnt failed: 255
>
> kernel 2.4.2-2 (Rh7.1)
> samba-client 2.0.7-36
>
> ishay
>From man mount:
---
For most types all the mount program has to do is
issue a simple mount(2) system call, and no
detailed knowledge of the filesystem type is
required. For a few types however (like nfs,
smbfs, ncpfs) ad hoc code is necessary. The nfs ad
hoc code is built in, but smbfs and ncpfs have a
separate mount program. ...
--
Mount options for smbfs
Just like nfs, the smb implementation expects a binary
argument (a struct smb_mount_data) to the mount system
call. This argument is constructed by smbmount(8) and the
current version of mount (2.6c) does not know anything
about smb.
---
Are you using mount, smbmnt, or smbmount? IIRC, I have always used
smbmount.. Also, do you have the smbfs filesystem compiled in the kernel
(or as a module.. is it loaded)? I remember in my early linux days I
could never get smbmount to work unless I compiled smbfs into the kernel..
actually I think it was enabling windows bug compatibility option thing
that got it working (kernel 2.0.36, I think). I think perhaps that option
has disappeard with recent kernels.
-Cedar
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il