~ubuntu-branches/ubuntu/maverick/ocfs2-tools/maverick

« back to all changes in this revision

Viewing changes to tunefs.ocfs2/tunefs.ocfs2.8.in

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2007-11-19 06:53:59 UTC
  • Revision ID: james.westby@ubuntu.com-20071119065359-7yan1p3eg1d28sgx
Tags: 1.3.9-0ubuntu1

* Update default timeouts in template and translations files.

* debian/rules: fix clean target to not purge upstream patches/ directory.

* debian/control: rework Build-Depends
  - sort them: debian build specific bits first, upstream after in configure
    check order.
  - add pkg-config.
  - add libselinux1-dev and libsepol1-dev.

* add package ocfs2-tools-static-dev to include all development headers and
  static libraries required to build ocfs2-test (and possibly other tools
  that already in development stage.

* stop shipping local copy of mount.ocfs2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "tunefs.ocfs2" "8" "February 2007" "Version @VERSION@" "OCFS2 Manual Pages"
 
1
.TH "tunefs.ocfs2" "8" "September 2007" "Version @VERSION@" "OCFS2 Manual Pages"
2
2
.SH "NAME"
3
3
tunefs.ocfs2 \- Change \fIOCFS2\fR file system parameters.
4
4
.SH "SYNOPSIS"
5
 
\fBtunefs.ocfs2\fR [\fB\-J\fR \fIjournal-options\fR] [\fB\-L\fR \fIvolume-label\fR] [\fB\-M\fR \fImount-type\fR] [\fB\-N\fR \fInumber-of-node-slots\fR] [\fB\-qSUvV\fR] [\fB\-\-backup-super\fR] \fIdevice\fR  [\fIblocks-count\fR]
 
5
\fBtunefs.ocfs2\fR [\fB\-J\fR \fIjournal-options\fR] [\fB\-L\fR \fIvolume-label\fR] [\fB\-M\fR \fImount-type\fR] [\fB\-N\fR \fInumber-of-node-slots\fR] [\fB\-Q\fR \fIquery-format\fR] [\fB\-qSUvV\fR] [\fB\-\-backup-super\fR] \fIdevice\fR  [\fIblocks-count\fR]
6
6
.SH "DESCRIPTION"
7
7
.PP
8
8
\fBtunefs.ocfs2\fR is used to adjust \fIOCFS2\fR file system parameters on disk.
46
46
the device.
47
47
 
48
48
.TP
 
49
\fB\-Q, \-\-query\fR \fIquery\-format\fR
 
50
Query the file system for its attributes like block size, label, etc. Query formats are modified
 
51
versions of the standard printf(3) formatting. The format is made up of static strings (which may
 
52
include standard C character escapes for newlines, tabs, and other special characters) and
 
53
printf(3) type formatters. The list of type specifiers is as follows:
 
54
.RS 1.2i
 
55
.TP
 
56
\fBB\fR Block size in bytes
 
57
.TP
 
58
\fBT\fR Cluster size in bytes
 
59
.TP
 
60
\fBN\fR Number of node slots
 
61
.TP
 
62
\fBR\fR Root directory block number
 
63
.TP
 
64
\fBY\fR System directory block number
 
65
.TP
 
66
\fBP\fR First cluster group block number
 
67
.TP
 
68
\fBV\fR Volume label
 
69
.TP
 
70
\fBU\fR Volume uuid
 
71
.TP
 
72
\fBM\fR Compat flags
 
73
.TP
 
74
\fBH\fR Incompat flags
 
75
.TP
 
76
\fBO\fR RO Compat flags
 
77
.RE
 
78
 
 
79
.TP
49
80
\fB\-q, \-\-quiet\fR
50
81
Quiet mode.
51
82
 
76
107
the device. This optional argument specifies that the file system should be
77
108
extended to consume only the given number of file system blocks on the device.
78
109
 
 
110
.SH "EXAMPLES"
 
111
[root@node1 ~]# tunefs.ocfs2 -q -Q "BS=%5B\\nUUID=%U\\n" /dev/sda1
 
112
.br
 
113
BS= 2048 
 
114
.br
 
115
UUID=80d1adf4-3fde-40dd-9b56-d370462ace17
 
116
.br
 
117
 
79
118
.SH "SEE ALSO"
80
119
.BR mkfs.ocfs2(8)
81
120
.BR fsck.ocfs2(8)