Linux システムが起動に失敗し、次のエラー メッセージが表示されます。 この問題を解決するには、次のコマンドのどれを使用できますか?
正解:A
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.