Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 10 Apr 2003 16:53:56 -0700 (PDT) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.12.9/8.12.9) with ESMTP id h3ANrqFu016159 for ; Thu, 10 Apr 2003 16:53:52 -0700 Received: (from xfs@localhost) by oss.sgi.com (8.12.9/8.12.8/Submit) id h3ANrpWM016157 for linux-xfs@oss.sgi.com; Thu, 10 Apr 2003 16:53:51 -0700 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.12.9/8.12.9) with ESMTP id h3ANrnFw016140 for ; Thu, 10 Apr 2003 16:53:50 -0700 Received: (from apache@localhost) by oss.sgi.com (8.12.9/8.12.8/Submit) id h3AMvxI1015279; Thu, 10 Apr 2003 15:57:59 -0700 Date: Thu, 10 Apr 2003 15:57:59 -0700 Message-Id: <200304102257.h3AMvxI1015279@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 236] XFS on "/" with usrquota: gives "XFS: unknown mount option [usrquota]" X-Bugzilla-Reason: AssignedTo X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) X-archive-position: 3621 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: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 1953 Lines: 49 http://oss.sgi.com/bugzilla/show_bug.cgi?id=236 nathans@sgi.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC|nathans@sgi.com | Severity|normal |enhancement Status|NEW |RESOLVED Priority|Medium |Low Resolution| |LATER ------- Additional Comments From nathans@sgi.com 2003-10-04 15:57 PDT ------- Hello, This is not a bug, it is really a request for engineering. The problem is understood, and is fundamentally that you're trying to remount a filesystem with quota enabled which previously didn't have quota enabled. This is not supported, and it would take a fair amount of effort to implement, which unfortunately isn't going to be done anytime soon (I have a number of more pressing issues to sort through, but would be prepared to assist anyone out there who wanted to try and get this to work...). From xfsprogs/doc/README.quota, on mounting root filesystems with quota: ... o Turning on quotas on the root filesystem is slightly different from the above. In more recent versions of XFS, the quota mount flags must be passed in with the "rootflags=" boot parameter. In older versions of XFS and (quota-tools) quotaon(8) must be used on the root XFS filesystem first; and quotas will be turned on the next time the system is rebooted. ... It has been this way for several months, although only recently have we changed the mount option parsing code to not allow quota options to be passed in (incorrectly) on remount when they were not specified at mount time originally. cheers. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.