Linux挂在win7共享文件夹时出现mount operation now in progress怎么回事???

Linux挂在win7共享文件夹时出现mount operation now in progress怎么回事???,第1张

你的mount 命令本身没有问题.

请确认192.168.1.10上samba服务是否处于正常启动中

以及192.168.1.10上的防火墙是否关闭,或者开启了139,445端口.

在centos mount cifs 挂window 网盘容易出现问题如下:

一、挂载时,用户/密码错误

mount error(13): Permission denied

Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

对应/var/log/message记录

Oct 12 16:20:01 localhost kernel: Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE

Oct 12 16:20:01 localhost kernel: CIFS VFS: Send error in SessSetup = -13

Oct 12 16:20:01 localhost kernel: CIFS VFS: cifs_mount failed w/return code = -13

二、没有分享目录

Retrying with upper case share name

mount error(6): No such device or address

Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

对应/var/log/message记录

Oct 12 16:20:06 localhost kernel: CIFS VFS: cifs_mount failed w/return code = -6

Oct 12 16:20:17 localhost kernel: CIFS VFS: cifs_mount failed w/return code = -6

Oct 12 16:20:17 localhost kernel: CIFS VFS: cifs_mount failed w/return code = -6

目前遇到的问题就是这些

补充一句,格式一定要写正确:

mount -t cifs -o username=administrator,password=**** //192.168.1.1/分享目录 /linux/share

chmod 只对 posix 兼容分区起作用。但 ntfs 直接要用 ACL 的……

你就当作所有和 Windows 有关的分区都不能用 chmod 吧……

至于权限,你可以看看 cifs 的相关文档,有很多设置权限的都是用 umask ,或者直接指定挂载的 uid 和 gid ,这样文件挂载时会被 umask 遮罩后进行默认权限设置,或者通过 uid 和 gid 来直接设置文件的所有者和所有组。

但并不是所有的文件系统都支持这些挂载参数,所以,具体还是要看文档……

你竟然 htdocs 目录也要挂载,太那啥了。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/9936771.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-03
下一篇 2023-05-03

发表评论

登录后才能评论

评论列表(0条)

保存