1 .\" Copyright (c) 1993 University of Utah.
2 .\" Copyright (c) 1980, 1989, 1991, 1993
3 .\" The Regents of the University of California. All rights reserved.
5 .\" This code is derived from software contributed to Berkeley by
6 .\" the Systems Programming Group of the University of Utah Computer
7 .\" Science Department.
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\" notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\" notice, this list of conditions and the following disclaimer in the
16 .\" documentation and/or other materials provided with the distribution.
17 .\" 3. All advertising materials mentioning features or use of this software
18 .\" must display the following acknowledgement:
19 .\" This product includes software developed by the University of
20 .\" California, Berkeley and its contributors.
21 .\" 4. Neither the name of the University nor the names of its contributors
22 .\" may be used to endorse or promote products derived from this software
23 .\" without specific prior written permission.
25 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
26 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37 .\" @(#)vnconfig.8 8.1 (Berkeley) 6/5/93
38 .\" $FreeBSD: src/usr.sbin/vnconfig/vnconfig.8,v 1.14.2.8 2003/01/04 22:35:53 keramida Exp $
39 .\" $DragonFly: src/usr.sbin/vnconfig/vnconfig.8,v 1.7 2008/01/30 12:35:07 swildner Exp $
46 .Nd configure and enable vnode disks
51 .Op , Ns Ar option Ns Ar ... Oc
53 .Op , Ns Ar option Ns Ar ... Oc
55 .Ar special_file Op Ar regular_file
62 .Op Fl f Ar config_file
65 .Op Ar special_file Ar ...
69 command configures, enables and lists vnode pseudo disk devices.
70 The first form of the command will associate the special file
74 allowing the latter to be accessed as though it were a disk.
75 Hence a regular file within the filesystem can be used for swapping
76 or can contain a filesystem that is mounted in the name space. If you
77 want to use swap backing store for your device instead of a file, you
78 can leave regular_file out and specify the size of the block device
81 Options indicate an action to be performed:
82 .Bl -tag -width indent
84 Read a command file and performs the
85 specified actions for each device/file pair.
88 If successful, references to
90 will access the contents of
93 Disable (if possible) the specified feature.
95 Configure the device and enables any
98 If no feature was specified,
102 .It Fl f Ar config_file
105 as an alternate config file.
107 Fiddle global options.
108 .It Fl l Ar special_file...
109 List the vn devices and indicate which ones are in use.
112 list is given, only those devices will be described.
116 The list of allowed flags and their meanings are:
117 .Bl -tag -width "follow"
119 use disk/slice labels.
121 Pre-reserve the blocks underlying the file or swap backing store. Currently only
122 works for swap backing store. This option also disables on-the-fly freeing of
123 the underlying backing store (for example, when you remove a large file).
124 Use this option if you wish to avoid long-term fragmentation of the backing
125 store. Also note that when this option is used, the initial contents of the
126 backing store may contain garbage rather than zeros. It may even be possible to
127 recover the prior contents of a swap-backed VN across a reboot if the VN device
128 is configured before any swap is allocated by the system.
149 The list of allowed flags and their meanings are the same as for the
159 If no regular file is specified, VN will use swap for backing store.
160 This option specifies the size of the device. For example, '23m' for
161 23 megabytes. The VN device will round the size up to a machine page boundary.
162 Filesystems up to 7.9 terabytes are supported. When specified along with
163 a regular file, this option overrides the regular file's size insofar as
166 When a regular file is specified, VN will ftruncate() the file to 0 first.
167 Normally you should also specify the -S option to set the size of the file.
168 This option also creates the file if it did not previously exist.
169 This option is only meaningful if the -S option has been specified.
171 When a regular file is specified, VN will zero the contents of the file to
172 ensure that all blocks have been allocated by the filesystem. This option is
173 only meaningful if the -S option has been specified.
175 Disable and ``unconfigure'' the device.
177 Print messages to stdout describing actions taken.
180 If no action option is given,
186 argument specifies a feature that can be enabled via the
189 .Bl -tag -width indent
191 Swapping is enabled on the special file.
194 .It Dv mountro Ns = Ns Pa mount_point
195 The special file is mounted read-only on
199 .It Dv mountrw Ns = Ns Pa mount_point
200 The special file is mounted read-write on
204 .It Dv mount Ns = Ns Pa mount_point
205 Same as ``mountrw=''.
208 A configuration file contains one line per device/file pair in the form:
210 special_file regular_file [ feature ]
213 where fields are separated by white space.
214 The previously described action options serve to configure, enable,
215 disable or unconfigure all devices in the configuration file.
217 .Bl -tag -width /etc/vntab -compact
219 default configuration file for
224 .Dl vnconfig vn0 /tmp/diskimage
226 Configures the vnode disk
229 .Dl vnconfig -e vn0 /var/swapfile swap
233 and enables swapping on it.
235 .Dl vnconfig -c -v /dev/vn0 cdimage.iso
236 .Dl mount -t cd9660 -o ro /dev/vn0 /mnt
238 Mount an ISO9660 CD image file.
243 Unmount the CD image file.
245 .Dl vnconfig -d vn0 myfilesystem mount=/mnt
252 Configures and enables all devices specified in
255 .Dl vnconfig -s labels -c vn0 somebackingfile
256 .Dl disklabel -r -w vn0s0 auto
257 .Dl disklabel -e vn0s0
259 Is an example of how to configure a file-backed VN disk with a disk label
260 and to initialize and then edit the label. Once you create the label, you
261 can partition your VN disk and, for example, create a filesystem on one of
262 the partitions. If you are using a file as backing store, it may be possible
263 to recover your VN disk after a crash by vnconfig'ing the same file again
264 and using the VN configuration already stored in the file rather than
265 relabeling and recreating the filesystem. It is even possible to fsck the
266 VN partitions that previously contained filesystems.
268 .Dl vnconfig -e -s labels,reserve -S 400m vn1
269 .Dl disklabel -r -w vn1s0 auto
271 .Dl mount /dev/vn1s0 /usr/obj
273 Is an example of a swap-backed VN disk configuration. This example assumes
274 that you have at least 400 megabytes of swap free (and hopefully much more).
275 The swap space is pre-reserved in order to maintain maximum performance.
276 We then label the disk, newfs it, and mount it as /usr/obj. Swap-backed VN
277 devices are recoverable after a crash if you (A) use the reserve flag, and if
278 (B) the same swap is reserved as was the last time, meaning that such
279 vnconfig's would have to be run in your rc.local. In general, though, you
280 only use swap-backed VN devices to hold information you don't mind losing