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