From 6f32e3f2d95ba4e8201446d5efafee58abf36ded Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 5 May 2025 03:51:13 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20Ubuntu=20=E9=80=B2?= =?UTF-8?q?=E5=85=A5=20Busybox=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 Ubuntu-%E9%80%B2%E5%85%A5-Busybox-%E5%95%8F%E9%A1%8C.md diff --git a/Ubuntu-%E9%80%B2%E5%85%A5-Busybox-%E5%95%8F%E9%A1%8C.md b/Ubuntu-%E9%80%B2%E5%85%A5-Busybox-%E5%95%8F%E9%A1%8C.md new file mode 100644 index 0000000..e34e570 --- /dev/null +++ b/Ubuntu-%E9%80%B2%E5%85%A5-Busybox-%E5%95%8F%E9%A1%8C.md @@ -0,0 +1,17 @@ +# 列出所有分區 + +```bash +blkid +``` + +# 修復系統磁區 + +```bash +fsck -y /dev/mapper/ubuntu--vg-ubuntu--lv +``` + +# 離開後,自動進入系統 + +```bash +exit +``` \ No newline at end of file