zoukankan      html  css  js  c++  java
  • HyperV: Share files to your VM from physical hard disk


    You are using Hyper-V VM and you want to access files in your physical hard disk, first you can burn the files to image, then attach the image to the DVD Drive in the VM, or you can do the following steps to realize this.

    1. First you should have two hard disk, fist disk with OS, and another with files you want to share.
    2. Make the second disk Offline throw the disk management.


    3. In the Hyper-V manager, select the VM in the Virtual Machines pane, click Settings...in the Actions.
    4. In the Settings from VM dialog, click IDE Controller 0 node, select Hard Drive in IDE Controller and click Add.


    5. In the Media groupbox, select Physical hard disk radio button, in the drop-down list select Disk 1.


    6. Click Ok
    7. Then start the VM and you should be able to access the Disk 1 in the VM.

  • 相关阅读:
    String 方法
    异常处理
    数组长度改变方法
    对象
    重载(函数)
    函数
    java基础(死循环退出选项)
    cookie的封装,获取,删除
    事件监听的理解
    JS少数兼容
  • 原文地址:https://www.cnblogs.com/qixue/p/1771908.html
Copyright © 2011-2022 走看看