summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/vnd.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man4/vnd.4 4.html')
-rw-r--r--static/netbsd/man4/vnd.4 4.html78
1 files changed, 0 insertions, 78 deletions
diff --git a/static/netbsd/man4/vnd.4 4.html b/static/netbsd/man4/vnd.4 4.html
deleted file mode 100644
index d87a046d..00000000
--- a/static/netbsd/man4/vnd.4 4.html
+++ /dev/null
@@ -1,78 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">VND(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">VND(4)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">vnd</code> &#x2014; <span class="Nd">vnode disk
- driver</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp"><code class="Cd">pseudo-device vnd</code>
- <br/>
- <code class="Cd">options VND_COMPRESSION</code></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The <code class="Nm">vnd</code> 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.</p>
-<p class="Pp">This document assumes that you're familiar with how to generate
- kernels and how to properly configure disks and pseudo-devices in a kernel
- configuration file.</p>
-<p class="Pp">In order to compile in support for the
- <code class="Nm">vnd</code>, you must add a line similar to the following to
- your kernel configuration file:</p>
-<div class="Bd Pp Bd-indent">
-<pre>pseudo-device vnd # vnode disk driver</pre>
-</div>
-<p class="Pp">To also compile in support for reading compressed disk images, add
- the following option to your kernel config file:</p>
-<div class="Bd Pp Bd-indent">
-<pre>options VND_COMPRESSION # compressed vnd(4)</pre>
-</div>
-<p class="Pp">Compressed disk images are expected in the cloop2 format. They can
- be created from &#x201C;normal&#x201D; disk images by the
- <a class="Xr">vndcompress(1)</a> program.</p>
-<p class="Pp">There is a run-time utility that is used for configuring both
- compressed and uncompressed <code class="Nm">vnd</code>s; see
- <a class="Xr">vnconfig(8)</a> for more information.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
-<dl class="Bl-tag Bl-compact">
- <dt><span class="Pa">/dev/{,r}vnd*</span></dt>
- <dd>vnd device special files.</dd>
-</dl>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">config(1)</a>, <a class="Xr">vndcompress(1)</a>,
- <a class="Xr">fsck(8)</a>, <a class="Xr">MAKEDEV(8)</a>,
- <a class="Xr">mount(8)</a>, <a class="Xr">newfs(8)</a>,
- <a class="Xr">vnconfig(8)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-<p class="Pp">The vnode disk driver was originally written at the University of
- Utah. The compression handling is based on code by <span class="An">Cliff
- Wright</span> &#x27E8;cliff@snipe444.org&#x27E9;.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
-<p class="Pp">The <code class="Nm">vnd</code> driver does not work if the file
- does not reside in a local filesystem.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">September 29, 2017</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>