Gentoo Archives: gentoo-amd64

From: "Boyd Stephen Smith Jr." <bss03@××××××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] /dev/hda1 won't mount from grub
Date: Sat, 11 Mar 2006 02:02:13
Message-Id: 200603101957.57631.bss03@volumehost.net
In Reply to: Re: [gentoo-amd64] /dev/hda1 won't mount from grub by Gavin
1 On Friday 10 March 2006 07:13, "Gavin" <gavin.m.seddon@×××××××××××××.uk>
2 wrote about 'Re: [gentoo-amd64] /dev/hda1 won't mount from grub':
3 > Do you mean to 'touch' everything in /boot? Yes I added 'notail' to the
4 > fstab entry. Should I make /boot ext2?
5
6 Yes, something along the lines of:
7 find /boot -type f -print0 | xargs -0 --no-run-if-empty touch
8
9 If you like reiser'd boot, the notail thing is a minor issue. In fact,
10 adding notail can make reiser faster as the expense of storage space (but
11 you'd loose that storage space to any other filesystem anyway...)
12
13 *I* run ext2/3 on boot because when I installed I didn't know 2 things (1)
14 notail makes grub work or (2) you can tell reiser to use less than 33M for
15 journal. Also, it can make some system recovery easier -- since ext2/3 is
16 the most widely built-in filesystem, among linux kernels.
17
18 --
19 "If there's one thing we've established over the years,
20 it's that the vast majority of our users don't have the slightest
21 clue what's best for them in terms of package stability."
22 -- Gentoo Developer Ciaran McCreesh
23 --
24 gentoo-amd64@g.o mailing list

Replies

Subject Author
[gentoo-amd64] Re: /dev/hda1 won't mount from grub Duncan <1i5t5.duncan@×××.net>
RE: [gentoo-amd64] /dev/hda1 won't mount from grub "José Luis Pedrosa" <jlpedrosa@×××××.com>