Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] fixing fstab
Date: Mon, 14 Nov 2005 21:56:55
Message-Id: yu9k6fac3cd.fsf@nyu.edu
In Reply to: Re: [gentoo-user] fixing fstab by Mark
1 (I prefer bottom posting but am following the prev poster.)
2
3 I looks as though you had /boot on a separate partition from / (in you
4 new install).
5
6 So instead of
7
8 mount /dev/hda3 /mnt/gentoo
9
10 you need
11
12 mount /dev/hdax /mnt/gentoo
13
14 where x is 1 or 2 or whichever partition you used for /.
15
16 HTH,
17 allan
18
19 At Mon, 14 Nov 2005 16:23:41 -0500 Mark <whitetr6@×××××.com> wrote:
20
21 > Well, I thought so too. So I booted to the Universal CD. Then I did
22 > mount /dev/hda3 /mnt/gentoo
23 >
24 > Then I did cd /mnt/gentoo and did a ls
25 >
26 > all I see is boot and lost+found
27 >
28 > Did I make a bigger mess than I thought?
29 >
30 > On 11/14/05, Petteri Räty <petteri.raty@××××××××××.fi> wrote:
31 >> Mark wrote:
32 >> > I made a mistake while creating my fstab on a new install, and I can't
33 >> > boot. If I use my Universal CD to boot up, what command(s) will I have
34 >> > to run to get access to the fstab to fix it? (I'm assuming I have to
35 >> > re-mount & chroot but I don't know specifically what to do). Thanks!
36 >>
37 >> You only need to mount your root partition to /mnt/gentoo and then
38 >> execute nano /mnt/gentoo/etc/fstab -w. You can change nano to another
39 >> editor if you like.
40
41 --
42 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] fixing fstab John Jolet <john@×××××.net>