linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* mount-by-label finds drive not array ????
@ 2004-07-01 11:41 Tom Oehser
  2004-07-06 15:55 ` Evan Felix
  2004-07-22 16:33 ` robin-lists
  0 siblings, 2 replies; 6+ messages in thread
From: Tom Oehser @ 2004-07-01 11:41 UTC (permalink / raw)
  To: linux-raid


Hi,

I'm accustomed to doing something like:

LABEL=tomsvol2  /mnt/foo   ext3      defaults        0 2

But if I do that on my raid-5 md arrays, it tries to mount
disk 1 of the 4 disks that make up the array!  Apparently,
the first stripe has enough of the filesystem that it must
be thinking that is what to mount!  Even with type "FD"!!!

So, with an array /dev/md0 made of hda1 hdb1 hdc1 hdd1, I
am having to do a literal:

/dev/md0        /mnt/bar      ext3      defaults        0 4

Since if I do it by "LABEL=", it tries to mount hda1, not md0!

Is this just a known/accepted brain-deadness of the mount code?

-Tom


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-07-22 18:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-01 11:41 mount-by-label finds drive not array ???? Tom Oehser
2004-07-06 15:55 ` Evan Felix
2004-07-22 16:33 ` robin-lists
2004-07-22 17:54   ` Luca Berra
2004-07-22 18:46     ` robin-lists
2004-07-22 17:56   ` TJ Harrell

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).