~csurbhi/ubuntu/maverick/e2fsprogs/e2fsprogs.fix-505719

« back to all changes in this revision

Viewing changes to resize/resize2fs.8.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-08-08 20:32:11 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080808203211-w72lpsd9q7o3bw6x
Tags: 1.41.0-3ubuntu1
* Merge from Debian unstable (LP: #254152, #246461), remaining changes:
  - Do not build-depend on dietlibc-dev, which is in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
.SH SYNOPSIS
9
9
.B resize2fs
10
10
[
 
11
.B \-fFpPM
 
12
]
 
13
[
11
14
.B \-d 
12
15
.I debug-flags
13
16
]
15
18
.B \-S
16
19
.I RAID-stride
17
20
]
18
 
[
19
 
.B \-f
20
 
]
21
 
[
22
 
.B \-F
23
 
]
24
 
[
25
 
.B \-p
26
 
]
27
21
.I device
28
22
[
29
23
.I size
99
93
\       8\      \-\ Debug inode relocations
100
94
.br
101
95
\       16\     \-\ Debug moving the inode table
102
 
.TP
103
 
.B \-S \fIRAID-stride
104
 
The 
105
 
.B resize2fs
106
 
program will heuristically determine the RAID stride that was specified 
107
 
when the filesystem was created.  This option allows the user to 
108
 
explicitly specify a RAID stride setting to be used by resize2fs instead.
109
 
.TP
110
 
.B \-p
111
 
Prints out a percentage completion bars for each 
112
 
.B resize2fs
113
 
operation, so that the user can keep track of what
114
 
the program is doing.
115
96
.TP 
116
97
.B \-f
117
98
Forces resize2fs to proceed with the filesystem resize operation, overriding 
122
103
really useful for doing 
123
104
.B resize2fs
124
105
time trials.
 
106
.TP
 
107
.B \-M
 
108
Shrink the filesystem to the minimum size.
 
109
.TP
 
110
.B \-p
 
111
Prints out a percentage completion bars for each
 
112
.B resize2fs
 
113
operation, so that the user can keep track of what
 
114
the program is doing.
 
115
.TP
 
116
.B \-P
 
117
Print the minimum size of the filesystem and exit.
 
118
.TP
 
119
.B \-S \fIRAID-stride
 
120
The
 
121
.B resize2fs
 
122
program will heuristically determine the RAID stride that was specified
 
123
when the filesystem was created.  This option allows the user to
 
124
explicitly specify a RAID stride setting to be used by resize2fs instead.
 
125
.SH KNOWN BUGS
 
126
The minimum size of the filesystem as estimated by resize2fs may be
 
127
incorrect, especially for filesystems with 1k and 2k blocksizes.
125
128
.SH AUTHOR
126
129
.B resize2fs
127
130
was written by Theodore Ts'o <tytso@mit.edu>.