Query: vnd
OS: netbsd
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VND(4) BSD Kernel Interfaces Manual VND(4)NAMEvnd -- vnode disk driverSYNOPSISpseudo-device vnd options VND_COMPRESSIONDESCRIPTIONThe vnd driver provides a disk-like interface to a file. This is useful for a variety of applications, including swap files and building miniroot or floppy disk images. This document assumes that you're familiar with how to generate kernels, how to properly configure disks and pseudo-devices in a kernel con- figuration file. In order to compile in support for the vnd, you must add a line similar to the following to your kernel configuration file: pseudo-device vnd # vnode disk driver To also compile in support for reading compressed disk images, add the following option to your kernel config file: options VND_COMPRESSION # compressed vnd(4) Compressed disk images are expected in the cloop2 format, they can be created from "normal" disk images by the vndcompress(1) program. There is a run-time utility that is used for configuring both compressed and uncompressed vnds. See vnconfig(8) for more information.FILES/dev/{,r}vnd* vnd device special files.SEE ALSOconfig(1), vndcompress(1), MAKEDEV(8), fsck(8), mount(8), newfs(8), vnconfig(8)HISTORYThe vnode disk driver was originally written at the University of Utah. The compression handling is based on code by Cliff Wright <cliff@snipe444.org>.BUGSThe vnd driver does not work if the file does not reside in a local filesystem. The vnd driver does not work if the file is sparse.BSDDecember 18, 2009 BSD
Related Man Pages |
---|
vndcompress(1) - netbsd |
lofi(7d) - opensolaris |
ccd(4) - debian |
ccd(4) - netbsd |
ccd(4) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Creating disk images |
g4l: verison 0.26 released |
C, unix, pipes, fork, recursion |
Sysdump on local disk |
Compressed Filesystem for Linux |