We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b330b commit 53fc850Copy full SHA for 53fc850
CITA/CITA 多节点搭建/README.md
@@ -712,7 +712,18 @@ make up
712
查看磁盘挂载情况:
713
```sh
714
fdisk -lu
715
+
716
+Disk /dev/vda: 150 GiB, 161061273600 bytes, 314572800 sectors
717
+Units: sectors of 1 * 512 = 512 bytes
718
+Sector size (logical/physical): 512 bytes / 512 bytes
719
+I/O size (minimum/optimal): 512 bytes / 512 bytes
720
+Disklabel type: dos
721
+Disk identifier: 0xc04c8785
722
723
+Device Boot Start End Sectors Size Id Type
724
+/dev/vda1 * 2048 83886046 83883999 40G 83 Linux
725
```
726
+ 可以看出 /dev/vda 挂载了 150 G
727
728
查看目前文件系统的情况:
729
0 commit comments