1 .\" $NetBSD: makefs.8,v 1.31 2009/01/10 22:06:29 bjh21 Exp $
3 .\" Copyright (c) 2001-2003 Wasabi Systems, Inc.
4 .\" All rights reserved.
6 .\" Written by Luke Mewburn for Wasabi Systems, Inc.
8 .\" Redistribution and use in source and binary forms, with or without
9 .\" modification, are permitted provided that the following conditions
11 .\" 1. Redistributions of source code must retain the above copyright
12 .\" notice, this list of conditions and the following disclaimer.
13 .\" 2. Redistributions in binary form must reproduce the above copyright
14 .\" notice, this list of conditions and the following disclaimer in the
15 .\" documentation and/or other materials provided with the distribution.
16 .\" 3. All advertising materials mentioning features or use of this software
17 .\" must display the following acknowledgement:
18 .\" This product includes software developed for the NetBSD Project by
19 .\" Wasabi Systems, Inc.
20 .\" 4. The name of Wasabi Systems, Inc. may not be used to endorse
21 .\" or promote products derived from this software without specific prior
22 .\" written permission.
24 .\" THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
25 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
26 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
27 .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC
28 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34 .\" POSSIBILITY OF SUCH DAMAGE.
41 .Nd create a file system image from a directory tree
45 .Op Fl B Ar byte-order
46 .Op Fl b Ar free-blocks
47 .Op Fl d Ar debug-mask
49 .Op Fl f Ar free-files
50 .Op Fl M Ar minimum-size
51 .Op Fl m Ar maximum-size
52 .Op Fl N Ar userdb-dir
53 .Op Fl o Ar fs-options
54 .Op Fl S Ar sector-size
55 .Op Fl s Ar image-size
62 creates a file system image into
64 from the directory tree
66 No special devices or privileges are required to perform this task.
68 The options are as follows:
70 .It Fl B Ar byte-order
71 Set the byte order of the image to
84 Some file systems may have a fixed byte order; in those cases this
85 argument will be ignored.
86 .It Fl b Ar free-blocks
87 Ensure that a minimum of
89 free blocks exist in the image.
92 suffix may be provided to indicate that
94 indicates a percentage of the calculated image size.
95 .It Fl d Ar debug-mask
96 Enable various levels of debugging, depending upon which bits are
108 If a specfile entry exists in the underlying file system, its
109 permissions and modification time will be used unless specifically
110 overridden by the specfile.
111 An error will be raised if the type of entry in the specfile
112 conflicts with that of an existing entry.
114 In the opposite case (where a specfile entry does not have an entry
115 in the underlying file system) the following occurs:
116 If the specfile entry is marked
118 the specfile entry is ignored.
119 Otherwise, the entry will be created in the image, and it is
120 necessary to specify at least the following parameters in the
132 (in the case of block or character devices), and
134 (in the case of symbolic links).
137 isn't provided, the current time will be used.
140 isn't provided, the current file flags will be used.
141 Missing regular file entries will be created as zero-length files.
142 .It Fl f Ar free-files
143 Ensure that a minimum of
145 free files (inodes) exist in the image.
148 suffix may be provided to indicate that
150 indicates a percentage of the calculated image size.
151 .It Fl M Ar minimum-size
152 Set the minimum size of the file system image to
154 .It Fl m Ar maximum-size
155 Set the maximum size of the file system image to
157 An error will be raised if the target file system needs to be larger
158 than this to accommodate the provided directory tree.
160 Use the user database text file
162 and group database text file
166 rather than using the results from the system's
170 (and related) library calls.
171 .It Fl o Ar fs-options
172 Set file system specific options.
174 is a comma separated list of options.
175 Valid file system specific options are detailed below.
176 .It Fl S Ar sector-size
177 Set the file system sector size to
179 .\" XXX: next line also true for cd9660?
181 .It Fl s Ar image-size
182 Set the size of the file system image to
188 The following file system types are supported:
189 .Bl -tag -width cd9660 -offset indent
191 BSD fast file system (default).
193 ISO 9660 file system.
196 Exclude file system nodes not explicitly listed in the specfile.
199 Where sizes are specified, a decimal number of bytes is expected.
200 Two or more numbers may be separated by an
202 to indicate a product.
203 Each number may have one of the following optional suffixes:
204 .Bl -tag -width 3n -offset indent -compact
206 Block; multiply by 512
208 Kibi; multiply by 1024 (1 KiB)
210 Mebi; multiply by 1048576 (1 MiB)
212 Gibi; multiply by 1073741824 (1 GiB)
214 Tebi; multiply by 1099511627776 (1 TiB)
216 Word; multiply by the number of bytes in an integer
220 .Ss FFS-specific options
222 images have ffs-specific optional parameters that may be provided.
223 Each of the options consists of a keyword, an equal sign
226 The following keywords are supported:
228 .Bl -tag -width optimization -offset indent -compact
230 Expected average file size.
232 Expected number of files per directory.
240 Maximum blocks per file in a cylinder group.
244 Optimization preference; one of
251 Maximum total number of blocks in a cylinder group.
254 1 for FFS (default), 2 for UFS2.
256 .Ss CD9660-specific options
258 images have ISO9660-specific optional parameters that may be
260 The arguments consist of a keyword and, optionally, an equal sign
263 The following keywords are supported:
265 .Bl -tag -width omit-trailing-period -offset indent -compact
266 .It Sy allow-deep-trees
267 Allow the directory structure to exceed the maximum specified in
269 .\" .It Sy allow-illegal-chars
271 .\" .It Sy allow-lowercase
273 .It Sy allow-max-name
274 Allow 37 instead of 33 characters for filenames by omitting the
276 .It Sy allow-multidot
277 Allow multiple dots in a filename.
279 Application ID of the image.
286 .It Sy boot-load-segment
287 Set load segment for the boot image.
289 Filename of a boot image in the format
299 .It Sy generic-bootimage
300 Load a generic boot image into the first 32K of the cd9660 image.
301 .It Sy hard-disk-boot
302 Boot image is a hard disk image.
303 .It Sy keep-bad-images
304 Don't throw away images whose write was aborted due to an error.
305 For debugging purposes.
307 Label name of the image.
309 Boot image is not bootable.
314 .It Sy no-trailing-padding
315 Do not pad the image (apparently Linux needs the padding).
316 .\" .It Sy omit-trailing-period
319 Preparer ID of the image.
321 Publisher ID of the image.
323 Use RockRidge extensions (for longer filenames, etc.).
325 Volume set identifier of the image.
344 .An Alan Perez-Rathke ,