Mount -t cifs works on one version of linux but not another [closed]

非 Y 不嫁゛ 提交于 2019-12-06 14:27:40

use sec=ntlm in the options

Kernel versions post 3.8.x have this changed, and mount.cifs doesn't pass this argument, explicitly, Hence fails

Refer: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=81bcd8b795229c70d7244898efe282846e3b14ce

mount -t cifs //192.168.249.72/root /media/SS -o username=root,password=654321,sec=ntlm

and it should work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!