nerdexam
Oracle

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

Define Common Applications Configuration

Question

What is the purpose of the kpartx command?

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)
  • A
    15% (2)
  • C
    8% (1)
  • D
    8% (1)
  • E
    69% (9)

Explanation

The kpartx command creates device maps from partition tables. Each guest storage image has a partition table embedded in the file

Topics

#kpartx#partition tables#device maps#Linux storage

Community Discussion

3
Nina C.Nina C.Jun 26, 2026

So kpartx creates device maps, not just prints them, right?

2
Fatima Z.Fatima Z.Jun 26, 2026

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?

2
Ola B.Ola B.Jun 25, 2026

C is it, kpartx reads those virtual disk partition tables and prints them out.

-2
Full 1Z0-105 Practice