update 03_常见问题/FAQ.md.

Signed-off-by: 果冻Swiftie <1258199238@qq.com>
This commit is contained in:
果冻Swiftie 2024-07-06 10:22:33 +00:00 committed by Gitee
parent f8b0892cc3
commit 2f987510ef
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 1 deletions

View File

@ -76,4 +76,6 @@ Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
clock: 3200MHz (0.3ns)
```
## 如何查看 Linux 硬盘信息
- Q如何查看 Linux 硬盘大小、类型和硬件信息
- A可以通过`sudo lshw -class disk`命令,即可输出硬盘的详细信息,例如描述、产品类型、供应商、总线信息、版本和大小。