From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 21 20:10:02 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8EF02F1 for ; Fri, 21 Mar 2014 20:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6103C63 for ; Fri, 21 Mar 2014 20:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2LKA2U8067571 for ; Fri, 21 Mar 2014 20:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2LKA2vM067570; Fri, 21 Mar 2014 20:10:02 GMT (envelope-from gnats) Date: Fri, 21 Mar 2014 20:10:02 GMT Message-Id: <201403212010.s2LKA2vM067570@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Lowell Gilbert Subject: Re: misc/187825: /dev empty after installation from pen-drive X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Lowell Gilbert List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 20:10:02 -0000 The following reply was made to PR misc/187825; it has been noted by GNATS. From: Lowell Gilbert To: Jose Assumpcao Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/187825: /dev empty after installation from pen-drive Date: Fri, 21 Mar 2014 16:04:37 -0400 Jose Assumpcao writes: > After the installation from the pen-drive the disk is not found. Please see report 187677. > > Booting from the pen-drive and using mount, I saw that the hard-disk's /dev is empty. > > I realized that it would be the reason for the 187677 report problem. No, /dev is populated dynamically, so it being empty on the hard disk is normal.