From owner-freebsd-current@FreeBSD.ORG Thu Nov 8 05:07:16 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85D5916A46E for ; Thu, 8 Nov 2007 05:07:16 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id EF91313C4D1 for ; Thu, 8 Nov 2007 05:07:15 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so64071waf for ; Wed, 07 Nov 2007 21:07:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=c8q49AD/U0lQTmjF8Dkk6OwUd/hrgnkhqeAHeDm60OY=; b=ZOfdK3fLhvqbNRaB3jZpMkV5zZVmc9dU4Xytc+ypAf2BgucgoXP7DA+ATXA3mzBkPKbwUZr6Vu4+0DV11d3Nxs9iKd+xCj3OJj2D8Jtu47pll+CIyK78zopaKa9XYjIQT12rSNn8LUXRMHKif9bnMHD/wY6bV1wns8mDGBSOkDM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CdeYklm3J8XntaIWwAa8SVn+jw5O5n9d4UsSou+9eS3cgBscIwVoYgHv3M37M3MTVc8vHyUvna3kfo6FID+tGQr1jB/MlRkg92rIc5UtwfTWvmyyHaG3Hx04FQ8CDepGz1ujTgpMZGX5n/xS245+jER6ogPKKtuoTdWcyTogh28= Received: by 10.114.25.3 with SMTP id 3mr175201way.1194498425172; Wed, 07 Nov 2007 21:07:05 -0800 (PST) Received: by 10.114.13.15 with HTTP; Wed, 7 Nov 2007 21:07:05 -0800 (PST) Message-ID: Date: Wed, 7 Nov 2007 21:07:05 -0800 From: "Kip Macy" To: d@delphij.net In-Reply-To: <473298F2.1000802@delphij.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <473298F2.1000802@delphij.net> Cc: FreeBSD Current Subject: Re: panic if / has no /dev - known issue? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 05:07:16 -0000 On Nov 7, 2007 9:04 PM, LI Xin wrote: > Hi, > > I think this is annoying. If you create a filesystem without /dev then > kernel will panic on boot if it is used as /. Is this a known issue > (feature?)? > I've encountered it before - but in the past it would just hang. A panic is preferable. -Kip