Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: recovery of fstab
Date: Wed, 12 Dec 2012 02:32:10
Message-Id: loom.20121212T032310-620@post.gmane.org
In Reply to: Re: [gentoo-user] recovery of fstab by Bruce Hill
1 Bruce Hill <daddy <at> happypenguincomputers.com> writes:
2
3
4 > Start by issuing "blkid" to determine what partitions are there. If you use -L
5 > with mkfs.<whatever> then you should have a label, such as this:
6
7 > peter ~ # blkid
8 > /dev/sda1: LABEL="root" UUID="73362905-79dc-4512-9518-4c040963f80e" TYPE="xfs"
9
10 I used parted -l
11
12
13 > mount /dev/≤old /> /mnt/gentoo
14 > mount /dev/sda2 /mnt/gentoo/boot
15
16 I got it mounted now:
17
18 /dev/sda2 208820 80584 128236 39% /mnt/gentoo/boot
19 /dev/sda3 61438696 51276944 10161752 84% /mnt/gentoo/new
20
21 thx
22 James