Tuxera NTFS driver
[tomato.git] / release / src-rt-6.x.4708 / router / tuxera / broadcom_arm / hfsplus / docs / html / newfs_hfs.html
blob20c48775b566844bb4551a1b415cd3d500ee26b8
1 <!-- Creator : groff version 1.21 -->
2 <!-- CreationDate: Mon Jul 14 01:50:03 2014 -->
3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
4 "http://www.w3.org/TR/html4/loose.dtd">
5 <html>
6 <head>
7 <meta name="generator" content="groff -Thtml, see www.gnu.org">
8 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
9 <meta name="Content-Style" content="text/css">
10 <style type="text/css">
11 p { margin-top: 0; margin-bottom: 0; vertical-align: top }
12 pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
13 table { margin-top: 0; margin-bottom: 0; vertical-align: top }
14 h1 { text-align: center }
15 </style>
16 <title>NEWFS_HFS</title>
18 </head>
19 <body>
21 <h1 align="center">NEWFS_HFS</h1>
23 <a href="#NAME">NAME</a><br>
24 <a href="#SYNOPSIS">SYNOPSIS</a><br>
25 <a href="#DESCRIPTION">DESCRIPTION</a><br>
26 <a href="#OPTIONS">OPTIONS</a><br>
27 <a href="#BUGS">BUGS</a><br>
28 <a href="#AVAILABILITY">AVAILABILITY</a><br>
30 <hr>
33 <h2>NAME
34 <a name="NAME"></a>
35 </h2>
38 <p style="margin-left:11%; margin-top: 1em">newfs_hfs
39 &minus; create a HFS+ file system</p>
41 <h2>SYNOPSIS
42 <a name="SYNOPSIS"></a>
43 </h2>
47 <p style="margin-left:11%; margin-top: 1em"><b>newfs_hfs</b>
48 [<i>options</i>] <i>device</i></p>
50 <h2>DESCRIPTION
51 <a name="DESCRIPTION"></a>
52 </h2>
56 <p style="margin-left:11%; margin-top: 1em"><i><b>newfs_hfs</b></i>
57 is used to create an HFS+ file system on a device (usually a
58 disk or flash partition) or image. <i>device</i> is the
59 special file corresponding to the device (e.g. <i>/dev/sdXX,
60 /dev/block/mmcblk1p1</i>) or an image file.</p>
62 <h2>OPTIONS
63 <a name="OPTIONS"></a>
64 </h2>
67 <p style="margin-left:11%; margin-top: 1em">Below is a
68 summary of all the options that <b>newfs_hfs</b>
69 accepts.</p>
71 <table width="100%" border="0" rules="none" frame="void"
72 cellspacing="0" cellpadding="0">
73 <tr valign="top" align="left">
74 <td width="11%"></td>
75 <td width="9%">
78 <p><b>&minus;s</b>,</p></td>
79 <td width="2%"></td>
80 <td width="78%">
83 <p>Creates a case-sensitive HFS+ file-system. By default a
84 case-insensitive file-system is created.</p></td></tr>
85 <tr valign="top" align="left">
86 <td width="11%"></td>
87 <td width="9%">
90 <p><b>&minus;w</b></p></td>
91 <td width="2%"></td>
92 <td width="78%">
95 <p>Adds an HFS wrapper around the HFS+ file system.</p></td></tr>
96 <tr valign="top" align="left">
97 <td width="11%"></td>
98 <td width="9%">
101 <p><b>&minus;U</b> UID</p></td>
102 <td width="2%"></td>
103 <td width="78%">
106 <p>Set owner of the file-system root directory.</p></td></tr>
107 <tr valign="top" align="left">
108 <td width="11%"></td>
109 <td width="9%">
112 <p><b>&minus;G</b> GID</p></td>
113 <td width="2%"></td>
114 <td width="78%">
117 <p>Set group of the file-system root directory.</p></td></tr>
118 </table>
120 <p style="margin-left:11%;"><b>&minus;M</b> MASK</p>
122 <p style="margin-left:22%;">Set permission mask for the
123 file-system root directory.</p>
125 <p style="margin-left:11%;"><b>&minus;b</b> SIZE</p>
127 <p style="margin-left:22%;">Set the allocation block size
128 (in bytes) to <b>SIZE</b>. The default value is 4096.</p>
130 <p style="margin-left:11%;"><b>&minus;v</b> VOLUME-NAME</p>
132 <p style="margin-left:22%;">Volume name in ASCII or UTF-8
133 format.</p>
135 <p style="margin-left:11%;"><b>&minus;i</b> FIRST-CNID</p>
137 <p style="margin-left:22%;">Sets the first catalog node ID
138 for user files and directories. The default value is 16.</p>
140 <p style="margin-left:11%;"><b>&minus;N</b>
141 PARTITION-SIZE</p>
143 <p style="margin-left:22%;">Print summary of file-system
144 parameters without actually creating the file- system. This
145 might be useful for verifying the actual parameters before
146 creating the file-system.</p>
148 <p style="margin-left:11%;"><b>&minus;J</b>
149 JOURNAL-SIZE</p>
151 <p style="margin-left:22%;">Creates a journaled HFS+
152 volume. The default journal size is 8MB.</p>
154 <p style="margin-left:11%;"><b>&minus;c</b>
155 CLUMP-SIZE-LIST</p>
157 <p style="margin-left:22%;">Sets the clump and/or initial
158 sizes, in allocation blocks, for meta-data files. It is
159 specified with -c option followed by comma seperated list of
160 the form args=value.</p>
162 <p style="margin-left:22%; margin-top: 1em">Set the
163 attribute file clump size. Set the allocation bitmap file
164 clump size. Set the catalog file clump size. Set the extent
165 overflow file clump size.</p>
167 <p style="margin-left:11%;"><b>&minus;n</b>
168 NODE-SIZE-LIST</p>
170 <p style="margin-left:22%;">Sets b-tree node sizes, in
171 bytes, for the various b-tree files. It is specified with
172 the -n option followed by a comma separated list of the form
173 arg=value. Node size must be a power of two and no larger
174 than 32768 bytes. Set the attribute b-tree node size. Set
175 the catalog b-tree node size. Set the extent overflow b-tree
176 node size.</p>
178 <h2>BUGS
179 <a name="BUGS"></a>
180 </h2>
183 <p style="margin-left:11%; margin-top: 1em">If you find a
184 bug please send an email describing the problem to
185 hfs-support@tuxera.com.</p>
187 <h2>AVAILABILITY
188 <a name="AVAILABILITY"></a>
189 </h2>
193 <p style="margin-left:11%; margin-top: 1em"><b>newfs_hfs</b>
194 is part of the <b>Tuxera HFS+</b> package.</p>
195 <hr>
196 </body>
197 </html>