Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Raid1 & fstab
Date: Mon, 11 Apr 2011 14:00:58
Message-Id: loom.20110411T154440-84@post.gmane.org
1 Hello,
2
3 background
4 I mostly followed these guides to build a raid1
5 workstation using (2) 2T seagate drives:
6 http://www.gentoo.org/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml
7 http://en.gentoo-wiki.com/wiki/Software_RAID_Install
8 http://en.gentoo-wiki.com/wiki/RAID/Software
9
10 Since I'm just using a very simple partion scheme
11 raid 1(boot, swap, /) I decided to forgo LVM, for now.
12 Maybe on the next install, I'll get Dale to coach
13 me on LVM2 ....?
14 ;-)
15
16 Both drives are identical (edited to fit gmane):
17 Disk identifier: 0xab83344a
18 Device Boot Start End Blocks Id System
19 /dev/sda1 * 2048 526335 262144 fd Lraid auto
20 /dev/sda2 526336 10573823 5023744 fd Lraid auto
21 /dev/sda3 573824 3907029167 1948227672 fd Lraid auto
22
23
24 OK so my question is does this fstab look ok, workable? improvements?
25
26 none /proc proc defaults 0 0
27 /dev/cdrom /mnt/cdrom auto noauto,rw,user 0 0
28 shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
29 /dev/sdb1 /usr/local/video2 ext4 defaults 0 1
30 /dev/md1 /boot ext4 noauto,noatime 1 2
31 /dev/md3 / ext4 noatime 0 1
32 /dev/md2 swap swap defaults 0 0
33
34 I did not setup initramfs, as those steps where not
35 part of the guides, but googling I did see many places where
36 initramfs was suggested. thoughts and comments?
37
38 http://en.gentoo-wiki.com/wiki/Initramfs
39
40 It's my first gentoo software raid.....
41 My email is down; so only post to this list!
42
43 hopeful this AM,
44 James

Replies

Subject Author
[gentoo-user] Re: Raid1 & fstab James <wireless@×××××××××××.com>
Re: [gentoo-user] Raid1 & fstab Joost Roeleveld <joost@××××××××.org>
Re: [gentoo-user] Raid1 & fstab Thanasis <thanasis@××××××××××.org>