XK0-005 · Question #545
A Linux system fails to start and delivers the following error message: Which of the following commands can be used to address this issue?
The correct answer is A. fsck.ext4 /dev/sda1. The command fsck.ext4 /dev/sda1 can be used to address the issue. The issue is caused by a corrupted filesystem on the /dev/sda1 partition. The error message shows that the filesystem type is ext4 and the superblock is invalid. The command fsck.ext4 is a tool for checking and…
Question
A Linux system fails to start and delivers the following error message:
Which of the following commands can be used to address this issue?
Options
- Afsck.ext4 /dev/sda1
- Bpartprobe /dev/sda1
- Cfdisk /dev/sda1
- Dmkfs.ext4 /dev/sda1
How the community answered
(21 responses)- A71% (15)
- B10% (2)
- C14% (3)
- D5% (1)
Explanation
The command fsck.ext4 /dev/sda1 can be used to address the issue. The issue is caused by a corrupted filesystem on the /dev/sda1 partition. The error message shows that the filesystem type is ext4 and the superblock is invalid. The command fsck.ext4 is a tool for checking and repairing ext4 filesystems. The command will scan the partition for errors and attempt to fix them.
Topics
Community Discussion
No community discussion yet for this question.