当前位置: 技术问答>linux和unix
linux远程目录挂载问题
来源: 互联网 发布时间:2017-02-08
本文导语: 远程linux上面建立的虚拟机,windows机子 通过VMware server console 访问控制 windows :10.167.227.207 sharesmb为共享文件夹 linux虚拟机:/mnt/abc 但挂载失败 [root@node3 ~]# mount -t cifs //10.167.227.207/sharesmb /mnt/bac/ Pas...
远程linux上面建立的虚拟机,windows机子 通过VMware server console 访问控制
windows :10.167.227.207
sharesmb为共享文件夹
linux虚拟机:/mnt/abc
但挂载失败
[root@node3 ~]# mount -t cifs //10.167.227.207/sharesmb /mnt/bac/
Password:
mount error 13 = Permission denied
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
经过验证:使用10.167.227.208可以成功挂载,10.167.227.207上面的防火墙也关闭了
windows :10.167.227.207
sharesmb为共享文件夹
linux虚拟机:/mnt/abc
但挂载失败
[root@node3 ~]# mount -t cifs //10.167.227.207/sharesmb /mnt/bac/
Password:
mount error 13 = Permission denied
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
经过验证:使用10.167.227.208可以成功挂载,10.167.227.207上面的防火墙也关闭了
|
mount error 13 = Permission denied
确定共享的用户 密码之类的是否正确
试试看不指定类型,让系统自动识别呢?
确定共享的用户 密码之类的是否正确
试试看不指定类型,让系统自动识别呢?
|
你的Windows用户有密码吗? 远程连接可能必须得有密码
|
mount -t cifs //10.167.227.207/sharesmb /mnt/bac/ -o username=用户名,password=密码