From 32e67f530b6538cbbe6d5e57041bf46271a22ec8 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 26 Jun 2023 20:05:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20PVE=20=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01.PVE系统安装.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/01.PVE系统安装.md b/01.PVE系统安装.md index e6a65fc..995decb 100644 --- a/01.PVE系统安装.md +++ b/01.PVE系统安装.md @@ -195,14 +195,14 @@ PVE 安装完成后会自动重启,等待系统重启完成会显示如下界 ```bash ## 查看系统硬盘与挂载 -df -hT +$ df -hT -df -hiT +$ df -hiT -cat /etc/fstab +$ cat /etc/fstab ## 查看系统代号 -cat /etc/os-release +$ cat /etc/os-release ``` 此处显示出 PVE 底层使用的是 Debian 的系统,代号为 `bookworm` ,该代号后续会使用到。