From: Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>
To: Shinnosuke Yagi
<yagi.shinnosuke-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
Cc: Steve French <smfrench-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: Source code of SMB2 Kernel module
Date: Mon, 08 Nov 2010 10:33:39 +0530 [thread overview]
Message-ID: <4CD784AB.3040805@suse.de> (raw)
In-Reply-To: <AANLkTimx3ukvAjmuf5KQ3dSLVhpaF51pXcOfS1E_iFhY-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
On 11/08/2010 10:23 AM, Steve French wrote:
> On Sun, Nov 7, 2010 at 8:58 PM, Shinnosuke Yagi
> <yagi.shinnosuke-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org> wrote:
>>
>>>
>>> try a modprobe smb2 or insmod smb2.ko
>>>
>>
>> I tried, but nothing changed.
>>
>> =================================================================
>> # modprobe -v smb2
>> insmod /lib/modules/2.6.36-rc4+/kernel/fs/smb2/smb2.ko
>> # mount -t smb2 //server/share /mnt/point -o user=xxxx
>> Password:
>> mount error: smb2 filesystem not supported by the system
>> mount error(19): No such device
>> Refer to the mount.smb2(8) manual page (e.g. man mount.smb2)
>> typescript (END)
>> =================================================================
>>
>> I got the same result when I tried with kernel bulit-in parameters
>> ( CONFIG_SMB2_FS=y ).
>>
>> Do I have to install other modules?
>
> Yes - you need fscache, I turned the equivalent of Suresh's cifs
> fscache (for smb2) on by default.
>
> "modprobe fscache"
>
I guess absence of fscache would result in a different error than this
(perhaps invalid module format or something) and you won't be able to
successfully load smb2 module itself..
But, you could verify whether the smb2 module is loaded successfully by
doing
lsmod | grep smb2
Also check dmesg output for possible errors..
--
Suresh Jayaraman
next prev parent reply other threads:[~2010-11-08 5:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-26 4:26 Source code of SMB2 Kernel module Shinnosuke Yagi
[not found] ` <4CC65859.7040100-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-10-26 5:16 ` Suresh Jayaraman
[not found] ` <4CC6642F.2040401-l3A5Bk7waGM@public.gmane.org>
2010-10-29 6:55 ` Shinnosuke Yagi
[not found] ` <4CCA6FD3.4060907-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-10-29 7:02 ` Suresh Jayaraman
[not found] ` <4CCA7177.40303-l3A5Bk7waGM@public.gmane.org>
2010-11-02 0:40 ` Shinnosuke Yagi
[not found] ` <4CCF5DF8.9030809-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-11-03 9:02 ` Suresh Jayaraman
[not found] ` <4CD12521.2020708-l3A5Bk7waGM@public.gmane.org>
2010-11-05 1:13 ` Shinnosuke Yagi
[not found] ` <4CD35A27.4050605-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-11-05 1:49 ` Steve French
[not found] ` <AANLkTinm718oZX2Qc4++W_CYkv0+RZRwr09Uzu4zcDn0-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-11-08 2:58 ` Shinnosuke Yagi
[not found] ` <4CD76751.8010700-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-11-08 4:53 ` Steve French
[not found] ` <AANLkTimx3ukvAjmuf5KQ3dSLVhpaF51pXcOfS1E_iFhY-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-11-08 5:03 ` Suresh Jayaraman [this message]
[not found] ` <4CD784AB.3040805-l3A5Bk7waGM@public.gmane.org>
2010-11-09 3:49 ` Shinnosuke Yagi
[not found] ` <4CD8C4E6.5080603-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-11-09 4:05 ` Steve French
2010-11-10 7:48 ` Shinnosuke Yagi
[not found] ` <4CDA4E5C.90004-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-11-10 8:04 ` Suresh Jayaraman
[not found] ` <4CDA5225.8000309-l3A5Bk7waGM@public.gmane.org>
2010-11-10 8:35 ` Shinnosuke Yagi
[not found] ` <4CDA5955.50409-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-11-12 5:16 ` Shinnosuke Yagi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CD784AB.3040805@suse.de \
--to=sjayaraman-l3a5bk7wagm@public.gmane.org \
--cc=linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=smfrench-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=yagi.shinnosuke-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.