nerdexam
LPI

117-201 · Question #44

What command is used to mount a floppy disk image under /mnt/floppy?

The correct answer is E. mount -o loop root.img /mnt/floppy. See the full explanation below for the reasoning.

Question

What command is used to mount a floppy disk image under /mnt/floppy?

Options

  • Amount -1 root.img /mnt/floppy
  • Bmount --loop root.img /mnt/floppy
  • Cmount root.img /mnt/floppy
  • Dmount root.img
  • Emount -o loop root.img /mnt/floppy

How the community answered

(33 responses)
  • B
    15% (5)
  • C
    9% (3)
  • D
    3% (1)
  • E
    73% (24)

Community Discussion

No community discussion yet for this question.

Full 117-201 Practice