/dev/mapper/ubuntu--vg-ubuntu--lv 不存在。

/dev/mapper/ubuntu--vg-ubuntu--lv 不存在。

今天,我使用taskel從我的Ubuntu 20.04伺服器中刪除了LAMP堆疊,當我重新啟動伺服器時,它沒有像往常一樣啟動,而是給了我這個錯誤:

Gave up waiting for root file system device. Common problems:
- Boot args (cat /proc/cmdline)
 — check rootdelay= (did the system wait long enough?)
- Missing modules (cat /proc/modules; le /dev)
ALERT! /dev/mapper/ubuntu—-vg—ubuntu—-le does not exist. Dropping to shell!

在展示之前,他重複了以下日誌多次:

blk_update_request: I/O error, dev fd0, sector 0 op 0x0: (READ) flags 0x0 phys_seg 1 prio class 0’
floppy: error 10 while reading block 0
mdadm: No arrays found in config file or automatically

我是 Linux 新手,但我認為這可能是檔案系統的問題...所以我嘗試使用以下方法來修復它fsck(我在網路上發現它可以修復 Ubuntu 的檔案系統):

touch /forcefsck 

然後重新啟動,但它不起作用:(

有人能幫我嗎?如何解決該問題並返回 GNOME 介面?

相關內容