我将这台机器的 VMWare 上的硬盘扩展至 80GB,安装了 GParted 并扩展了分区。
但磁盘分析器仍然显示 100% 使用率。
当我运行时fdisk -l
输出是:
Disk /dev/sda: 80 GiB, 85899345920 bytes, 167772160 sectors
Disk model: VMware Virtual S
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 6FD5C76D-348F-4810-A0CC-AFD4737E7BA3
Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 1054719 1050624 513M EFI System
/dev/sda3 1054720 167770111 166715392 79.5G Linux filesystem
我运行 cfdisk 并选择 /dev/sda3,然后调整大小,然后写入,但磁盘分析器仍然显示 100% 使用率。还尝试了其他一些解决方案。感觉我错过了一些明显的东西。 cdisk 中的分区看起来都很好
它似乎正在识别额外的空间,但由于某种原因它没有将其与根目录关联。我已经重新启动多次并运行
sudo resize2fs /dev/sda3
编辑: df 的输出
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 398320 1664 396656 1% /run
/dev/sda3 81861440 12302772 66003776 16% /
tmpfs 1991592 0 1991592 0% /dev/shm
tmpfs 5120 4 5116 1% /run/lock
/dev/sda2 524252 5364 518888 2% /boot/efi
tmpfs 398316 124 398192 1% /run/user/1000