Gentoo Archives: gentoo-user

From: Thomas Mueller <mueller6724@×××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] duplicate gentoo system
Date: Wed, 18 Nov 2020 08:00:51
Message-Id: 20201118080045.544C0E09D9@pigeon.gentoo.org
In Reply to: Re: [gentoo-user] duplicate gentoo system by thelma@sys-concept.com
1 from thelma@×××××××××××.com:
2
3 > Manual approach might be confusing and prone to errors.
4 > I will try Gparted as you suggested but I was wondering if it will allow
5 > me to combine/join partitions. On most modern system I think there is:
6 > 1 - boot partiton
7 > 2 - swap if needed
8 > 3 - root partition (where home is as well)
9
10 > My current layout is old one:
11 > dev/sda1 /boot ext2
12 > /dev/sda3 / ext4
13 > /dev/sda2 none swap
14 > /dev/sda4 /home ext4
15
16 > Is it possible with Gparted combine "/" and "home" partitions, or is it
17 > as simple as coping all file from "home" partition to "/" home folder.
18
19 I never used parted or gparted, but prefer to put "home" in a different partition.
20
21 That way, if you mess up or otherwise have to reformat the root partition, home is unaffected.
22
23 Also, you can access the same home partition from more than one OS installation that can read/write the file system, in this case ext2 or ext4.
24
25 Tom