mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 22:12:51 +08:00
更新 PVE 系统安装
This commit is contained in:
+4
-4
@@ -195,14 +195,14 @@ PVE 安装完成后会自动重启,等待系统重启完成会显示如下界
|
|||||||
|
|
||||||
```bash
|
```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` ,该代号后续会使用到。
|
此处显示出 PVE 底层使用的是 Debian 的系统,代号为 `bookworm` ,该代号后续会使用到。
|
||||||
|
|||||||
Reference in New Issue
Block a user