How to change partitioning - may involve conversion of a partition from primary to extended
- by george_k
I am having trouble thinking through how I can achieve my partitioning goals.
Now my partitions are:
sda1 (winA) (primary)
sda2 (winB) (primary)
sda3 (/ for ubuntu) (primary)
What I want to migrate into is (obviously partition numbers need not be exactly like that)
sda1 (winA) (primary)
sda2 (winB) (primary)
sda3 (/boot) (primary)
sda4 -…