最近学习 ASOP,发现 Ubuntu 空间不够用,通过如下操作,完成分区空间扩展。
扩展后:
1.在 vmware 中选择虚拟机设置,输入你想扩展到的大小,最后点击”应用”。
2.安装 gparted 分区管理软件apt-get install gparted
3.打开软件,将 extend 分区删掉,不删的话无法重置 sda1 主分区大小
4.重置 sda1 的大小。点击 箭头调转大小,然后点击“调整”
再次将新建一个一个 extend 分区, 然后在 extend 分区下在建一个 swap 分区
点击上方绿色的对号保存即可
通过上述 6 步操作,新增的空间将到 sda1 中;如果方块有灰色块,如下图,表示有未分配空间。
需要执行如下操作:sudo resize2fs /dev/sda1
即可,完成空间扩展操作See the man page for resize2fs (which is the command-line tool gparted will use to grow an ext2, ext3, and ext4 filesystem) for more details about resizing those filesystems.
https://unix.stackexchange.com/questions/289099/how-to-grow-filesystem-to-use-unallocated-space-in-partition