Courseiva
Linux Kernel and System StartupmediumDrag & DropObjective-mapped

LPIC-2 Linux Kernel and System Startup Practice Question

Arrange the steps to configure a Linux server as an NFS client that mounts a remote export.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

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

1. Install the nfs-common package 2. Create a mount point directory 3. Add an entry to /etc/fstab 4. Mount the remote export 5. Verify the mount

The NFS client needs the nfs-common package, a mount point, an fstab entry, then mounting and verification.

Answer analysis

Option-by-option breakdown

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

  • 1. Install the nfs-common package 2. Create a mount point directory 3. Add an entry to /etc/fstab 4. Mount the remote export 5. Verify the mount

    Why this is correct

    This is the correct order because the NFS client software must be installed first, then a mount point must exist to mount onto, the fstab entry ensures persistence, mounting activates the connection, and verification confirms success.

  • 1. Install the nfs-common package 2. Add an entry to /etc/fstab 3. Create a mount point directory 4. Mount the remote export 5. Verify the mount

    Why it's wrong here

    This is incorrect because the mount point directory must exist before adding the fstab entry; otherwise, the mount command or 'mount -a' will fail due to a missing mount point.

  • 1. Create a mount point directory 2. Mount the remote export 3. Add an entry to /etc/fstab 4. Install the nfs-common package 5. Verify the mount

    Why it's wrong here

    This is incorrect because the nfs-common package must be installed before any mount attempt; without it, the 'mount' command will not have the necessary NFS support and will fail.

  • 1. Add an entry to /etc/fstab 2. Create a mount point directory 3. Install the nfs-common package 4. Mount the remote export 5. Verify the mount

    Why it's wrong here

    This is incorrect because the NFS client package must be installed before attempting to mount; additionally, the mount point directory should be created before the fstab entry is made, though fstab can be edited later, the order presented is illogical.

About these practice questions

One of 507 original LPIC-2 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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-2 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-2 exam.