diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2013-March/023306.html')
-rw-r--r-- | zarb-ml/mageia-dev/2013-March/023306.html | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-March/023306.html b/zarb-ml/mageia-dev/2013-March/023306.html new file mode 100644 index 000000000..4b4b75f46 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-March/023306.html @@ -0,0 +1,117 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Why is AHCI statically compiled into kernel? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Why%20is%20AHCI%20statically%20compiled%20into%20kernel%3F&In-Reply-To=%3C5136372F.7080107%40mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="023303.html"> + <LINK REL="Next" HREF="023307.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Why is AHCI statically compiled into kernel?</H1> + <B>Thomas Backlund</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Why%20is%20AHCI%20statically%20compiled%20into%20kernel%3F&In-Reply-To=%3C5136372F.7080107%40mageia.org%3E" + TITLE="[Mageia-dev] Why is AHCI statically compiled into kernel?">tmb at mageia.org + </A><BR> + <I>Tue Mar 5 19:19:27 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="023303.html">[Mageia-dev] Why is AHCI statically compiled into kernel? +</A></li> + <LI>Next message: <A HREF="023307.html">[Mageia-dev] Why is AHCI statically compiled into kernel? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#23306">[ date ]</a> + <a href="thread.html#23306">[ thread ]</a> + <a href="subject.html#23306">[ subject ]</a> + <a href="author.html#23306">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>R James skrev 5.3.2013 19:53: +><i> On Tue, Mar 5, 2013 at 11:11 AM, Colin Guthrie <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A> +</I>><i> <mailto:<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>>> wrote: +</I>><i> +</I>><i> Anything that relies on ordering is just broken by design. We need to +</I>><i> handle things gracefully regardless of the order they are detected. This +</I>><i> is why UUIDs are the defacto method for filesystem identification these +</I>><i> days and why in mga4 we'll likely switch to a consistent naming scheme +</I>><i> for networking devices too. +</I>><i> +</I>><i> +</I>><i> Yes, I understand that cryptic-looking UUIDs are the defacto identifiers +</I>><i> but when mdadm reports that /dev/sdf1 has failed in a parity RAID setup, +</I>><i> it will be good if a mere mortal can know which drive to replace. :o) +</I> + +If you follow raid devel list you will soon learn that they dont +recommend trusting the /dev/sd* naming either as it is by +no means static... :) + +depending on your hw, they may for example hange place if you happend +to have a usb disk plugged at boot and so on. + +so the thing to check is for example what disk is mapped as +/dev/disk/by-id/* + + +where you can match on actual disc serial number and so on... +then you can be sure wich disk is failing / has failed... + +-- +Thomas + + + +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="023303.html">[Mageia-dev] Why is AHCI statically compiled into kernel? +</A></li> + <LI>Next message: <A HREF="023307.html">[Mageia-dev] Why is AHCI statically compiled into kernel? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#23306">[ date ]</a> + <a href="thread.html#23306">[ thread ]</a> + <a href="subject.html#23306">[ subject ]</a> + <a href="author.html#23306">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |