From owner-freebsd-bugs@FreeBSD.ORG Sat Nov 28 23:12:08 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 166FC1065672; Sat, 28 Nov 2009 23:12:08 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 06ED48FC08; Sat, 28 Nov 2009 23:12:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nASNC7I8003207; Sat, 28 Nov 2009 23:12:07 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nASNC7DT003203; Sat, 28 Nov 2009 23:12:07 GMT (envelope-from gavin) Date: Sat, 28 Nov 2009 23:12:07 GMT Message-Id: <200911282312.nASNC7DT003203@freefall.freebsd.org> To: kostas_q3a@yahoo.com, gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org, gavin@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: bin/140900: [geom_part] sysinstall(8) problems: "unable to make device node" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 23:12:08 -0000 Old Synopsis: sysinstall(8) problems: "unable to make device node" New Synopsis: [geom_part] sysinstall(8) problems: "unable to make device node" State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Sat Nov 28 23:04:35 UTC 2009 State-Changed-Why: To submitter: This is caused because in some cases, in the past sysinstall created faulty partition tables. Under 7.x and before these were not an issue, but now under 8.x these break things. The following workaround should fix things where you have disks showing this problem (either from the existing OS install, or using the LiveFS CD): dd if=/dev/zero of=/dev/ad0 oseek=1 bs=512 count=1 (replacing /dev/ad0 with whichever disk has the problem). Can you confirm that this fixes things for you please? Responsible-Changed-From-To: freebsd-bugs->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Sat Nov 28 23:04:35 UTC 2009 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=140900