Linux Kernel 4.13 change standard mount options for smb 1

Hello,

good news. You are using Linux with Kernel 4.13 so that can happend that you get a mount error by mounting a smb share. Why happend this?
You are mounting a SMB 1 share.

Since Kernel 4.13 it will be tried to mount with version 3.

See git commit

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=eef914a9eb5eb83e60eb498315a491cd1edc13a1

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2a38e12053b760a8f5e85030eb89512660077c15

 

You should use SMB in Version 2.1 or higher

SMB 1.0 is broken, see blog post from Microsoft

https://blogs.technet.microsoft.com/filecab/2016/09/16/stop-using-smb1/

 

 

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s