linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* is automount affecting root device? huh?
@ 2004-07-01 12:08 Tom Oehser
  2004-07-01 12:39 ` Brad Campbell
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Oehser @ 2004-07-01 12:08 UTC (permalink / raw)
  To: linux-raid


Hi-

I have 2 raid-5 arrays, one is md software raid running on a Highpoint
1540, the other one is a Mylex Acceleraid-250 hardware scsi raid card.

Lilo is working fine to boot from the Mylex.  But, if I have the md on
the Highpoint autodetected, and if it doesn't have a /etc/fstab entry,
it seems to screw up the kernel's root device!?!

That is, if LILO has:

boot = /dev/rd/c0d0
disk = /dev/rd/c0d0
BIOS = 0x80
image = /2.6.7b
  label = 2.6.7b2
  append = "nmi_watchdog=2 reboot=cold parport=0x378,7"
  read-only
  root = /dev/rd/c0d0p1

and there is no:

# /dev/md1        /mnt/md1      ext3      defaults        0 0

line, it fails when it tries to mount the root filesystem.

BUT, if I add either:

 raid=noautomount

_or_

 the fstab line that mounts it on /mnt/md1

it seems to work fine...

Is the mount code ignoring the "root = /dev/rd/c0d0p1", seeing the
autodetected raid, and deciding to magically mount it as root...?

-Tom


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

end of thread, other threads:[~2004-07-01 12:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-01 12:08 is automount affecting root device? huh? Tom Oehser
2004-07-01 12:39 ` Brad Campbell
2004-07-01 12:50   ` Tom Oehser

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