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? Kernel and cifs-util versions are follow. ================================================================= $ uname -a Linux hostname 2.6.36-rc4+ #5 SMP Fri Nov 5 11:25:48 JST 2010 i686 GNU/Linux # mount.smb2 -V mount.cifs version: 4.7 # grep -i smb2 /boot/config-2.6.36-rc4+ CONFIG_SMB2_FS=m CONFIG_SMB2_STATS=y CONFIG_SMB2_STATS2=y CONFIG_SMB2_DEBUG2=y ================================================================= ---- Yagi Shinnosuke -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html