Module Name:    src
Committed By:   bouyer
Date:           Fri Feb 11 12:58:50 UTC 2011

Modified Files:
        src/share/man/man5 [bouyer-quota2]: fstab.5

Log Message:
Mention the new in-filesystem quota system, and a possible migration path
using repquota -x and quotactl.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.36.4.1 src/share/man/man5/fstab.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/fstab.5
diff -u src/share/man/man5/fstab.5:1.36 src/share/man/man5/fstab.5:1.36.4.1
--- src/share/man/man5/fstab.5:1.36	Sun Jan 11 22:03:56 2009
+++ src/share/man/man5/fstab.5	Fri Feb 11 12:58:50 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fstab.5,v 1.36 2009/01/11 22:03:56 wiz Exp $
+.\"	$NetBSD: fstab.5,v 1.36.4.1 2011/02/11 12:58:50 bouyer Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -183,7 +183,7 @@
 are specified,
 the filesystem is automatically processed by the
 .Xr quotacheck 8
-command, and user and/or group disk quotas are enabled with
+command, and legacy user and/or group disk quotas are enabled with
 .Xr quotaon 8 .
 By default,
 filesystem quotas are maintained in files named
@@ -202,6 +202,23 @@
 userquota=/var/quotas/tmp.user
 .Ed
 .Pp
+It is recommended to turn on the new, in-filesystem quota with
+.Xr tunefs 8
+or at
+.Xr newfs 8
+time, and to not use the
+.Dq userquota
+or
+.Dq groupquota
+options.
+Migration of limits to the new in-filesystem quota can be handled
+by
+.Xr repquota 8
+with option
+.Fl x
+and
+.Xr quotactl 8 .
+.Pp
 The option
 .Dq rump
 is used to mount the file system using a

Reply via email to