新增 Ubuntu 進入 Busybox 問題
17
Ubuntu-%E9%80%B2%E5%85%A5-Busybox-%E5%95%8F%E9%A1%8C.md
Normal file
17
Ubuntu-%E9%80%B2%E5%85%A5-Busybox-%E5%95%8F%E9%A1%8C.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# 列出所有分區
|
||||||
|
|
||||||
|
```bash
|
||||||
|
blkid
|
||||||
|
```
|
||||||
|
|
||||||
|
# 修復系統磁區
|
||||||
|
|
||||||
|
```bash
|
||||||
|
fsck -y /dev/mapper/ubuntu--vg-ubuntu--lv
|
||||||
|
```
|
||||||
|
|
||||||
|
# 離開後,自動進入系統
|
||||||
|
|
||||||
|
```bash
|
||||||
|
exit
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user