Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 1998 16:10:34 -0800 (PST)
From:      Michael Smith <msmith@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern vfs_conf.c
Message-ID:  <199803110010.QAA06565@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      1998/03/10 16:10:33 PST

  Modified files:
    sys/kern             vfs_conf.c 
  Log:
  If the root mount fails from a device that is not the compatability slice
  of a disk, because that slice does not exist, try again mounting from the
  compatability slice.
  
  This handles the case where a disk has been initialised by 'disklabel
  auto', which places a bogus and invalid slice entry on the disk.
  The bootstrap is not smart enough to reject this slice, and pretends to
  boot from it.  Believing the the bootstrap at this point is unwise.
  
  Booting from non-'wd' disks thus prepared is still broken, as
  'disklabel -rwB xdN auto' does not initialise the disk type field, and
  the bootstrap mistakenly claims that the disk is handled by 'wd'.
  
  Behaviour is now consistent with DEVFS expected characteristics.
  
  Revision  Changes    Path
  1.22      +13 -1     src/sys/kern/vfs_conf.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803110010.QAA06565>