I notice that the installation automatically reserves some swap space for the new Ubuntu installation, even though there is an existing linux swap partition. This seems wasteful to me so I looked up the UUID for the existing swap space using
suso blkidor by mounting the other linux on /mnt with for example
sudo mount /dev/sda1/ /mntand looking under /mnt/etc/fstab for the UUID for the swap
The replace the swap UUID in /etc/fstab with the existing one.
You can then use GParted to utilize the new swap space for something else.
No comments:
Post a Comment