Courseiva
Administrative TasksmediumMultiple SelectObjective-mapped

LPIC-1 /mnt Practice Question

Which THREE directories are commonly used for mounting removable media in Linux?

⚠ Common exam trap

Candidates may incorrectly assume that /dev (the device directory) is a mount point, or that /mount is a valid FHS directory. They might also overlook /cdrom as a common mount point for optical media, often symlinked to /media/cdrom. The correct mount point directories for removable media per FHS are /mnt (temporary manual mounts) and /media (automatic mounting), with /cdrom being a widely used legacy or symlink location.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

/mnt

A is correct because /mnt is a standard directory defined by the Filesystem Hierarchy Standard (FHS) for temporarily mounting filesystems, including removable media like USB drives or external hard disks. It provides a generic mount point that system administrators can use for manual mounts, though it is less commonly used for automatic mounting compared to /media.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • /mnt

    Why this is correct

    A common general-purpose mount point, often used for temporary mounts.

  • /mount

    Why it's wrong here

    This directory does not exist by default; not a standard mount point.

  • /cdrom

    Why this is correct

    A traditional mount point for CD-ROMs, still used on many systems.

  • /dev

    Why it's wrong here

    Contains device files; mount points are typically under /mnt or /media.

  • /media

    Why this is correct

    Often used as a mount point for removable media like USB drives.

About these practice questions

This LPIC-1 question is part of Courseiva's 527-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This LPIC-1 practice question is part of Courseiva's free LPI certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the LPIC-1 exam.