From owner-freebsd-current@FreeBSD.ORG Mon Sep 21 21:49:51 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88D18106566C for ; Mon, 21 Sep 2009 21:49:51 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.freebsd.org (Postfix) with ESMTP id 64B418FC17 for ; Mon, 21 Sep 2009 21:49:51 +0000 (UTC) X-Ambrisko-Me: Yes Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by ironport.ambrisko.com with ESMTP; 21 Sep 2009 14:22:42 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.14.3/8.14.1) with ESMTP id n8LLLTrE092183 for ; Mon, 21 Sep 2009 14:21:29 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.14.3/8.14.3/Submit) id n8LLLTHC092182 for freebsd-current@freebsd.org; Mon, 21 Sep 2009 14:21:29 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200909212121.n8LLLTHC092182@ambrisko.com> To: freebsd-current@freebsd.org Date: Mon, 21 Sep 2009 14:21:29 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Subject: growfs on ufs2, anyone willing to work on it? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2009 21:49:51 -0000 Hi folks, We have a situation at work in which we'd like to run growfs on ufs2. It works great on ufs1. My sanity check for growfs on ufs2 is tunefs -n disable fsck -y growfs -y fsck -y tunefs -n enable This works fine when the initial file-system is ufs1 ie (newfs -O 1) but doesn't work so well with ufs2. I turned off soft-updates just to make it simplier. When the 2nd fsck runs after growfs it has lots of issues with the file-system. I can easily repro. this. If anyone is interested in working on this problem please let me know. Funding might be arranged. FWIW, I'm running FreeBSD 7.2. Please cc me in replies since I'm back-logged in my FreeBSD email. Thanks, Doug A.