From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 28 08:10:20 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A36D816A41C for ; Tue, 28 Jun 2005 08:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CBE543D5D for ; Tue, 28 Jun 2005 08:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5S8AKLi052422 for ; Tue, 28 Jun 2005 08:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5S8AJhl052421; Tue, 28 Jun 2005 08:10:19 GMT (envelope-from gnats) Date: Tue, 28 Jun 2005 08:10:19 GMT Message-Id: <200506280810.j5S8AJhl052421@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "David D.W. Downey" Cc: Subject: Re: bin/82720: <[patch] Incorrect help output from growfs.c and mkfs.c> X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "David D.W. Downey" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 08:10:20 -0000 The following reply was made to PR bin/82720; it has been noted by GNATS. From: "David D.W. Downey" To: Cc: Subject: Re: bin/82720: <[patch] Incorrect help output from growfs.c and mkfs.c> Date: Tue, 28 Jun 2005 04:02:27 -0400 For the record, My rationale behind setting the Priority to serious is that if you do not know about fsck_ffs (which can be expected since the default and most known tool is fsck) then you will run into the issue of not knowing what to do to repair the broken system. Case in point, I ran into this problem when a -CURRENT system was unable to repair the default superblock. It kept spitting out FREE BLOK COUNT(S) WRONG IN SUPERBLOCK. SALVAGE? [no]. Needless to say I spent probably 45 minutes digging through the man pages such as fsck, bread, sbread, sbwrite, several lib pages, et cetera trying to figure out how to find info about the next superblock in order to fix the situation. Now I'm just one person. Think of the affect on say just 5,000 people worldwide with this issue, finally finding newfs only to find out the information it gives is incorrect. Now add in the fact there's no mention of fsck_ffs which _is_ the right tool to fix the SB using the SB info spit out by newfs. There's no logical connection to the correct tool, leaving people stranded. Small item, this patch, but big help for administrative flow and repair. -- David D.W. Downey