From c46e073aa95374c302d11a2b6c501cf2d755042c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B3=BB=E7=B5=B1=E7=AE=A1=E7=90=86=E5=93=A1?= Date: Fri, 6 Mar 2026 06:11:10 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E9=80=B2=E5=85=A5=20busyb?= =?UTF-8?q?ox=20=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...80%B2%E5%85%A5-busybox-%E5%95%8F%E9%A1%8C.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 %E9%80%B2%E5%85%A5-busybox-%E5%95%8F%E9%A1%8C.md 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