1FATRESIZE(1) General Commands Manual FATRESIZE(1)
2
3
4
6 fatresize — Resize an FAT16/FAT32 volume non-destructively
7
9 fatresize [-s SIZE] [device]
10
12 This manual page documents briefly the fatresize
13
14 This manual page was written for the Debian distribution because the
15 original program does not have a manual page.
16
18 These programs follow the usual GNU command line syntax, with long
19 options starting with two dashes (`-'). A summary of options is
20 included below. For a complete description, see the Info files.
21
22 -h --help
23 Show summary of options.
24
25 -s --size
26 Resize volume to SIZE[k|M|G|ki|Mi|Gi] bytes or "max"
27
28 -i --info
29 Show volume information
30
31 -p --progress
32 Show progress
33
34 -q --quiet
35 Be quiet
36
37 -v --verbose
38 Verbose (not version)
39
41 fatresize -s 2G /dev/evms/hdb2
42
43 fatresize -q -s max /dev/hde6
44
45 fatresize -i /dev/hdg3
46
47 Size and device is required to run. You can resize device-mapped par‐
48 titions, e.g. EVMS partitions.
49
51 You can't resize FAT32 partition lesser than 512Mb because Windows(R)
52 doesn't work properly with small FAT32 file system. Use FAT16.
53
54
55
57 This manual page was written by Philippe Coval rzr@gna.org for the
58 Debian system (but may be used by others). Permission is granted to
59 copy, distribute and/or modify this document under the terms of the GNU
60 General Public License, Version 3 any later version published by the
61 Free Software Foundation.
62
63
64 On Debian systems, the complete text of the GNU General Public License
65 can be found in /usr/share/common-licenses/GPL-3.
66
67
68
69
70 FATRESIZE(1)