From owner-freebsd-fs@FreeBSD.ORG Tue Aug 28 02:42:14 2007 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E773C16A418 for ; Tue, 28 Aug 2007 02:42:14 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.ltdomains.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id BCB6413C428 for ; Tue, 28 Aug 2007 02:42:14 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from proton.local (r74-193-81-203.pfvlcmta01.grtntx.tl.dh.suddenlink.net [74.193.81.203]) (authenticated bits=0) by ns.trinitel.com (8.14.1/8.14.1) with ESMTP id l7S2gBE8028790; Mon, 27 Aug 2007 21:42:11 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <46D38B81.4040200@freebsd.org> Date: Mon, 27 Aug 2007 21:42:09 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Juri Mianovich References: <973566.26603.qm@web45611.mail.sp1.yahoo.com> In-Reply-To: <973566.26603.qm@web45611.mail.sp1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Cc: freebsd-fs@freebsd.org Subject: Re: minfree 1 -> 0 -> 1 == death ... PLEASE HELP X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2007 02:42:15 -0000 Juri Mianovich wrote: > Ok, my previous post was too detailed and confusing. > Here it is totally stripped down: > > - FreeBSD 6.1-RELEASE system with 1.8 TB ufs2 > filesystem > > - up and stable for 200+ days _with_ a minfree setting > of _one_ > > - yesterday I did this: tunefs -m 0 /dev/aacd0s1e > > - KABOOM > > - I then decided to cut my losses and put things back > right where they were previously: tunefs -m 1 > /dev/aacd0s1e > > - KABOOM > > > So that's that. I don't care what's happening, I > don't care why, I don't care what: > > - HOW DO I get back the minfree=1 behavior that I had > 24 hours ago ? It worked fine for 200 days with > minfree=1, and I just want to go back there. I did > not use ANY of the space that I gained when I went > from 1->0, so there should not be any issues... but > there are. Regarding the 'KABOOM' part - is that when you mount it? How about RO? Have you fsck'ed the fs at all? Also - please send the output of this command: dumpfs /dev/aacd0s1e | head -n 40 Eric