From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 25 08:53:05 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9DC216A418 for ; Tue, 25 Sep 2007 08:53:05 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 526C613C457 for ; Tue, 25 Sep 2007 08:53:05 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1388740nfb for ; Tue, 25 Sep 2007 01:53:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=HZzdXbJASjFQYq+nTf7O12ddtz0wvUiDJyBJPaKIx3I=; b=eZY8Liq4H+hkjqz7tbzUsh5jGLwQjhnIEArHZDvYupoQmIQH8BSuT4ta+wEVQCqSRLh124fG/8LvDZwgvjDPIn50QyKZzhnaD4P32jX8a3oWqJak1pw6lae++0fdDhJdCKQ/uq0cR5ww7Ldjd1D+pK3nveNjb7vuhAOTg5MI5C0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=lJOJmhVLw8FnPFOk0ceq7H1D6CcXNgh1/v4k/7aQOSAFpF6LUg9SREljn5jIwxxoAsn1bK8wKuvLpdbZgD3bwTvREZ4MoNhVk0Ht7SB5U4oDuyiCoKCnaD8FSmFYHr9w+g5Xq9gi9eYklBxHW95pC1G/lEqKoaUH9qDA8Jq5kyw= Received: by 10.86.95.20 with SMTP id s20mr4045518fgb.1190710384096; Tue, 25 Sep 2007 01:53:04 -0700 (PDT) Received: from ?192.168.1.185? ( [213.152.137.35]) by mx.google.com with ESMTPS id o11sm12620026fkf.2007.09.25.01.53.02 (version=SSLv3 cipher=RC4-MD5); Tue, 25 Sep 2007 01:53:03 -0700 (PDT) Message-ID: <46F8CC62.903@gmail.com> Date: Tue, 25 Sep 2007 12:52:50 +0400 From: sam User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 References: <200709242330.l8ONU0IT008004@gw.catspoiler.org> <46F8BDAD.4000309@gmail.com> In-Reply-To: <46F8BDAD.4000309@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@FreeBSD.org, Don Lewis Subject: Re: fsck of large volume with small memory X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2007 08:53:06 -0000 sam wrote: > Don Lewis wrote: >> On 24 Sep, sam wrote: >> Expect major file system lossage ... >> I think this patch could be better, but this should get you going ... >> >> > > > UNEXPECTED SOFT UPDATE INCONSISTENCY > LOST 74 DIRECTORIES > > UNEXPECTED SOFT UPDATE INCONSISTENCY > fsck: /dev/aacd0s1f: Segmentation fault: 11 > # > ====================================================== > > /Vladimir Ermakov > > # cat /etc/rc.conf |grep fsck fsck_y_enable="YES" background_fsck="NO" hm, and after system reboot ================================================= # fsck /dev/aacd0s1f ** /dev/aacd0s1f (NO WRITE) ** Last Mounted on /usr ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 438959 files, 3567329 used, 69528964 free (94684 frags, 8679285 blocks, 0.1% fragmentation) # ================================================= my big thx /Vladimir Ermakov