From owner-freebsd-questions@FreeBSD.ORG Sun Jan 2 10:19:33 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31F29106566C for ; Sun, 2 Jan 2011 10:19:33 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id B6BEE8FC1D for ; Sun, 2 Jan 2011 10:19:32 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 9EF18E60EA; Sun, 2 Jan 2011 10:19:31 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=MSUYsCFIxiZG zT55iKK0h4HQpAk=; b=gLnfHt8VT3MY2zrPHA+3VcQmmN8H3iI767YlVQmurd6r fXIYKUShbDmlcyxZBon2wlxmfF6LtyGV+sZNZe4yb1XAJor0izgysibPhon9EQBb sqnb+xo0T7So518UGHrZoBo2W67mq73xe9MgoilgIYU8qb3M5laAXnR3QzR5qEU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=syZqDG GV73kUso1m6hIhLpjQDIKZ4dsMb34puTWKCVPuUMdXmeluQa5jn665I3l+GobMfi Y8ATNQ96hDGHgxNxJaqYC0HpJ5Ka4m9wXYSdg23empxXYJVDrn7B8AMF1DThkKq7 HI5rGqNAhNBhoO9gh1h8TnyT70bf+Qu/k24UU= Received: from unknown (client-86-27-23-77.glfd.adsl.virginmedia.com [86.27.23.77]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 57262E60D3; Sun, 2 Jan 2011 10:19:31 +0000 (GMT) Date: Sun, 2 Jan 2011 10:19:28 +0000 From: Bruce Cran To: Michael Powell Message-ID: <20110102101928.000060ce@unknown> In-Reply-To: References: <20110101033922.BBE051065783@hub.freebsd.org> <20110102130224.O49334@sola.nimnet.asn.au> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: a new hard-drive in a 2y/o laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2011 10:19:33 -0000 On Sun, 02 Jan 2011 01:39:13 -0500 Michael Powell wrote: > "Unable to find device node for /dev/ad4s1b in /dev! The creation of > filesystems will be aborted." Then pressing "OK" brings this: > "Couldn't make filesystems properly. Aborting." > > This from sysinstall and occurs after fdisk, labeling, at the point > when sysinstall then tries to write out the config to the disk and > newfs. This can happen if you've had it partitioned using GPT at some point - in that case you need to use dd to zero the first _and_ last sectors of the disk. -- Bruce Cran