Gentoo Archives: gentoo-user

From: Wols Lists <antlists@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] duplicate gentoo system - errors
Date: Wed, 25 Nov 2020 13:56:06
Message-Id: 5FBE626D.1070406@youngman.org.uk
In Reply to: Re: [gentoo-user] duplicate gentoo system - errors by Rich Freeman
1 On 25/11/20 13:31, Rich Freeman wrote:
2 > Now, one area I would use UUIDs is with mdadm if you're not putting
3 > lvm on top. I've seen mdadm arrays get renumbered and that is a mess
4 > if you're directly mounting them without labels or UUIDs.
5
6 Or if you do it properly you don't need UUIDs :-)
7
8 mdadm always USED to number its arrays starting with 0. Now it counts
9 down from 127.
10
11 Worse, if you use numbers, mdadm just changes them as it sees fit. I
12 created my array as md0, next thing I know it's md127.
13
14 It is recommended to use names, so I call it by what it is, so I have
15 things like /dev/md/gentoo, /dev/md/home etc.
16
17 I'm moving to lvm, and will use the same tactic.
18
19 Cheers,
20 Wol

Replies

Subject Author
Re: [gentoo-user] duplicate gentoo system - errors Rich Freeman <rich0@g.o>