要将本地的iso文件挂载到xen虚拟机中,可以尝试如下命令:

sudo xm block-attach INSTANCE_NAME file://home/images/xen_drivers.iso /dev/sdb r

如果是xen server平台,可以将iso镜像问文件复制到本地目录下,然后创建一个本地的ISO库

xe sr-create name-label=ISO1 type=iso \
device-config:location=/var/opt/xen/iso_import/ISO1 \
device-config:legacy_mode=true content-type=iso

之后就可以使用命令xe vdi-list查看到挂载的本地ISO镜像库。

How to add local ISO storage repo in XenServer提供了3中本地挂载的方法,也可借鉴。

在KVM环境下,可以使用virsh attach-disk命令来挂载iso镜像文件

参考

results matching ""

    No results matching ""