To all you fine gentlemen and ladies,
I have made a pretty noob mistake and before I break my system, I seek your recommendations.
Problem : OpenSuse Leap 42.1 installed with following mount points. Here is my /etc/fstab…
/dev/sda1 / ext4 acl,user_xattr 1 1
/dev/sda2 swap swap defaults 0 0
/dev/sda4 /boot ext4 acl,user_xattr 1 2
/dev/sda3 /home ext4 acl,user_xattr 1 2
As you can see it is pretty old fashioned and normal. But problem is, all of them are primary partitions. (I should have known better when I uninstalled tumbleweed and got myself Leap 42.1:( )
Now, I would like to install CentOS alongside Leap (as a dual boot). When I use Gparted, it says that my system has ran out of all available primary partitions, and it advises me to get an extended partition first.
Now from the partition table I have posted above, /home is expendable (took backup in my external HDD)
So what I have planned is :
- Remove the /home mount point.
- clear the allocated space to that mount point
- make it an extended partition
- create separate partitions for CentOS
Before I get a live media and start doing things, my questions are
- What the hell am I doing ? is there anything easier ?
- Is it possible to use the swap partition of opensuse as swap for CentOS (that way I can have two more movies on my computer)
- Is it possible to have a single /home directory (maybe I could just create a sym link and direct it there?)
I don’t want to start from scratch