From owner-freebsd-hackers Sat Jan 11 12:16:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA03460 for hackers-outgoing; Sat, 11 Jan 1997 12:16:28 -0800 (PST) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id MAA03455 for ; Sat, 11 Jan 1997 12:16:26 -0800 (PST) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.4/8.8.4) with SMTP id PAA00384; Sat, 11 Jan 1997 15:15:49 -0500 (EST) Date: Sat, 11 Jan 1997 15:15:47 -0500 (EST) From: John Fieber To: Joerg Wunsch cc: hackers@FreeBSD.ORG Subject: Re: Mounting devfs on /dev In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 11 Jan 1997, J Wunsch wrote: > As John Fieber wrote: > > > I'm running RELENG_2_2 and after twiddling the sound driver to do > > the Right Thing for defs (which I'll submit for review), I'd like > > to try running devfs as /dev. > > > > Soooo, what is the current wizdom on how/when to mount it? > > options DEVFS_ROOT > > This will pass -r to init(8), which in turn causes it to mount DEVFS. So far so good. Now, what does: panic: ffs_mountroot: can't set up bdevvp for root mean? Thanks, -john