LPIC-3 Exam 304 (Virtualization and High Availability) — Question 2
Which of the following KVM parameters is identical to the KVM parameter -hdb file.img?
Answer options
- A. -drive bus=ide1,type=slave,image=file.img
- B. -drive image=file.img,if=ide,device=hdb
- C. -drive bus=hd,busid=b,src=file.img
- D. -drive file=file.img,index=1,media=disk,if=ide
- E. -drive type=loop,src=file.img,dst=disk:hdb
Correct answer: D
Explanation
The correct answer, D, specifies the same interface and parameters needed for the disk image as -hdb. Options A, B, C, and E either reference different bus types or configurations that do not align with the -hdb specification for a secondary IDE drive.