LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Andre Tomt <andre@tomt.net>
To: linux-kernel@vger.kernel.org
Cc: Patrick Ale <patrick.ale@gmail.com>
Subject: Re: pata_sil680 module, udev and changing drive node order
Date: Mon, 22 Jan 2007 08:33:50 +0100 [thread overview]
Message-ID: <45B468DE.7030902@tomt.net> (raw)
In-Reply-To: <8d158e1f0701201623q1519c6e7m334f0c702553b666@mail.gmail.com>
Patrick Ale wrote:
> The drivers load correctly but my drives seem to be in a different
> order all the time, which is not very convinient when your run md
> devices.
md does not rely on device names, it can work on array UUID's too (check
out man mdadm.conf).
> So, my question is: how do I force a fixed order for a module handling
> two PCI cards, or how do I tell udev to always use the same mapping
> for the device nodes in /dev?
To avoid these kinds of pitfalls I usually only specify UUID's for mdadm
to assemble, not device-names. Mount can also work with partition UUID's
if you are not using something like devicemapper or md in between that
has a static device name scheme.
Beware that you may need a fairly modern initramfs/initrd setup to get
all this to work cleanly, especially if the root device is involved.
prev parent reply other threads:[~2007-01-22 8:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-21 0:23 Patrick Ale
2007-01-22 7:33 ` Andre Tomt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45B468DE.7030902@tomt.net \
--to=andre@tomt.net \
--cc=linux-kernel@vger.kernel.org \
--cc=patrick.ale@gmail.com \
--subject='Re: pata_sil680 module, udev and changing drive node order' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).