Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Old IDE drives and the "newer" PATA kernel drivers
Date: Fri, 27 Aug 2010 10:06:34
Message-Id: 201008271206.08994.wonko@wonkology.org
In Reply to: Re: [gentoo-user] Re: Old IDE drives and the "newer" PATA kernel drivers by Dale
1 Dale writes:
2
3 > Hmmm, I use resierfs for my file systems, most of them anyway. I still
4 > use e2fsprogs to change those?
5
6 No, but you can use reiserfstune -l.
7
8 > Is there a way to boot a Gentoo/Knoppix CD and make it use the PATA
9 > drivers? That way I can boot it and see exactly how it will name them
10 > and what drive is what without actually changing anything at all. Is
11 > there a boot option "noide" or some other switch I can use?
12
13 Don't know. But even if so the result is not cecessarily accurate.
14
15 My two SATA drives were sd[ab], but when I added two PATA drives those got
16 these names, and the SATA ones became sa[cd]. But even this changes, with
17 a kernel derived from GRML, the PATA ones were sd[bc], and the SATA ones
18 sd[ad]. Weird, huh? And things become even mor eunpredictable when I have
19 USB drives plugged in during boot. So I also suggest using labels or
20 UUIDs.
21
22 My own method is yet another one. As I have everything on LVM (except for
23 the /boot partitino, which is on an USB stick), my drives are identified
24 by their volume group. /dev/weird is the system drive, /dev/weird2 is the
25 identical backup drive. This way I do not have any /dev/sdX in either
26 fstab or grub.conf. And when the system drive fails, I vgrename wird2 to
27 weird, and then the backup drive will become the system drive.
28
29 Wonko

Replies

Subject Author
Re: [gentoo-user] Re: Old IDE drives and the "newer" PATA kernel drivers Dale <rdalek1967@×××××.com>