Connecting a Physical Hard Disk--device-add hdd --device < real_name > [ --iface < ide | scsi | sata >] [ --passthr < yes | no >] [ --position < n >] [ --subtype < buslogic | lsi-spi | lsi-sas >] Parameters --device : the name of the host computer hard disk that will be connected to the virtual machine. To obtain the names of all hard disks installed on the host, use the prlsrvctl info command. --iface : virtual hard disk interface type: ide , scsi , sata . --passthr : enables the passthrough mode for the specified device. --position : the SCSI / IDE / SATA device identifier to be used for the disk drive. Allowed ranges:
--subtype: virtual hard disk subtype: buslogic , lsi-spi , lsi-sas . |
||||
|