Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
<li>
This step is where you finally point the physical drive to the VM, through the Proxmox console.<br />
This command will add a SATA IDE "abstracted" device to VM101:{{Code|Code= qm set vm101 -sata01 ide0 /dev/sdb}}
<ul>
<li>vm101 is the ID of the virtual machine to which you want to point the drive.</li>
<li>sata01 ide0 identifies the drive once mounted, as sata01 ide0 and the protocol for it; This can also be 'ide##'</li>
<li>/dev/sdb is the installed <strong>but not mounted in Proxmox</strong> drive in the hardware system.</li>
</ul>
192

edits