我收到的錯誤訊息是:
(/dev/mapper/isw_dbjigffjdb_RADIOIMSVolume2 contains a file system with errors, c heck forced.
Inodes that were part of a corrupted orphan linked list found.
(/dev/mapper/isw_dbjigffjdb_RADIOIMSVolume2: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck exited with status code 4
The root filesystem on /dev/mapper/isw_dbjigffjdb_RADIOIMSVolume2 requires a manual fsck
我該如何解決?
我試圖查看有關此問題的其他問題,但找不到任何可以幫助我的內容。我認為我使用的版本是人們不使用的。我也在使用 MSI 筆記型電腦,所以我到處都有很多問題,但我可以解決這些問題。
答案1
根據initramfs
提示您需要輸入:
fsck /dev/mapper/volume
然後按Enter
您必須替換volume
為需要fsck
.在本例中,它以 開頭isw_db...
並以 結束...Volume2
。
您必須準確輸入每個字元;它區分大小寫。輸入前幾個字元後,也許您可以使用製表符補全。