2 年前,我双启动了我的 PC,并为 Ubuntu 安装了一个 50gb 的分区。但现在我大部分时间都在使用 Ubuntu。现在我的 Ubuntu 分区中没有剩余空间了。我看了几个教程,阅读了很多博客,但仍然无法扩展我的 Ubuntu 分区大小。我曾尝试在 Ubuntu 中使用 GParted,在 Windows 中使用磁盘管理。但在 Gparted 中,我无法扩展 GParted 的ext4 分区大小
在磁盘管理的情况下,它只显示 Ubuntu 分区的删除和帮助选项。没有扩展选项。 磁盘管理的图像
我在其他驱动器中有很多可用空间,请有人建议我解决方案
free -h
:
total used free shared buff/cache available
Mem: 7.7G 2.8G 761M 1.2G 4.1G 3.4G
Swap: 1.9G 0B 1.9G
grep -i swap /etc/fstab
:
# swap was on /dev/sda8 during installation
UUID=6d6b17ee-13d7-49f9-90aa-6a1118c56698 none swap sw 0 0
sudo blkid | grep -i swap
:
/dev/sda8: UUID="6d6b17ee-13d7-49f9-90aa-6a1118c56698" TYPE="swap" PARTUUID="93bc1965-08"