Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] new installation (ssd, new udev, grub2)
Date: Mon, 13 Aug 2012 21:42:39
Message-Id: 20120813233839.4ae36e8c@khamul.example.com
In Reply to: Re: [gentoo-user] new installation (ssd, new udev, grub2) by Michael Mol
1 On Mon, 13 Aug 2012 11:55:31 -0400
2 Michael Mol <mikemol@×××××.com> wrote:
3
4 > On Mon, Aug 13, 2012 at 11:47 AM, Alan McKinnon
5 > <alan.mckinnon@×××××.com>wrote:
6 >
7 > > On Mon, 13 Aug 2012 08:17:23 -0400
8 > > Michael Mol <mikemol@×××××.com> wrote:
9 > >
10 > > > On Mon, Aug 13, 2012 at 4:06 AM, Neil Bothwick
11 > > > <neil@××××××××××.uk> wrote:
12 > > >
13 > > > > On Sun, 12 Aug 2012 14:11:37 -0400, Allan Gottlieb wrote:
14 > > > >
15 > > > > > > I have one of those. But I decided to stick with
16 > > > > > > traditional DOS partitioning style and grub instead of GPT
17 > > > > > > and grub2.
18 > > > > >
19 > > > > > I am leaning toward traditional partitioning, but with
20 > > > > > grub2. Do those two not mix well?
21 > > > >
22 > > > > GRUB2 works fine with MBR partition tables. But if you're
23 > > > > starting from scratch, you may as well use GPT and get rid of
24 > > > > the legacy MBR limitations and fragility.
25 > > > >
26 > > >
27 > > > I'm not dissing GPT...but what's fragile about MBR?
28 > >
29 > > it's 30 years old,
30 > > only 4 primary partitions,
31 > > only 16 extended partitions,
32 > > it's got that weird DOS boot flag thing,
33 > > it all has to fit in one sector.
34 > >
35 > > I had to fix a mispartitioned disk over the weekend, this really
36 > > should have been a simple mv-type operation, but because all 4
37 > > primary partitions were in use I had to disable swap and use it as
38 > > a leap-frog area. It felt like I was playing 15 pieces with the
39 > > disk. That's fragile - not that the disk breaks, but that it breaks
40 > > my ability to set the thing up easily.
41 > >
42 > > Basically, mbr was built to cater for the needs of DOS-3. In the
43 > > meantime, 1982 called and they want their last 30 years back.
44 > >
45 > > Just because we can hack workarounds into it to get it to function
46 > > doesn't mean we should continue to use it.
47 > >
48 >
49 > You misunderstand me. I wasn't arguing that GPT wasn't perhaps more
50 > elegant than MBR and dos partitions. I wanted to know what was
51 > _fragile_ about MBR. Completely different things.
52
53 I did answer (somewhat obliquely).
54
55 mbr as a single isolated unit is not especially fragile; very little
56 software is and bits don't magically "rot"
57
58 It's the system into which the sysadmin inserts mbr that is fragile.
59 The whole system is fragile like an egg is fragile - it can't withstand
60 much manhandling or moving of stuff around before some mistake wreaks
61 everything, and that is mostly due to mbr's limits.
62
63 It's not semantic nitpicking here, if the system as a unit becomes
64 fragile as a result of part X, then the system is still fragile.
65
66 --
67 Alan McKinnon
68 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] new installation (ssd, new udev, grub2) "J.Marcos Sitorus" <gkjdsh@×××××.com>