Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/bouyer-quota2]: src/share/man/man5 Mention the new in-filesystem quota s...
details: https://anonhg.NetBSD.org/src/rev/8d04526943f4
branches: bouyer-quota2
changeset: 761161:8d04526943f4
user: bouyer <bouyer%NetBSD.org@localhost>
date: Fri Feb 11 12:58:50 2011 +0000
description:
Mention the new in-filesystem quota system, and a possible migration path
using repquota -x and quotactl.
diffstat:
share/man/man5/fstab.5 | 21 +++++++++++++++++++--
1 files changed, 19 insertions(+), 2 deletions(-)
diffs (42 lines):
diff -r 76aeff0affda -r 8d04526943f4 share/man/man5/fstab.5
--- a/share/man/man5/fstab.5 Fri Feb 11 12:50:11 2011 +0000
+++ b/share/man/man5/fstab.5 Fri Feb 11 12:58:50 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index