From owner-freebsd-questions@FreeBSD.ORG Sat Dec 27 05:10:14 2008 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 82A7B1065674 for ; Sat, 27 Dec 2008 05:10:14 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id 55A678FC14 for ; Sat, 27 Dec 2008 05:10:14 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so6070159wfg.7 for ; Fri, 26 Dec 2008 21:10:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=ELK4EcLeQXUYuLI09yrygsqY/V46zKn7jZxPGl7QPlI=; b=uQRGoFxD1TylUPDIV4P4EC3QUDY3DrVSt9sMP8VMowZYVoOFmPET2VxwDV77RUCRbc zlp/basNp+MoFbT7hPg9RZtwCa0GVRRALIYwOVSOGg1L82/pHDIXhK7J14gwpH6SI4A9 mZEZkN/fjEKTOK0C3GRVyfOBcSU3eFBCFEerA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=GbE1Cosr8XpQsl1NjhWnqI2yPB4Ylh3Cp1QwUu/8TUpCSHCYvYAplJ/dk/gkLWgKsd rNIZG+v98bzNubxL3IRPD29+v5PqKUjkV7JijS+K3aFsmjbxpwWY16TFU6Ox75mOrtxu xWn9AFu7z9e8yq+fquufUaf24yAj1n7A35kQg= Received: by 10.142.185.21 with SMTP id i21mr4712562wff.220.1230354614034; Fri, 26 Dec 2008 21:10:14 -0800 (PST) Received: from ?192.168.4.20? (c-76-113-34-1.hsd1.nm.comcast.net [76.113.34.1]) by mx.google.com with ESMTPS id 32sm36615748wfa.40.2008.12.26.21.10.11 (version=SSLv3 cipher=RC4-MD5); Fri, 26 Dec 2008 21:10:12 -0800 (PST) Message-ID: <4955B8B2.2080304@gmail.com> Date: Fri, 26 Dec 2008 22:10:10 -0700 From: Tim Judd User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: reese@adeptscience.com References: <49552461.25264.5D35D1@localhost> In-Reply-To: <49552461.25264.5D35D1@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: strange fsck results 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: Sat, 27 Dec 2008 05:10:14 -0000 reese@adeptscience.com wrote: > I am running FreeBSD 6.3 as a VMware virtual server and am getting some > strange results when I run fsck. When I run it in multi-user mode I get > quite a few UNREF FILE errors but when I switch to single user mode > fsck does not find any errors. Is this something I need to worry about > and if it is how might I try to get fsck to repair them? > > > TIA > Charlie Reese > It may be a issue that fsck preening won't fix. A forceful repair might be required. see the fsck manpage. A forceful repair may cause more damage than help, which is part of the reason the multiboot process just preens it. Good luck.