Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750920AbWA2LIE (ORCPT ); Sun, 29 Jan 2006 06:08:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750917AbWA2LIE (ORCPT ); Sun, 29 Jan 2006 06:08:04 -0500 Received: from linux01.gwdg.de ([134.76.13.21]:57784 "EHLO linux01.gwdg.de") by vger.kernel.org with ESMTP id S1750920AbWA2LID (ORCPT ); Sun, 29 Jan 2006 06:08:03 -0500 Date: Sun, 29 Jan 2006 12:07:51 +0100 (MET) From: Jan Engelhardt To: Linux Kernel Mailing List cc: linux-xfs@oss.sgi.com Subject: reinitializing quota on xfs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 954 Lines: 28 Hi, for some strange reason, `quota -v` showed an impossible number in the inodes (files) field, something that resembled 2^64 - n, n={1..100}. I do not know how it happened, but I wanted to reinitialize the quota. Though, how does one do that with XFS? (Since it's different from the vfsv0 quota architecture.) By chance, I could make xfs reinit it using: quotaoff /D touch /D/something umount /D mount /D # impliclty mounts with usrquota,grpquota (options in fstab) but it would have been nicer to have a mount option. Jan Engelhardt -- | Software Engineer and Linux/Unix Network Administrator | Alphagate Systems, http://alphagate.hopto.org/ | jengelh's site, http://jengelh.hopto.org/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/