From owner-freebsd-questions@FreeBSD.ORG Mon Apr 23 17:32:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB56A16A403 for ; Mon, 23 Apr 2007 17:32:08 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from kermit.lizardhill.com (kermit.lizardhill.com [64.69.41.217]) by mx1.freebsd.org (Postfix) with ESMTP id 9B2A113C45B for ; Mon, 23 Apr 2007 17:32:08 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from ip72-193-85-114.lv.lv.cox.net ([72.193.85.114] helo=mickey) by kermit.lizardhill.com with esmtpa (Exim 4.66) (envelope-from ) id 1Hg2OR-000J2Y-9u for freebsd-questions@freebsd.org; Mon, 23 Apr 2007 10:32:03 -0700 From: "Don O'Neil" To: Date: Mon, 23 Apr 2007 10:31:57 -0700 Message-ID: <01a201c785cd$4aea2fc0$0300020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-Index: AceFzUq8h4eq9UedSOOxfIsWJ5kBog== Subject: Problem with Quotacheck after crash 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: Mon, 23 Apr 2007 17:32:08 -0000 This question is related to my recent question about not being able to delete files after a disk crash... I solved that problem with the chflags (the no-delete flag was set!).. Thanks for all who suggested it. Now that I've deleted the files, I thought this problem would go away, but its not: quotacheck: /home/quota.user: seek failed: Invalid argument THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY: /dev/twed0s1d (/home) I've run an fsck on the volume from single user mode, after deleting the files, and it was clean, but I still get this error. I deleted the quota.user & quota.group files because they were corrupted when the crash happened. I'm at a loss as to what to do next, any suggestions?