CertGrid CertGrid
Hands-on Lab·Red Hat Certified System Administrator

Persistent Mounts with UUID and Label

The objective that can cost every other mark on the exam: a malformed `/etc/fstab` stops the machine booting, and the grader reboots before marking. So this ends on verification - a deliberately broken entry is caught here by `findmnt --verify` and `mount -a`, which is exactly the check to run before rebooting.

Local Storage Guide 35 of 67 Intermediate

Written against the versions above. After editing `/etc/fstab`, run **`systemctl daemon-reload`**. systemd generates a mount unit per entry at boot and caches them; `findmnt --verify` warns explicitly when the cached copy is stale, as it does below.

Every command on this page runs on RHCSA-A01.
Server NameIP AddressOSRolesCPURAMHDD
RHCSA-A01192.168.0.31RHEL 10.0 (Coughlan)Practice node (graded) - spare /dev/sda2 Core4 GB50 GB + 15 GB

Before you start

  1. A filesystem, mounted by hand

  2. Why not the device name

  3. By UUID, and by label

  4. The six fields

  5. Verifying before you reboot

  6. The nofail escape hatch

Official sources