From 4cd201954cc562af076f7702dd20f0258b7fd648 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 16 Aug 2025 12:57:38 +0300 Subject: [PATCH] qm: use scsi instead of ide (#17672) Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/qm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/qm.md b/pages/linux/qm.md index e23da041f9..0e2a45391e 100644 --- a/pages/linux/qm.md +++ b/pages/linux/qm.md @@ -8,9 +8,9 @@ `qm list` -- Using an ISO file uploaded on the local storage, create a virtual machine with a 4 GB IDE disk on the `local-lvm` storage and an ID of 100: +- Using an ISO file uploaded on the local storage, create a virtual machine with a 4 GB SCSI disk on the `local-lvm` storage and an ID of 100: -`qm {{[cr|create]}} {{100}} --ide0 {{local-lvm:4}} --net0 {{e1000}} --cdrom {{local:iso/proxmox-mailgateway_2.1.iso}}` +`qm {{[cr|create]}} {{100}} --scsi0 {{local-lvm:4}} --net0 {{e1000}} --cdrom {{local:iso/proxmox-mailgateway_2.1.iso}}` - Show the configuration of a virtual machine, specifying its ID: