From owner-freebsd-questions@FreeBSD.ORG Fri Jan 15 20:32:21 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47837106566C for ; Fri, 15 Jan 2010 20:32:21 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f183.google.com (mail-px0-f183.google.com [209.85.216.183]) by mx1.freebsd.org (Postfix) with ESMTP id 1C9AA8FC1C for ; Fri, 15 Jan 2010 20:32:20 +0000 (UTC) Received: by pxi13 with SMTP id 13so739478pxi.3 for ; Fri, 15 Jan 2010 12:32:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=uOu5hL4kgLeRxeNIjlHb5QtPsSgcb8PMzE/i4aJA1IY=; b=B91kIg4Ai+e/rF5bHbHU+1rGnL0RkrGtgGoB0S8wGL+Zz9ZmhHilng37T5Bl6csyL1 ee5HTDc6TrLwqEObDW8X1kRhwEBFFOdFiJ5WsJSwhbwwnW4zAcQO6vwjrPX//4g9Kr/u bMR2xL+W7wMaXS4x2A5C8KjeoIYKAWQY8+2QA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=H0yRw8mtnEA+kOu/Bx/DjoP1hFAYKMvyu9h2BQiIlMR72fHoGQ/CyNYdxmRc2o/IIM /JvoZ+mIO1utJ41CONucY1H2qXk5x/2XDe6/hRLkwXZKcz8aFJvOgH18YuNkcSMuyAdR nt43LngKTbWi7RUy/gMDe+7qMMw5Kuw6vejPw= MIME-Version: 1.0 Received: by 10.143.25.19 with SMTP id c19mr2000878wfj.87.1263587535098; Fri, 15 Jan 2010 12:32:15 -0800 (PST) In-Reply-To: <757579.431.qm@web52107.mail.re2.yahoo.com> References: <757579.431.qm@web52107.mail.re2.yahoo.com> Date: Fri, 15 Jan 2010 14:32:14 -0600 Message-ID: <6201873e1001151232i7fb91186u7929b3b02d305fd6@mail.gmail.com> From: Adam Vande More To: gahn Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd general questions Subject: Re: fsck failed to sync inodes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2010 20:32:21 -0000 On Fri, Jan 15, 2010 at 2:27 PM, gahn wrote: > Hi gurus: > > I booted the system into single user mode and tried to clean up one of my > corrupted file system: > > fsck -y /dev/ad1s1f > > but in the end, the file system is still dirty. anything else I can do to > salvage the data? > > Thanks in Advance > > Run it again, fsck can require multiple runs to fix the issues. -- Adam Vande More