VMware虚拟机(ubuntu)使用过程中的一些问题及解决方法
1、用xshell无法连接ubuntu,防火墙已经关闭,也可ping通
安装ssh服务,sudo apt-get install openssh-server
装好之后,并未一定开启ssh服务
ssh localhost
检查ssh是否开启
/etc/init.d/ssh start
开启ssh服务
2、vmware安装vm-tools
虚机上运行vmtool(在窗口虚拟机(V)–客户机–安装vmtool)
创建挂载点:
mkdir /mnt/vmtool
通过mount命令,挂载光驱:
m
原创
2020-11-28 17:23:36 ·
1686 阅读 ·
0 评论