summaryrefslogtreecommitdiff
path: root/static/netbsd/man8/man8.sgimips/sgivol.8 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man8/man8.sgimips/sgivol.8 3.html')
-rw-r--r--static/netbsd/man8/man8.sgimips/sgivol.8 3.html163
1 files changed, 0 insertions, 163 deletions
diff --git a/static/netbsd/man8/man8.sgimips/sgivol.8 3.html b/static/netbsd/man8/man8.sgimips/sgivol.8 3.html
deleted file mode 100644
index 3fe273d2..00000000
--- a/static/netbsd/man8/man8.sgimips/sgivol.8 3.html
+++ /dev/null
@@ -1,163 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">SGIVOL(8)</td>
- <td class="head-vol">System Manager's Manual (sgimips)</td>
- <td class="head-rtitle">SGIVOL(8)</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">/usr/mdec/sgivol</code> &#x2014;
- <span class="Nd">configure SGI Volume Header</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<table class="Nm">
- <tr>
- <td><code class="Nm">/usr/mdec/sgivol</code></td>
- <td>[<code class="Fl">-fq</code>] <var class="Ar">device</var></td>
- </tr>
-</table>
-<br/>
-<table class="Nm">
- <tr>
- <td><code class="Nm">/usr/mdec/sgivol</code></td>
- <td>[<code class="Fl">-fq</code>] <code class="Fl">-i</code>
- [<code class="Fl">-h</code> <var class="Ar">vhsize</var>]
- <var class="Ar">device</var></td>
- </tr>
-</table>
-<br/>
-<table class="Nm">
- <tr>
- <td><code class="Nm">/usr/mdec/sgivol</code></td>
- <td>[<code class="Fl">-fq</code>] <code class="Fl">-r</code>
- <var class="Ar">vhfilename</var> <var class="Ar">diskfilename</var>
- <var class="Ar">device</var></td>
- </tr>
-</table>
-<br/>
-<table class="Nm">
- <tr>
- <td><code class="Nm">/usr/mdec/sgivol</code></td>
- <td>[<code class="Fl">-fq</code>] <code class="Fl">-w</code>
- <var class="Ar">vhfilename</var> <var class="Ar">diskfilename</var>
- <var class="Ar">device</var></td>
- </tr>
-</table>
-<br/>
-<table class="Nm">
- <tr>
- <td><code class="Nm">/usr/mdec/sgivol</code></td>
- <td>[<code class="Fl">-fq</code>] <code class="Fl">-d</code>
- <var class="Ar">vhfilename</var> <var class="Ar">device</var></td>
- </tr>
-</table>
-<br/>
-<table class="Nm">
- <tr>
- <td><code class="Nm">/usr/mdec/sgivol</code></td>
- <td>[<code class="Fl">-fq</code>] <code class="Fl">-m</code>
- <var class="Ar">vhfilename</var> <var class="Ar">vhfilename</var>
- <var class="Ar">device</var></td>
- </tr>
-</table>
-<br/>
-<table class="Nm">
- <tr>
- <td><code class="Nm">/usr/mdec/sgivol</code></td>
- <td>[<code class="Fl">-fq</code>] <code class="Fl">-p</code>
- <var class="Ar">partno</var> <var class="Ar">partfirst</var>
- <var class="Ar">partblocks</var> <var class="Ar">parttype</var>
- <var class="Ar">device</var></td>
- </tr>
-</table>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The <code class="Nm">/usr/mdec/sgivol</code> program prepares an
- SGI Volume Header to be used to boot <span class="Ux">NetBSD</span>. The SGI
- PROM is able to load executables within the header, which in turn are used
- to load the kernel from another file system.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="OPTIONS"><a class="permalink" href="#OPTIONS">OPTIONS</a></h1>
-<p class="Pp">The following options are available:</p>
-<dl class="Bl-tag">
- <dt id="f"><a class="permalink" href="#f"><code class="Fl">-f</code></a></dt>
- <dd>Force the operation. Do not ask the user before proceeding.</dd>
- <dt id="h"><a class="permalink" href="#h"><code class="Fl">-h</code></a></dt>
- <dd>Set the size of the newly initialized volume header in blocks. One block
- is 512 bytes. The default volume header size is 3135 blocks (1.53MB).</dd>
- <dt id="q"><a class="permalink" href="#q"><code class="Fl">-q</code></a></dt>
- <dd>Suppress output.</dd>
-</dl>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="PARTITION_TYPES"><a class="permalink" href="#PARTITION_TYPES">PARTITION
- TYPES</a></h1>
-<p class="Pp">The numerical partition types for the volume header include:</p>
-<div class="Bd Pp Bd-indent">
-<pre> 0: Volume Header
- 1: Replicated Tracks
- 2: Replicated Sectors
- 3: Raw
- 4: BSD4.2 file system
- 5: SysV file system
- 6: Entire Volume (all disk blocks)
- 7: EFS
- 8: Logical Volume
- 9: Raw Logical Volume
- 10: XFS
- 11: XFS Log
- 12: XLV Volume
- 13: XVM Volume</pre>
-</div>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1>
-<p class="Pp">To display the existing volume header and partition table on disk
- &#x201C;sd0&#x201D;:</p>
-<div class="Bd Bd-indent"><code class="Li"><code class="Ic">sgivol
- sd0</code></code></div>
-<p class="Pp">To initialize a new volume header 42 512-byte blocks large on disk
- &#x201C;sd0&#x201D;:</p>
-<div class="Bd Bd-indent"><code class="Li"><code class="Ic">sgivol -i -h 42
- sd0</code></code></div>
-<p class="Pp">To copy a file <span class="Pa">boot</span> from the volume header
- to local file <span class="Pa">/tmp/boot</span> on disk
- &#x201C;sd0&#x201D;:</p>
-<div class="Bd Bd-indent"><code class="Li"><code class="Ic">sgivol -r boot
- /tmp/boot sd0</code></code></div>
-<p class="Pp">To copy a local file <span class="Pa">/usr/mdec/ip2xboot</span> to
- the volume header as <span class="Pa">boot</span> on disk
- &#x201C;sd0&#x201D;:</p>
-<div class="Bd Bd-indent"><code class="Li"><code class="Ic">sgivol -w boot
- /usr/mdec/ip2xboot sd0</code></code></div>
-<p class="Pp">To delete the existing file <span class="Pa">boot</span> from the
- volume header on disk &#x201C;sd0&#x201D;:</p>
-<div class="Bd Bd-indent"><code class="Li"><code class="Ic">sgivol -d boot
- sd0</code></code></div>
-<p class="Pp">To move (rename) an existing file <span class="Pa">file1</span> to
- <span class="Pa">file2</span> in the volume header on disk
- &#x201C;sd0&#x201D;:</p>
-<div class="Bd Bd-indent"><code class="Li"><code class="Ic">sgivol -m file1
- file2 sd0</code></code></div>
-<p class="Pp">To change partition 0 to type 4 (BSD4.2) beginning at block offset
- 3200 and continue for 28000 blocks on disk &#x201C;sd0&#x201D;:</p>
-<div class="Bd Bd-indent"><code class="Li"><code class="Ic">sgivol -p 0 3200
- 28000 4 sd0</code></code></div>
-</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">sgimips/boot(8)</a></p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">February 17, 2017</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>