I am a new user of ubuntu 20.04. I installed and put swap partition in my laptop's (Dell inspiron 7520) original 30 Gb SSD. My main SSD is 480 Gb, ubuntu is in a 100 Gb partition. I made the WHOLE partition as root (/), so I can't have a /home and a /swap partition in the SAME SSD. Is it possible to REPARTITION my ubuntu installation so I can have a /home and (if possible) a /swap partition located in the same disk? Thanks in advance.
Asked
Active
Viewed 531 times
0
free
in Terminal). Ubuntu will prefer a swap partition it finds in /etc/fstab. After creating your new swap partition go to fstab and change the existing swap UUID to suit, (or add a second swap line if you want two swap partitions). – C.S.Cameron Apr 23 '21 at 04:20grep -i swap /etc/fstab
andfree -h
andsudo swapon -s
andsudo blkid
. Start comments to me with @heynnema or I'll miss them. – heynnema Apr 23 '21 at 16:08