nerdexam
CompTIA

XK0-004 · Question #151

A systems administrator wants to mount an ISO to access its content. Using /mnt as a mount point, which of the following is the correct syntax?

The correct answer is C. mount -o loop /tmp/image.iso /mnt. sudo mount -o loop /path/to/my-iso-image.iso /mnt/iso

System Management

Question

A systems administrator wants to mount an ISO to access its content. Using /mnt as a mount point, which of the following is the correct syntax?

Options

  • Amount -o iso9660 /dev/sr0 /mnt
  • Bmount -o loop -t iso /mnt
  • Cmount -o loop /tmp/image.iso /mnt
  • Dmount -o loop /dev/kvm /mnt

How the community answered

(20 responses)
  • B
    5% (1)
  • C
    90% (18)
  • D
    5% (1)

Explanation

sudo mount -o loop /path/to/my-iso-image.iso /mnt/iso

Topics

#mount#ISO#loop device#filesystem

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice