diff --git a/%E9%80%B2%E5%85%A5-busybox-%E5%95%8F%E9%A1%8C.md b/%E9%80%B2%E5%85%A5-busybox-%E5%95%8F%E9%A1%8C.md new file mode 100644 index 0000000..f2ba344 --- /dev/null +++ b/%E9%80%B2%E5%85%A5-busybox-%E5%95%8F%E9%A1%8C.md @@ -0,0 +1,17 @@ +# 1. 列出所有分區 + +```bash +blkid +``` + +# 2. 修復系統磁區 + +```bash +fsck -y /dev/mapper/ubuntu--vg-ubuntu--lv +``` + +# 3. 離開後,自動進入系統 + +```bash +exit +``` \ No newline at end of file