Deleted Added
full compact
quotacheck.8 (205076) quotacheck.8 (207736)
1.\" Copyright (c) 1983, 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Robert Elz at The University of Melbourne.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 15 unchanged lines hidden (view full) ---

24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)quotacheck.8 8.1 (Berkeley) 6/5/93
1.\" Copyright (c) 1983, 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Robert Elz at The University of Melbourne.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 15 unchanged lines hidden (view full) ---

24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)quotacheck.8 8.1 (Berkeley) 6/5/93
32.\" $FreeBSD: head/sbin/quotacheck/quotacheck.8 205076 2010-03-12 10:01:06Z uqs $
32.\" $FreeBSD: head/sbin/quotacheck/quotacheck.8 207736 2010-05-07 00:41:12Z mckusick $
33.\"
34.Dd January 25, 2007
35.Dt QUOTACHECK 8
36.Os
37.Sh NAME
38.Nm quotacheck
39.Nd file system quota consistency checker
40.Sh SYNOPSIS
41.Nm
42.Op Fl guv
33.\"
34.Dd January 25, 2007
35.Dt QUOTACHECK 8
36.Os
37.Sh NAME
38.Nm quotacheck
39.Nd file system quota consistency checker
40.Sh SYNOPSIS
41.Nm
42.Op Fl guv
43.Op Fl c Ar 32 | 64
43.Op Fl l Ar maxrun
44.Fl a
45.Nm
46.Op Fl guv
44.Op Fl l Ar maxrun
45.Fl a
46.Nm
47.Op Fl guv
48.Op Fl c Ar 32 | 64
47.Ar filesystem ...
48.Sh DESCRIPTION
49The
50.Nm
51utility examines each file system,
52builds a table of current disk usage,
53and compares this table against that recorded
54in the disk quota file for the file system.

--- 9 unchanged lines hidden (view full) ---

64If supplied in place of any file system names,
65.Nm
66will check all the file systems indicated in
67.Pa /etc/fstab
68to be read-write with disk quotas.
69By default only the types of quotas listed in
70.Pa /etc/fstab
71are checked.
49.Ar filesystem ...
50.Sh DESCRIPTION
51The
52.Nm
53utility examines each file system,
54builds a table of current disk usage,
55and compares this table against that recorded
56in the disk quota file for the file system.

--- 9 unchanged lines hidden (view full) ---

66If supplied in place of any file system names,
67.Nm
68will check all the file systems indicated in
69.Pa /etc/fstab
70to be read-write with disk quotas.
71By default only the types of quotas listed in
72.Pa /etc/fstab
73are checked.
74.It Fl c Ar 32 | 64
75Before performing its checks,
76.Nm
77will convert the quota file to the specified word size.
78A conversion size of 64 is given to request conversion to
79the new 64-bit quota file format.
80A conversion size of 32 is given to request conversion back to
81the old 32-bit quota file format.
82The original quota file is left unchanged and moved aside with an
83underscore and its format size plus a
84.Pa .orig
85extension added to its name.
86Thus, the original 32-bit
87.Pa quota.user
88quota file converted to the 64-bit format quota file will be renamed to
89.Pa quota.user_32.orig .
72.It Fl g
73Only group quotas listed in
74.Pa /etc/fstab
75are to be checked.
76.It Fl l Ar maxrun
77Specifies the maximum number of concurrent file systems
78to check in parallel.
79If this option is omitted, or if

--- 106 unchanged lines hidden ---
90.It Fl g
91Only group quotas listed in
92.Pa /etc/fstab
93are to be checked.
94.It Fl l Ar maxrun
95Specifies the maximum number of concurrent file systems
96to check in parallel.
97If this option is omitted, or if

--- 106 unchanged lines hidden ---