From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 25 07:17:39 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 E371F16A41B for ; Tue, 25 Sep 2007 07:17:39 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.191]) by mx1.freebsd.org (Postfix) with ESMTP id 61B7C13C461 for ; Tue, 25 Sep 2007 07:17:38 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so2297157mue for ; Tue, 25 Sep 2007 00:17:37 -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:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=A3rfKxkNc9My3flhJVm8wF2qWfxAVPAGyErf0xXKRlI=; b=lpDqBKMa5ytA1bZOId9FDhY4Lvflj0mW7VfNb+d4niA0bGgME9+QQ8pqq7372dTDEDnu7Zoydui7jicCzCtfz60bJjFRYyOoQad8ai4RIgzKlgzY6XIctMI6Jqk/S97fpOihE0MbjUJw2lwP0ZvN0X91pXrkCSmp3ZgqPMeIzKY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=oS0xnmOs0JlbXGJMIuGntMOsigqOlJzdy0OcstnMFGOl98HABmT7cjmQI5XzRb2qIbT4L58PsWTj2tbbhJzIAwbBkwReTwMTmmQDKBul4PZkZB2khg3556Fp6rClW5QwNLVhT+P5kagNIR5UtdfVMkdLh4YaAG7RMhea9069bVc= Received: by 10.86.58.3 with SMTP id g3mr5394835fga.1190704657369; Tue, 25 Sep 2007 00:17:37 -0700 (PDT) Received: from ?192.168.1.185? ( [213.152.137.35]) by mx.google.com with ESMTPS id y18sm12406338fkd.2007.09.25.00.17.35 (version=SSLv3 cipher=RC4-MD5); Tue, 25 Sep 2007 00:17:36 -0700 (PDT) Message-ID: <46F8B60A.3080901@gmail.com> Date: Tue, 25 Sep 2007 11:17:30 +0400 From: sam User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Don Lewis References: <200709242330.l8ONU0IT008004@gw.catspoiler.org> In-Reply-To: <200709242330.l8ONU0IT008004@gw.catspoiler.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@FreeBSD.org 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 07:17:40 -0000 Don Lewis wrote: > On 24 Sep, sam wrote: > > >> any solutions ? >> > > The patch below should allow a manual fsck to run to completion. I'd > recommend running "fsck -N" and capturing its output. Then use the clri > # fsck -N fsck: illegal option -- N usage: fsck [-dfnpvy] [-B | -F] [-T fstype:fsoptions] [-t fstype] [special | node] ... /Vladimir Ermakov