nerdexam
LPI

201-450 · 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.

Filesystem and Devices

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

(29 responses)
  • A
    7% (2)
  • B
    3% (1)
  • D
    7% (2)
  • E
    83% (24)

Topics

#mount#loop device#floppy image#filesystem

Community Discussion

No community discussion yet for this question.

Full 201-450 Practice