From 864b40f94a3bb187452f8af810184bc822dc0936 Mon Sep 17 00:00:00 2001 From: X Date: Mon, 1 Dec 2025 15:29:06 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Proxmox=20Virtual=20Enviro?= =?UTF-8?q?nment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Proxmox-Virtual-Environment.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Proxmox-Virtual-Environment.md b/Proxmox-Virtual-Environment.md index e5fa32f..14f683b 100644 --- a/Proxmox-Virtual-Environment.md +++ b/Proxmox-Virtual-Environment.md @@ -51,8 +51,14 @@ sed -i 's|http://download.proxmox.com|https://mirrors.ustc.edu.cn/proxmox|g' /us #重启服务生效 systemctl restart pvedaemon.service ``` -# 四、其他高级玩法 -### 4.1 使用pvetools脚优化 +# 四、虚拟机操作 +### 4.1 虚拟机导入磁盘 +``` +#qm disk import [OPTIONS] +qm disk import 108 /data/disk01.qcow2 pve-data --format=qcow2 +``` +# 五、其他高级玩法 +### 5.1 使用pvetools脚优化 ``` #安装git apt install git -y