Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] migrating disks (from mounts to disklabels
Date: Fri, 19 Nov 2010 01:43:53
Message-Id: 20101119014425.GA32524@waltdnes.org
In Reply to: Re: [gentoo-user] migrating disks (from mounts to disklabels by Dale
1 On Wed, Nov 17, 2010 at 10:20:52PM -0600, Dale wrote
2
3 > This is mine and it worked when I rebooted a bit ago.
4 >
5 > LABEL=boot /boot ext2 noatime 1 2
6 > LABEL=root / reiserfs defaults 0 1
7 > LABEL=swap none swap sw 0 0
8 > LABEL=portage /usr/portage ext3 defaults 0 1
9 > LABEL=home /home reiserfs defaults 1 1
10 > LABEL=data /data reiserfs defaults 0 1
11 >
12 > I use a variety of file systems don't I? lol I hope that helps.
13
14 I have my own weird setup that optimizes disk usage, without LVM. It
15 consists of a 256 *MEGA*byte / partition (ext2fs), some swap, and the
16 rest of the drive is one big reiserfs3 partition mounted as /home.
17 /opt, /var, /usr/, and /tmp physically reside on the big /home
18 partition, but are bindmounted into the / partition.
19
20 Device Boot Start End Blocks Id System
21 /dev/sda1 1 121601 976760001 5 Extended
22 /dev/sda5 1 33 265009+ 83 Linux
23 /dev/sda6 34 1209 9446188+ 82 Linux swap / Solaris
24 /dev/sda7 1210 121601 967048708+ 83 Linux
25
26 /dev/sda5 / ext2 noatime,nodiratime,async 0 1
27 /dev/sda7 /home reiserfs noatime,nodiratime,async,notail 0 1
28 /home/bindmounts/opt /opt auto bind 0 0
29 /home/bindmounts/var /var auto bind 0 0
30 /home/bindmounts/usr /usr auto bind 0 0
31 /home/bindmounts/tmp /tmp auto bind 0 0
32 /dev/sda6 none swap sw 0 0
33
34
35 --
36 Walter Dnes <waltdnes@××××××××.org>

Replies

Subject Author
Re: [gentoo-user] migrating disks (from mounts to disklabels Alan McKinnon <alan.mckinnon@×××××.com>