"Fossies" - the Fresh Open Source Software Archive 
Member "fatresize-1.1.0/fatresize.sgml" (5 Apr 2020, 5376 Bytes) of package /linux/privat/fatresize-1.1.0.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3 <!-- Process this file with docbook-to-man to generate an nroff manual
4 page: `docbook-to-man manpage.sgml > manpage.1'. You may view
5 the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6 less'. A typical entry in a Makefile or Makefile.am is:
7
8 manpage.1: manpage.sgml
9 docbook-to-man $< > $@
10
11
12 The docbook-to-man binary is found in the docbook-to-man package.
13 Please remember that if you create the nroff version in one of the
14 debian/rules file targets (such as build), you will need to include
15 docbook-to-man in your Build-Depends control field.
16
17 -->
18
19 <!ENTITY dhfirstname "<firstname>Philippe</firstname>">
20 <!ENTITY dhsurname "<surname>Coval</surname>">
21 <!ENTITY dhdate "<date>July 1, 2008</date>">
22 <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
23 allowed: see man(7), man(1). -->
24 <!ENTITY dhsection "<manvolnum>1</manvolnum>">
25 <!ENTITY dhemail "<email>rzr@gna.org</email>">
26 <!ENTITY dhusername "Philippe Coval">
27 <!ENTITY dhucpackage "<refentrytitle>FATRESIZE</refentrytitle>">
28 <!ENTITY dhpackage "fatresize">
29
30 <!ENTITY debian "<productname>Debian</productname>">
31 <!ENTITY gnu "<acronym>GNU</acronym>">
32 <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
33 ]>
34
35 <refentry>
36 <refentryinfo>
37 <address>
38 &dhemail;
39 </address>
40 <author>
41 &dhfirstname;
42 &dhsurname;
43 </author>
44 <copyright>
45 <year>2003</year>
46 <holder>&dhusername;</holder>
47 </copyright>
48 &dhdate;
49 </refentryinfo>
50 <refmeta>
51 &dhucpackage;
52
53 &dhsection;
54 </refmeta>
55 <refnamediv>
56 <refname>&dhpackage;</refname>
57
58 <refpurpose>
59 Resize an FAT16/FAT32 volume non-destructively
60 </refpurpose>
61 </refnamediv>
62 <refsynopsisdiv>
63 <cmdsynopsis>
64 <command>&dhpackage;</command>
65
66 <arg><option>-s <replaceable>SIZE</replaceable></option></arg>
67
68 <arg>device</arg>
69 </cmdsynopsis>
70 </refsynopsisdiv>
71 <refsect1>
72 <title>DESCRIPTION</title>
73
74 <para>This manual page documents briefly the
75 <command>&dhpackage;</command> </para>
76
77 <para>This manual page was written for the &debian; distribution
78 because the original program does not have a manual page.
79 </para>
80 </refsect1>
81
82 <refsect1>
83 <title>OPTIONS</title>
84
85 <para>These programs follow the usual &gnu; command line syntax,
86 with long options starting with two dashes (`-'). A summary of
87 options is included below. For a complete description, see the
88 <application>Info</application> files.</para>
89
90 <variablelist>
91 <varlistentry>
92 <term><option>-h</option>
93 <option>--help</option>
94 </term>
95 <listitem>
96 <para>Show summary of options.</para>
97 </listitem>
98 </varlistentry>
99
100 <varlistentry>
101 <term><option>-s</option>
102 <option>--size</option>
103 </term>
104 <listitem>
105 <para>
106 Resize volume to SIZE[k|M|G|ki|Mi|Gi] bytes or "max"
107 </para>
108 </listitem>
109 </varlistentry>
110
111
112 <varlistentry>
113 <term><option>-i</option>
114 <option>--info</option>
115 </term>
116 <listitem>
117 <para>
118 Show volume information
119 </para>
120 </listitem>
121 </varlistentry>
122
123 <varlistentry>
124 <term><option>-p</option>
125 <option>--progress</option>
126 </term>
127 <listitem>
128 <para>
129 Show progress
130 </para>
131 </listitem>
132 </varlistentry>
133
134
135
136 <varlistentry>
137 <term><option>-q</option>
138 <option>--quiet</option>
139 </term>
140 <listitem>
141 <para>
142 Be quiet
143
144 </para>
145 </listitem>
146 </varlistentry>
147
148
149 <varlistentry>
150 <term><option>-v</option>
151 <option>--verbose</option>
152 </term>
153 <listitem>
154 <para>Verbose (not version)</para>
155 </listitem>
156 </varlistentry>
157
158
159 </variablelist>
160 </refsect1>
161
162 <refsect1>
163 <title>EXAMPLES</title>
164
165 <para>
166 fatresize -s 2G /dev/evms/hdb2
167 </para>
168
169 <para>
170 fatresize -q -s max /dev/hde6
171 </para>
172
173 <para>
174 fatresize -i /dev/hdg3
175 </para>
176
177 <para>
178 Size and device is required to run.
179 You can resize device-mapped partitions, e.g. EVMS partitions.
180 </para>
181
182 </refsect1>
183
184 <refsect1>
185 <title>BUGS</title>
186
187 <para>
188
189 You can't resize FAT32 partition lesser than 512Mb because Windows(R) doesn't
190 work properly with small FAT32 file system. Use FAT16.
191
192 </para>
193 </refsect1>
194
195 <refsect1>
196 <title>AUTHOR</title>
197
198 <para>This manual page was written by &dhusername; &dhemail; for
199 the &debian; system (but may be used by others). Permission is
200 granted to copy, distribute and/or modify this document under
201 the terms of the &gnu; General Public License, Version 3 any
202 later version published by the Free Software Foundation.
203 </para>
204 <para>
205 On Debian systems, the complete text of the GNU General Public
206 License can be found in /usr/share/common-licenses/GPL-3.
207 </para>
208
209 </refsect1>
210 </refentry>
211
212 <!-- Keep this comment at the end of the file
213 Local variables:
214 mode: sgml
215 sgml-omittag:t
216 sgml-shorttag:t
217 sgml-minimize-attributes:nil
218 sgml-always-quote-attributes:t
219 sgml-indent-step:2
220 sgml-indent-data:t
221 sgml-parent-document:nil
222 sgml-default-dtd-file:nil
223 sgml-exposed-tags:nil
224 sgml-local-catalogs:nil
225 sgml-local-ecat-files:nil
226 End:
227 -->