U.S. Independence Day Deal! Unlock 25% OFF Today – Limited-Time Offer - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

LPI 305-300 Exam - Topic 2 Question 57 Discussion

Which of the following KVM parameters is identical to the KVM parameter -hdb file.img?
D) -drive file=file.img,index=1,media=disk,if=ide
A) -drive bus=ide1,type=slave,image=file.img
B) -drive type=loop,src=file.img,dst=disk:hdb
C) -drive image=file.img,if=ide,device=hdb
E) -drive bus=hd,busid=b,src=file.img

LPI 305-300 Exam - Topic 2 Question 57 Discussion

Actual exam question for LPI's 305-300 exam
Question #: 57
Topic #: 2
[All 305-300 Questions]

Which of the following KVM parameters is identical to the KVM parameter -hdb file.img?

Show Suggested Answer Hide Answer
Suggested Answer: D

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.


Contribute your Thoughts:

0/2000 characters

Currently there are no comments in this discussion, be the first to comment!


Save Cancel