Which of the following KVM parameters is identical to the KVM parameter -hdb file.img?
In QEMU/KVM, the legacy parameter -hdb file.img attaches a disk image as the primary IDE slave device. According to QEMU documentation, this corresponds to an IDE device with index 1, media type disk, and interface IDE.
The modern equivalent using the -drive syntax is:
-drive file=file.img,index=1,media=disk,if=ide
Option D matches this mapping precisely. The other options use invalid or unsupported parameter combinations and do not correctly represent the IDE device mapping.
Therefore, the correct answer is D.
Emerson
24 hours agoCarin
6 days agoReiko
11 days agoTresa
16 days agoMonte
22 days agoLevi
27 days agoLezlie
2 months agoJoye
2 months agoHyun
2 months agoNan
2 months agoTegan
2 months agoMacy
3 months agoAlfreda
3 months ago