Hi!
I dual boot Kubuntu (sda2) and Win10 (sdf1).
My root partition is too small, so I'd like to merge sda1 into sda2 and have sda1 be the new root. Current drive structure is:
sda 8:0 0 119.2G 0 disk (msdos partition table)
├─sda1 8:1 0 40G 0 part (currently unused)
├─sda2 8:2 0 25G 0 part /
├─sda3 8:3 0 20G 0 part /home
├─sda4 8:4 0 1K 0 part (extended partition)
└─sda5 8:5 0 11G 0 part (general storage space)
My plan:
- boot to USB
- fsarchiver save the root partition
- use gparted to delete sda2
- use gparted to extend sda1 into the space
- fsarchiver restore into sda1
- reboot
Anything dumb about this plan? Better ways to do it?
This would result in sda1 and sda3, 4, 5, but no sda2... is that a problem for any reason?
AFAIK fsarchiver will keep the same uuid for the / partition, which also means grub won't get confused about how to boot... sound correct?
Thanks!
I dual boot Kubuntu (sda2) and Win10 (sdf1).
My root partition is too small, so I'd like to merge sda1 into sda2 and have sda1 be the new root. Current drive structure is:
sda 8:0 0 119.2G 0 disk (msdos partition table)
├─sda1 8:1 0 40G 0 part (currently unused)
├─sda2 8:2 0 25G 0 part /
├─sda3 8:3 0 20G 0 part /home
├─sda4 8:4 0 1K 0 part (extended partition)
└─sda5 8:5 0 11G 0 part (general storage space)
My plan:
- boot to USB
- fsarchiver save the root partition
- use gparted to delete sda2
- use gparted to extend sda1 into the space
- fsarchiver restore into sda1
- reboot
Anything dumb about this plan? Better ways to do it?
This would result in sda1 and sda3, 4, 5, but no sda2... is that a problem for any reason?
AFAIK fsarchiver will keep the same uuid for the / partition, which also means grub won't get confused about how to boot... sound correct?
Thanks!
Comment