CentOS6挂载linux7samba服务时报错:mount error(22): Invalid argument Refer to the mount.cifs(8) manual page (
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
查看samba的版本是4版本的:
[root@redhat_192.168.0.12 16:08:07 ~]#rpm -qa samba
samba-4.9.1-6.el7.x86_64
找了好久,百度上一直都是mount命令加各种参数,确认了用户跟密码都没有问题,目录权限也都给了,最后是使用下面的办法解决的。
在/etc/fstab的挂载配置里面添加参数sec=ntlmssp,如下:
//hahaha.com/devops /mnt/dev/ cifs username=kenji,password=123456,sec=ntlmssp,rw,_netdev 0 0
然后保存配置重新运行mount -a,则挂载成功
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献6条内容
所有评论(0)