On Sun, Nov 7, 2010 at 8:58 PM, Shinnosuke Yagi
<[email protected]> 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"



-- 
Thanks,

Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to