nerdexam
LPI

201-400 · 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

(43 responses)
  • A
    12% (5)
  • B
    5% (2)
  • C
    2% (1)
  • D
    2% (1)
  • E
    79% (34)

Community Discussion

No community discussion yet for this question.

Full 201-400 Practice