From owner-freebsd-fs@FreeBSD.ORG Sat Feb 4 03:50:10 2012 Return-Path: Delivered-To: freebsd-fs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73C791065678 for ; Sat, 4 Feb 2012 03:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3CA4C8FC0C for ; Sat, 4 Feb 2012 03:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q143oA6Z086986 for ; Sat, 4 Feb 2012 03:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q143oAw4086985; Sat, 4 Feb 2012 03:50:10 GMT (envelope-from gnats) Date: Sat, 4 Feb 2012 03:50:10 GMT Message-Id: <201202040350.q143oAw4086985@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org From: Yar Tikhiy Cc: Subject: Re: bin/145309: bsdlabel: Editing disk label invalidates the whole device X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yar Tikhiy List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 03:50:10 -0000 The following reply was made to PR bin/145309; it has been noted by GNATS. From: Yar Tikhiy To: bug-followup@freebsd.org Cc: Subject: Re: bin/145309: bsdlabel: Editing disk label invalidates the whole device Date: Sat, 4 Feb 2012 14:17:15 +1100 Hi there, Sorry but FreeBSD 9.0-RELEASE still appears to have this issue. When installed using BSD label partitioning scheme, a modification to ada0's label seems to nuke the kernel's view of the disk -- I can't think of a better way to explain it. The disk itself is OK and the change makes it OK to the disk but the kernel can no more use the root partition until rebooted, returning weird errnos such as EIO or EXIO. No idea here if the bug is limited to BSD label scheme. Cheers, Yar