1.进入虚拟机的虚拟机选项-高级-配置参数-编辑配置2.添加如下两个参数(关机状态下)isolation.tools.copy.disable FALSE isolation.tools.paste.disable FALSE
抽刀断水水更流,举杯消愁愁更愁
1.进入虚拟机的虚拟机选项-高级-配置参数-编辑配置2.添加如下两个参数(关机状态下)isolation.tools.copy.disable FALSE isolation.tools.paste.disable FALSE
1.用centos6光盘启动,进入救援(恢复)模式。2.进入shell模式3.挂载分区mkdir /mnt/sda5 mount /dev/sda5 /mnt/sda54.将含有shadow文件的压缩文件copy出来cp /mnt/sda5/state.tgz /tmp/5.解压state.tgz,得到local.tgz,再次解压tar xf state.tgz tar xf local.t...