1Z0-105 · Question #89
What is the purpose of the kpartx command?
The correct answer is E. It creates device maps from partition tables. The kpartx command creates device maps from partition tables. Each guest storage image has a partition table embedded in the file
Question
Options
- AIt is a graphical XWindows application to manipulate kernel partition tables.
- BIt is a graphical XWindows application to manipulate partition tables on disk.
- CIt prints virtual disk partition tables.
- DIt manipulates and prints virtual disk partition tables.
- EIt creates device maps from partition tables.
How the community answered
(13 responses)- A15% (2)
- C8% (1)
- D8% (1)
- E69% (9)
Explanation
The kpartx command creates device maps from partition tables. Each guest storage image has a partition table embedded in the file
Topics
Community Discussion
3So kpartx creates device maps, not just prints them, right?
Think of kpartx as "k-PART-X marks the spot" because it literally maps out where each partition lives so the kernel can find it, especially on loopback or virtual disk images. Here is my question for anyone who got tripped up on the graphical options: if the command runs happily over SSH with no display at all, does that tell you something about whether it needs any kind of XWindows environment?
C is it, kpartx reads those virtual disk partition tables and prints them out.