~ubuntu-branches/ubuntu/utopic/xfsprogs/utopic-proposed

« back to all changes in this revision

Viewing changes to man/man8/xfs_repair.8

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Scott
  • Date: 2009-05-06 11:29:18 UTC
  • mfrom: (8.1.1 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090506112918-uzoyzcp90rtr8td7
Tags: 3.0.2
New bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
should not modify the filesystem but should only scan the
92
92
filesystem and indicate what repairs would have been made.
93
93
.TP
 
94
.B \-P
 
95
Disable prefetching of inode and directory blocks. Use this option if
 
96
you find
 
97
.B xfs_repair
 
98
gets stuck and stops proceeding. Interrupting a stuck
 
99
.B xfs_repair
 
100
is safe.
 
101
.TP
94
102
.BI \-m " maxmem"
95
103
Specifies the approximate maximum amount of memory, in megabytes, to use for
96
104
.BR xfs_repair .
138
146
This creates additional processing threads to parallel process
139
147
AGs that span multiple concat units. This can significantly
140
148
reduce repair times on concat based filesystems.
 
149
.TP
 
150
.BI force_geometry
 
151
Check the filesystem even if geometry information could not be validated.
 
152
Geometry information can not be validated if only a single allocation
 
153
group and exist and thus we do not have a backup superblock available, or
 
154
if there are two allocation groups and the two superblocks do not
 
155
agree on the filesystem geometry.  Only use this option if you validated
 
156
the geometry yourself and know what you are doing.  If In doubt run
 
157
in no modify mode first.
141
158
.RE
142
159
.TP
143
160
.B \-t " interval"
146
163
outputs its progress every 15 minutes. Reporting is only activated when
147
164
ag_stride is enabled.
148
165
.TP
149
 
.B \-P
150
 
Disable prefetching of inode and directory blocks.
151
 
.TP
152
166
.B \-v
153
167
Verbose output.
154
168
.TP