3 # $NetBSD: makerumpmanpages.sh,v 1.7 2009/02/10 15:04:35 pooka Exp $
7 MANTMPL
=".\\\" \$NetBSD\$"'
9 .\" WARNING: GENERATED FILE, DO NOT EDIT
10 .\" INSTEAD, EDIT makerumpmanpages.sh AND REGEN
12 .\" Copyright (c) 2008 Antti Kantee. All rights reserved.
14 .\" Redistribution and use in source and binary forms, with or without
15 .\" modification, are permitted provided that the following conditions
17 .\" 1. Redistributions of source code must retain the above copyright
18 .\" notice, this list of conditions and the following disclaimer.
19 .\" 2. Redistributions in binary form must reproduce the above copyright
20 .\" notice, this list of conditions and the following disclaimer in the
21 .\" documentation and/or other materials provided with the distribution.
23 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND
24 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
27 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40 .Nd mount the xxxfsxxx file system using a userspace server
42 .Cd "file-system PUFFS"
43 .Cd "pseudo-device putter"
52 utility can be used to mount xxxfsxxx file systems.
57 to facilitate running the file system as a server in userspace.
59 .Xr mount_xxxfsxxx 8 ,
61 does not use file system code within the kernel and therefore does
62 not require kernel support except
64 Apart from a minor speed penalty (starting from 10% and depending
65 on the workload and file system in question), there is no difference
66 to using in-kernel code.
68 In case mounting a file system image from a regular file,
70 does not require the use of
72 unlike kernel file systems.
73 Instead, the image path can be directly passed as the special file path.
74 The exception is if the image contains a disklabel.
75 In this case vnconfig is required to resolve the start offset for the
76 correct partition within the image.
78 It is recommended that untrusted file system images be mounted with
81 .Xr mount_xxxfsxxx 8 .
82 Corrupt file system images commonly cause the file system
83 to crash the entire kernel, but with
85 only the userspace server process will dump core.
102 is added to the options field of
107 for a full description of the available command line options.
116 utility first appeared in
118 It is currently considered experimental.'
120 # generate the manual pages
126 # syspuffs is special, it has a handwritten manpage
127 if [ "$fs" = "syspuffs" ]
132 fsc
=`echo $fs | tr '[:lower:]' '[:upper:]'`
133 echo ${MANTMPL} |
sed "s/xxxfsxxx/$fs/g;s/XXXFSXXX/$fsc/g" > \
134 rump_
${fs}/rump_
${fs}.8