zoukankan      html  css  js  c++  java
  • hyper-v上的虚拟机安装linux LC后CDROM无法使用

    This issue occurs because the Hyper-V Linux Integration Services unloads the ata_piix driver in order to provide an optimized IDE driver (hv_blkvsc) for the root file system. To get access to the CD-ROM device, the Linux Integration Services must be uninstalled.

     

     

    解決辦法

    To work around this issue, mount the ISO in the virtual machine. To mount an ISO file in the virtual machine, the following command must be run before executing the mount command:
    # insmod /lib/modules/$(uname -r)/kernel/drivers/ata/ata_piix.ko
    Alternatively, copy the ISO file into the virtual machine and mount it using the -o loop option.

     

  • 相关阅读:
    join
    PS1-4
    tftp + bras
    awk调用shell
    curl
    ssh
    查看cp进度,使用watch
    tftp
    scp 链接文件的问题 + tar
    mysql必知必会(三、使用mysql)
  • 原文地址:https://www.cnblogs.com/gispathfinder/p/5805680.html
Copyright © 2011-2022 走看看