Sync usage with man page.
[netbsd-mini2440.git] / external / gpl2 / lvm2 / dist / man / fsadm.8
blobde361d086549dd34f04914258f3997f46d92eb13
1 .\"    $NetBSD: fsadm.8,v 1.2 2009/02/18 12:16:13 haad Exp $
2 .\"
3 .TH "FSADM" "8" "LVM TOOLS 2.02.56(1)-cvs (12-01-09)" "Red Hat, Inc" "\""
4 .SH "NAME"
5 fsadm \- utility to resize or check filesystem on a device
6 .SH "SYNOPSIS"
7 .B fsdam
8 .RI [options]\ check\ device
10 .B fsdam
11 .RI [options]\ resize\ device\ [new_size[BKMGTEP]]
13 .SH "DESCRIPTION"
14 \fBfsadm\fR utility resizes or checks the filesystem on a device.
15 It tries to use the same API for \fBext2/ext3/ext4\fR,
16 \fBReiserFS\fR and \fBXFS\fR filesystem.
17 .SH "OPTIONS"
18 .TP
19 \fB\-h \-\-help\fR
20 \(em print help message
21 .TP
22 \fB\-v \-\-verbose\fR
23 \(em be more verbose
24 .TP
25 \fB\-e \-\-ext\-offline\fR
26 \(em unmount ext2/ext3/ext4 filesystem before doing resize
27 .TP
28 \fB\-f \-\-force\fR
29 \(em bypass some sanity checks
30 .TP
31 \fB\-n \-\-dry\-run\fR
32 \(em print commands without running them
33 .TP
34 \fB\-y \-\-yes\fR
35 \(em answer "yes" at any prompts
36 .TP
37 \fBnew_size\fR
38 \(em Absolute number of filesystem blocks to be in the filesystem,
39 or an absolute size using a suffix (in powers of 1024).
40 If new_size is not supplied, the whole device is used.
42 .SH "EXAMPLES"
43 "fsadm \-e \-y resize /dev/vg/test 1000M" tries to resize the filesystem
44 on logical volume /dev/vg/test. If /dev/vg/test contains ext2/ext3/ext4
45 filesystem it will be unmounted prior the resize.
46 All [y|n] questions will be answered 'y'.
47 .SH "ENVIRONMENT VARIABLES"
48 .TP
49 \fBTMPDIR\fP
50 Where the temporary directory should be created.
51 .TP
52 .BR
53 .SH "SEE ALSO"
54 .BR lvm (8),
55 .BR lvresize (8),
56 .BR lvm.conf (5),
57 .BR tune2fs (8),
58 .BR resize2fs (8),
59 .BR reiserfstune (8),
60 .BR resize_reiserfs (8),
61 .BR xfs_info (8),
62 .BR xfs_growfs (8),
63 .BR xfs_check (8)