4.1 Given a scenario, analyze and troubleshoot storage issues.
Objective 4.1 sits in Troubleshooting, which carries 28% of the Linux+ exam. The questions below are original, written from the official objective title above, and each explanation cites the CompTIA page it rests on.
Objective title verbatim from the official objectives. CompTIA exam page ↗
A worked example
Shown solved, with the whole explanation open: this is what every question here carries.
Users report they cannot save files:
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 20G 20G 20K 100% /
/dev/sdb1 100G 40G 60G 40% /dataWhich filesystem is out of space?
Correct.
Concept
The Use% column and the Avail figure tell which mount is exhausted, and writes fail on whichever filesystem holds the target path.
Why C
The root filesystem / is at 100% with only 20K available, so it is full; /data at 40% still has room.
Now you: objective 4.1 questions
No account needed. The explanation opens when you answer.
Sample question 1 of 3
An administrator sees / at 60% used in df -h, yet writes fail with No space left on device. Which command reveals the real cause?
Sample question 2 of 3
The / filesystem is full and an administrator must find which directory under /var is consuming the space. Which command helps most?
Sample question 3 of 3
Before repairing a suspected corrupt filesystem on /dev/sdb1 with fsck, what must the administrator ensure?
Full Linux+ question bank coming
We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.
Read the sources
These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.
More objectives in Troubleshooting
- 4.2 4.2 Given a scenario, analyze and troubleshoot network resource issues.
- 4.3 4.3 Given a scenario, analyze and troubleshoot central processing unit (CPU) and memory issues.
- 4.4 4.4 Given a scenario, analyze and troubleshoot user access and file permissions.
- 4.5 4.5 Given a scenario, use systemd to diagnose and resolve common problems with a Linux system.