Received: with ECARTIS (v1.0.0; list linux-xfs); Sun, 16 Mar 2003 20:34:38 -0800 (PST) Received: from zok.sgi.com (zok.SGI.COM [204.94.215.101]) by oss.sgi.com (8.12.8/8.12.5) with SMTP id h2H4Yaq9002659 for ; Sun, 16 Mar 2003 20:34:36 -0800 Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by zok.sgi.com (8.12.2/8.12.2/linux-outbound_gateway-1.2) with SMTP id h2H4YT9n002468 for ; Sun, 16 Mar 2003 20:34:30 -0800 Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id PAA28604; Mon, 17 Mar 2003 15:33:13 +1100 Received: from frodo.melbourne.sgi.com (root@frodo.melbourne.sgi.com [134.14.55.153]) by wobbly.melbourne.sgi.com (SGI-8.9.3/8.9.3) with ESMTP id PAA51199; Mon, 17 Mar 2003 15:33:13 +1100 (AEDT) Received: from frodo.melbourne.sgi.com (nathans@localhost [127.0.0.1]) by frodo.melbourne.sgi.com (8.12.7/8.12.7/Debian-2) with ESMTP id h2H4UPom000929; Mon, 17 Mar 2003 15:30:25 +1100 Received: (from nathans@localhost) by frodo.melbourne.sgi.com (8.12.7/8.12.7/Debian-2) id h2H4UO4x000927; Mon, 17 Mar 2003 15:30:24 +1100 Date: Mon, 17 Mar 2003 15:30:24 +1100 From: Nathan Scott To: "DICKENS,CARY (HP-Loveland,ex2)" Cc: "'Antonio Ciorri'" , "'linux-xfs@oss.sgi.com'" Subject: Re: Quota enable & disable. Message-ID: <20030317043024.GB855@frodo> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i X-archive-position: 3226 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 979 Lines: 30 hi, On Fri, Mar 14, 2003 at 06:45:28PM -0500, DICKENS,CARY (HP-Loveland,ex2) wrote: > Antonio, > > I'm no expert, but I have been able to turn enforcement on and off without > any problems. I can't remember when it happened, but there were some > changes to the quota system that made it impossible to remount a volume and > turn quotas on. Earlier xfs versions allowed this, the current versions do Enabling quota during remount has never been implemented in XFS. > not. The volume in question must be mounted with quotas enabled and then > you toggle enforcement on and off. *nod* > What mount options do you use? I know that I _might_ want to have quotas on > a file volume I am using, so I mount it with the following quota options: > quota,qnoenforce,grpquota,gqnoenforce Your *noenforce options will be ignored because you have also given the enforce options (quota,grpquota). I think what you intended was just "uqnoenforce,gqnoenforce". cheers. -- Nathan