Re: ATA - Trouble mounting secondary master

1999-08-21 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Mike Smith writes: >> So I still stick with my statement that the -current bootblocks/loader >> doesn't have the computrons needed to use the ad device (or any non >> wd/da/fd device for that matter) for anything usefull :) > >The loader is fine; the problem is just

Re: ATA - Trouble mounting secondary master

1999-08-21 Thread Mike Smith
> So I still stick with my statement that the -current bootblocks/loader > doesn't have the computrons needed to use the ad device (or any non > wd/da/fd device for that matter) for anything usefull :) The loader is fine; the problem is just that Poul never finished fixing the mountroot code. A

Re: ATA - Trouble mounting secondary master

1999-08-21 Thread Soren Schmidt
It seems Mike Smith wrote: > > Our boot blocks/loader dont have the needed computrons to use the > > "ad" device name. However I have some patches to boot2 that allows > > to boot off an ad root device, provided you dont use the loader, and > > put the rigth boot string in boot.config. > > This s

Re: ATA - Trouble mounting secondary master

1999-08-13 Thread Mike Smith
> It seems Geoff Rehmet wrote: > > Hmm, > > > > My root device still lands up on "wd0" - even though my fstab has > > the root filesystem on ad0s1a. I haven't looked at getting it to > > use the ad dev entries for the root file system. (I'm assuming that > > is still WIP.) > > Our boot blocks/

RE: ATA - Trouble mounting secondary master

1999-08-11 Thread Geoff Rehmet
From: Kevin Street [mailto:[EMAIL PROTECTED]] > Sent: 12 August 1999 03:10 > To: Soren Schmidt > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: ATA - Trouble mounting secondary master > > > Kevin Street <[EMAIL PROTECTED]> writes: > > S

Re: ATA - Trouble mounting secondary master

1999-08-11 Thread Kevin Street
Kevin Street <[EMAIL PROTECTED]> writes: > Soren Schmidt <[EMAIL PROTECTED]> writes: > > Hmm, damn, after the problem went away for Geoff I thought it to be > > solved since I've never heard of it anywhere else, and I cant reproduce > > it here no matter what I try. > > Does it help eany if you o

Re: ATA - Trouble mounting secondary master

1999-08-11 Thread Kevin Street
Soren Schmidt <[EMAIL PROTECTED]> writes: > It seems Geoff Rehmet wrote: > > Brian McGroarty writes : > > > In using the ATA driver, I'm unable to automatically mount a > > > partition on a master drive on the secondary controller. fsck > > > complains that device rwd2s1e isn't configured and exi

RE: ATA - Trouble mounting secondary master

1999-08-11 Thread Geoff Rehmet
Re: ATA - Trouble mounting secondary master > > > I've just tried and coming in via wd and ad produce the same > problem. > > Note my previous comment - the access light is a steady on for > this particular drive. It's left that way when devices are > probed dur

Re: ATA - Trouble mounting secondary master

1999-08-11 Thread Brian McGroarty
I've just tried and coming in via wd and ad produce the same problem. Note my previous comment - the access light is a steady on for this particular drive. It's left that way when devices are probed during startup. My configuration FWIW - (Note that the devclass_alloc_unit messages are new as o

Re: ATA - Trouble mounting secondary master

1999-08-10 Thread Soren Schmidt
It seems Geoff Rehmet wrote: > Hmm, > > My root device still lands up on "wd0" - even though my fstab has > the root filesystem on ad0s1a. I haven't looked at getting it to > use the ad dev entries for the root file system. (I'm assuming that > is still WIP.) Our boot blocks/loader dont have t

RE: ATA - Trouble mounting secondary master

1999-08-10 Thread Geoff Rehmet
ren Schmidt [mailto:[EMAIL PROTECTED]] > Sent: 11 August 1999 08:53 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: ATA - Trouble mounting secondary master > > > It seems Geoff Rehmet wrote: > > Brian McGroarty

Re: ATA - Trouble mounting secondary master

1999-08-10 Thread Soren Schmidt
It seems Geoff Rehmet wrote: > Brian McGroarty writes : > > In using the ATA driver, I'm unable to automatically mount a > > partition on a master drive on the secondary controller. fsck > > complains that device rwd2s1e isn't configured and exists. > > Immediately mounting by hand works perfectly

Re: ATA - Trouble mounting secondary master

1999-08-10 Thread Geoff Rehmet
Brian McGroarty writes : > In using the ATA driver, I'm unable to automatically mount a > partition on a master drive on the secondary controller. fsck > complains that device rwd2s1e isn't configured and exists. > Immediately mounting by hand works perfectly. > > Compiling the kernel with wd ins

Re: ATA - Trouble mounting secondary master

1999-08-10 Thread Brian McGroarty
Also of interest - I have a seperate access light for each of my drives, as they're in removable bays. I notice the access light for the secondary master remaining on after the kernel driver has done its scanning. The light goes off on this, the failed first access. I believe the light for the p

Re: ATA - Trouble mounting secondary master

1999-08-10 Thread Kevin Street
Brian McGroarty <[EMAIL PROTECTED]> writes: > In using the ATA driver, I'm unable to automatically mount a > partition on a master drive on the secondary controller. fsck > complains that device rwd2s1e isn't configured and exists. > Immediately mounting by hand works perfectly. Nice timing, I w

ATA - Trouble mounting secondary master

1999-08-10 Thread Brian McGroarty
In using the ATA driver, I'm unable to automatically mount a partition on a master drive on the secondary controller. fsck complains that device rwd2s1e isn't configured and exists. Immediately mounting by hand works perfectly. Compiling the kernel with wd instead of ata eliminates the problem.