Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gru2-mkconfig tries to read the extended partition ??
Date: Sun, 26 Jul 2015 14:14:56
Message-Id: 2884541.ApZYa7OOOT@wstn
In Reply to: Re: [gentoo-user] gru2-mkconfig tries to read the extended partition ?? by Neil Bothwick
1 /dev/vg7/opt /opt ext4 relatime,discard 1 2
2 /dev/vg7/atom /mnt/atom ext4 relatime,discard 1 2
3 /dev/vg7/atomresc /mnt/atomresc ext4 relatime,discard 1 2
4 /dev/vg7/tpad /mnt/tpad ext4 relatime,discard 1 2
5 xOn Sunday 26 July 2015 14:08:29 Neil Bothwick wrote:
6 > On Sun, 26 Jul 2015 13:39:13 +0100, Peter Humphrey wrote:
7 > > And this Armari box is five years old or more and still perfectly capable
8 > > since I replaced the disks with SSDs this year.
9 >
10 > That's when I would have changed [away from MBR]
11
12 Actually I did have a bit of a fling with btrfs at that time, but I couldn't
13 understand what the docs were telling me. I must have had a comprehension gap
14 or something, but in the end I just went back to what I knew and reinstalled
15 from backups. The BIOS is still in the MBR era anyway.
16
17 Not wishing to hijack the thread, but out of interest, what would you
18 recommend for this box with its old BIOS, and two SSDs with LVM2 volumes? At
19 present I have this fstab:
20
21 /dev/md1 /boot ext2 relatime,noauto 1 2
22 /dev/md5 / ext4 relatime,discard 1 1
23 /dev/vg7/home /home ext4 relatime,discard 1 2
24 /dev/vg7/common /home/prh/common ext4 relatime,discard 1 3
25 /dev/vg7/boinc /home/prh/boinc ext4 relatime,discard 1 3
26 /dev/vg7/virt /home/prh/.VirtualBox ext4 relatime,discard 1 3
27 /dev/vg7/var /var ext4 relatime,discard 1 2
28 /dev/vg7/portage /usr/portage ext4 relatime,discard 1 3
29 /dev/vg7/packages /usr/portage/packages ext4 relatime,discard 1 2
30 /dev/vg7/distfiles /usr/portage/distfiles ext4 relatime,discard 1 2
31 /dev/vg7/local /usr/local ext4 relatime,discard 1 2
32 /dev/vg7/tmp /tmp ext2 relatime,nosuid,nodev,noexec 1 2
33 /dev/vg7/vartmp /var/tmp/ ext4 relatime,discard,nosuid,nodev 1 2
34
35 I've omitted quite a few other partitions that don't bear on my question.
36 /dev/vg7 is on /dev/md7.
37
38 --
39 Rgds
40 Peter

Replies

Subject Author
Re: [gentoo-user] gru2-mkconfig tries to read the extended partition ?? Neil Bothwick <neil@××××××××××.uk>