CompTIA
XK0-005 · Question #1803
An administrator completes maintenance on a server but cannot remount the logical volume. Given the following output: Which of the following commands should the administrator execute to resolve the…
The correct answer is A. vgchange -ay data. The error message "special device /dev/data/files does not exist" suggests that the volume group data is not activated. From the lvs and vgs output: - The logical volume files exists within the data volume group. - The volume group (VG) and logical volume (LV) appear correctly…
Troubleshooting
Question
An administrator completes maintenance on a server but cannot remount the logical volume. Given the following output: Which of the following commands should the administrator execute to resolve the issue?
Exhibit
Options
- Avgchange -ay data
- Blvscan --all
- Cvgimport data
- Dlvchange -ay /dev/data/files
How the community answered
(21 responses)- A81% (17)
- B5% (1)
- C5% (1)
- D10% (2)
Explanation
The error message "special device /dev/data/files does not exist" suggests that the volume group data is not activated. From the lvs and vgs output: - The logical volume files exists within the data volume group. - The volume group (VG) and logical volume (LV) appear correctly listed, but they might be in an inactive state due to maintenance.
Topics
#LVM#Volume Group Activation#Filesystem Troubleshooting#Linux Administration
Community Discussion
No community discussion yet for this question.
