pve为vm导入已有的磁盘镜像/qcow2/vmdk

先把磁盘镜像上传到pve里

使用qm importdisk命令导入

qm importdisk  <vmid> <images-name> <storage pool>  --format=<disk-fs> 
vmid:vm的id 例如102
images-name:磁盘镜像的名字
storage pool: 存储磁盘镜像的位置,如lvm-thin local
disk-fs: 磁盘镜像格式  raw/vmdk/qcow2

代码演示:

qm importdisk 102 ubuntu-18.04.vmdk  NVME --format=qcow2
importing disk 'ubuntu-18.04.vmdk' to VM 102 ...
Formatting '/nvme/images/102/vm-102-disk-1.qcow2', fmt=qcow2 size=10737418240 cluster_size=65536 preallocation=metadata lazy_refcounts=off refcount_bits=16
transferred: 0 bytes remaining: 10737418240 bytes total: 10737418240 bytes progression: 0.00 %
......
transferred: 10737418240 bytes remaining: 0 bytes total: 10737418240 bytes progression: 100.00 %
Successfully imported disk as 'unused1:NVME:102/vm-102-disk-1.qcow2'

此时,pve面板出现未使用磁盘。

这里双击 这个未使用磁盘。然后这是总线、设备,接着点击添加

此时就有了

更多Proxmox VE使用教程

版权声明:
作者:佛西
链接:https://foxi.buduanwang.vip/virtualization/372.html/
文章版权归作者所有,未经允许请勿转载
如需获得支持,请点击网页右上角
THE END
分享
二维码
海报
pve为vm导入已有的磁盘镜像/qcow2/vmdk
先把磁盘镜像上传到pve里 使用qm importdisk命令导入 qm importdisk <vmid> <images-name> <storage pool> --format=<disk-……
<<上一篇
下一篇>>
文章目录
关闭
目 录