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.
Jerry
23 days agoCorazon
28 days agoDiane
1 month agoClaudio
1 month agoVirgina
1 month agoQuinn
2 months agoEmerson
2 months agoCarin
2 months agoReiko
2 months agoTresa
2 months agoMonte
2 months agoLevi
3 months agoLezlie
3 months agoJoye
4 months agoHyun
4 months agoNan
4 months agoTegan
4 months agoMacy
4 months agoAlfreda
4 months ago