LINUX+ XK0-006 V8 System management and troubleshooting Runs in your browser · no setup Preview · not independently reviewed

Repair and expand an XFS data volume

Diagnose a stale persistent mount, extend LVM safely, and verify both current and rebooted state.

Estimated15 min
DifficultyAdvanced
Points12
Scenario brief

Orchard Lab's FILE-03 dropped into emergency mode after a disk replacement. An administrator mounted /srv manually to restore service, but /srv is now 95% full. Correct persistence and add 10 GiB without recreating or shrinking the XFS filesystem.

Content record

Preview · not independently reviewed

Mapped to CompTIA XK0-006 objectives · Internal validation 2026-08-13 · Available as preview practice, but a named independent subject-matter expert has not yet verified the question and answer key.

Community review →
1.3Given a scenario, manage storage in a Linux system. 5.2Given a scenario, analyze and troubleshoot hardware, storage, and Linux OS issues.
Show review record and official sources

Method: Mapped to XK0-006 V8 storage management and troubleshooting objectives 1.3 and 5.2; UUID, LVM, XFS growth, and verification commands were checked against Red Hat documentation.

Current-profile check: 2026-08-12 · Next review due 2027-02-08

01

Inspect the evidence

Use only the information provided to complete the tasks.

Storage evidence

code
$ findmnt -no SOURCE,FSTYPE,SIZE,USED /srv
/dev/mapper/vgdata-lv_srv xfs 20G 19G
$ sudo vgs --noheadings -o vg_name,vg_free
vgdata 30.00g
$ sudo blkid /dev/vgdata/lv_srv
/dev/vgdata/lv_srv: UUID="4c0e7c9a-2f5b-4ee2-9a7d-1bd9fcde4471" TYPE="xfs"
$ grep ' /srv ' /etc/fstab
UUID=71c7f39e-5bd2-49a8-8f5d-a34a40fce901 /srv xfs defaults 0 0
$ journalctl -b -1 -u srv.mount --no-pager
Timed out waiting for device /dev/disk/by-uuid/71c7f39e-5bd2-49a8-8f5d-a34a40fce901
02

Complete the response

Partial credit is available for matching, ordering, and multi-select tasks.

01
single choice

What directly caused the failed automatic /srv mount?

3 pts
Need a hint?

Restate the exact outcome or failure the prompt asks about before comparing choices.

Show another hint

Eliminate choices that solve a nearby problem, change more than requested, or do not fit the evidence.

02
command

After fixing and validating fstab, enter one command that adds 10 GiB to the LV and grows its mounted XFS filesystem.

4 pts

Whitespace and capitalization are ignored when grading.

Need a hint?

Break the request into three parts: the action, the target, and the required constraint or verification.

Show another hint

Check the tool and subcommand first, then add only the flags, values, and paths the prompt requires.

03
ordering

Order the complete repair and expansion workflow.

5 pts

Drag the rows or use the arrow buttons to reorder.

  1. 1 Confirm backup/recovery access; record lsblk, findmnt, blkid, vgs/lvs, and filesystem state
  2. 2 Back up /etc/fstab and replace only the stale /srv UUID with 4c0e7c9a-2f5b-4ee2-9a7d-1bd9fcde4471
  3. 3 Run a persistent-mount validation such as findmnt --verify and test the entry without rebooting
  4. 4 Run the LV/filesystem growth command and watch for errors
  5. 5 Verify the new LV and XFS size, service access, and logs; then perform a controlled reboot and recheck /srv
Need a hint?

Identify the prerequisite that must happen first and the verification or documentation that belongs last.

Show another hint

For the middle steps, ask what must already be true before each action can safely happen.

Ready to check your work?Submit to finish this session and review your feedback. Extra practice is optional.
Persistent progress

Attempt history

Every submission is retained. Starting another attempt never replaces or unlocks the previous one.

No attempts yet

Your first submitted score and detailed answer review will appear here.

Community quality control

Question or answer look wrong?

Proposals and votes help staff prioritize review. They never change the scoring key automatically.

Full review queue
No community corrections yet

Be the first to flag unclear wording, an answer-key issue, or a source that needs another look.

Propose a correction