windows 自带了hyper-v,可以安装一些虚机进行试验,但有时不能复制,粘贴,下面对windows和linux虚机如何实现同宿主机的复制粘贴分表介绍

对windows主机,如果要实现这一功能,必须在菜单栏打开增强会话这一模式。

对在hyper-v中运行ubuntu虚拟机,不能复制粘贴,可以用Windows与XRDP合作开发的工具 —— linux-vm-tools来实现这一功能。

操作 Ubuntu 虚拟机

在 Ubuntu 打开终端(Terminal),准备执行命令

$ sudo apt-get update

$ sudo apt install git

$ git clone https://github.com/Microsoft/linux-vm-tools.git ~/linux-vm-tools

$ cd ~/linux-vm-tools/ubuntu/16.04/

#Make the scripts executable and run them...

$ sudo chmod +x install.sh

$ sudo chmod +x config-user.sh

$ sudo ./install.sh

Install.sh 需要运行二次,还有一次是重启后运行

$ sudo ./config-user.sh

在winodws 宿主机 运行 powershell 命令:

Set-VM -VMName <your_vm_name>  -EnhancedSessionTransportType HvSocket

更多文章,关注“业祥运维室(sajyx2012)”

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐