On 11/02/2010 06:10 AM, Shinnosuke Yagi wrote: > Thank you, Suresh. > > I succeeded in building kernel and mount SAMBA share with mount.smb2. > > However, it seems that mount.smb2 works as cifs client > (NOT works as SMB2 client). > > Mount.smb2 doesn't offer to use SMB2 in it's SMB Negotiation Request. > (Payload is the same as that of mount.cifs .) > > From Windows Vista client, SMB2 works well, so server setting is valid. > > > Are there any mandatory settings (such as environment variables) > to run mount.smb2 as SMB2 client? > > > > "cifs" is displayed in File system type field of mount output. > =================================================================== > # mount.smb2 //server/share /mnt/smb2/ -o user=xxxx,pass=yyyy > # mount > ... > //server/share on /mnt/smb2 type cifs (rw,mand) > =================================================================== > I'm assuming you are using the recent cifs-utils package which supports smb2. >From where did you get mount.smb2? Is it a symlink to mount.cifs by any chance? Could you try mount -t smb2 //server/share /mnt/point -o user=user1 -- Suresh Jayaraman -- 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