> On Fri, Nov 19, 1999 at 02:52:13PM -0800, Mike Smith wrote:
> > > > The diagnostic is relatively harmless, but it suggests that /etc/fstab 
> > > > is wrong.
> > > 
> > > Here is fstab line, please point what is wrong?
> > > /dev/da0s4a               /               ufs rw,userquota 1 1
> > 
> > I have no idea; it'd be handy to know what it's trying to mount that's 
> > failing, but I don't recall that in your output.
> 
> It is NOT say, what it tries to mount that failing :-(

That's because it's not actually trying to mount anything.   
vfs_mountroot_try() is being called with a NULL argument, almost 
certainly because your loader is out of date (vfs.root.mountfrom does 
not exist in the environment).

It's possible that there's a problem with the loader that's resulting 
in it not being set; you should instrument 
/sys/boot/common/boot.c:getrootmount() to determine this.  It's also 
possible that it's being called for some other reason; you should look 
at vfs_mountroot() to see what else might be the culprit.

> Here is quote in more wide scope.
> Is it tries to mount root before SCSI devices come up?

No; 22 is EINVAL, wheras you would exepect ENXIO (6) for that case.

> Waiting 2 seconds for SCSI devices to settle
> Creating DISK da0
> Creating DISK da1
> Root mount failed: 22
> Mounting root from ufs:da0s4a

This completes successfully, so everything looks happy.

-- 
\\ Give a man a fish, and you feed him for a day. \\  Mike Smith
\\ Tell him he should learn how to fish himself,  \\  [EMAIL PROTECTED]
\\ and he'll hate you for a lifetime.             \\  [EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to