[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Documentation/network/netboot/nfs.html: 1.37 -> 1.46
以下のページの更新をしました。ツッコミをお願いします。
Documentation/network/netboot/nfs.html: 1.37 -> 1.46
金曜日までに異議がなければ、 commit します。
対応する原文の差分は
http://cvsweb.netbsd.org/bsdweb.cgi/htdocs/Documentation/network/netboot/nfs.html.diff?r1=1.37&r2=1.46
です。
更新後のものを
http://www.na.rim.or.jp/%7Ekano/tmp/netboot/nfs.html
に置いてあります。
--- nfs.html.orig Thu Dec 23 10:42:39 2004
+++ nfs.html Thu Dec 23 10:47:19 2004
@@ -2,7 +2,7 @@
<html>
<head>
-<!-- Copyright (c) 1998-2003
+<!-- Copyright (c) 1998-2004
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
<link rev="made" href="mailto:www@JP.NetBSD.org">
<title>Setting up the NFS server, Diskless NetBSD HOW-TO</title>
@@ -20,13 +20,9 @@
NFS は UNIX で標準的な、ネットワーク化されたファイルシステムです。
ブートローダーは、カーネルが NFS サーバー上に見つかることを期待し、
メモリー上にロードし、転送制御します。
-<p>
-
もし、ローカルのハードディスクに NetBSD をインストールするためだけに
ネットブートをするなら、
<a href="local.install.html">このページ</a> を読んでください。
-<p>
-
クライアントは、 NFS サーバー上のファイルを root 権限で読み書きできる<b>必要</b>があります。
セキュリティー問題を考慮する場合は、クライアントがどこをアクセスするのか
慎重に決定する必要があります。<br>
@@ -155,7 +151,7 @@
<li><tt># <b>cd /export/client/root</b></tt>
<p>
-<li><tt># <b>tar -xvpzf /export/client/NetBSD-1.5.3/binary/sets/kern.tgz</b></tt>
+<li><tt># <b>tar -xvpzf /export/client/NetBSD-release/binary/sets/kern.tgz</b></tt>
<p>
<li><tt># <b>mknod /export/client/root/dev/console c 0 0</b></tt>
@@ -201,7 +197,7 @@
<h3><a name="freebsd">FreeBSD</a></h3>
<dl><dt><dd>
-最近の (バージョン 4.x) FreeBSD のセットアップ方法は NetBSD と同様になりましたが、
+FreeBSD 4.x のセットアップ方法は NetBSD と同様ですが、
mountd に異なるオプションが必要なことと、 <tt>/etc/exports</tt> の書式が異なります。
<ol>
@@ -220,7 +216,7 @@
<li><tt># <b>cd /export/client/root</b></tt>
<p>
-<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-1.5.3/binary/sets/kern.tgz</b></tt>
+<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-release/binary/sets/kern.tgz</b></tt>
<p>
<li><tt># <b>mknod /export/client/root/dev/console c 0 0</b></tt>
@@ -299,7 +295,7 @@
<li><tt># <b>cd /export/client/root</b></tt>
<p>
-<li><tt># <b>tar -xvpzf /export/client/NetBSD-1.5.3/binary/sets/kern.tgz</b></tt>
+<li><tt># <b>tar -xvpzf /export/client/NetBSD-release/binary/sets/kern.tgz</b></tt>
<p>
<li><tt># <b>mknod /export/client/root/dev/console c 0 0</b></tt>
@@ -340,7 +336,9 @@
<p><li><tt># <b>ps -aux | grep mountd</b></tt><br>
<tt>mountd</tt> が動いていれば、 <tt>kill -HUP</tt> してプロセスに
- NetInfo データベースを強制的に再読み込みさせます。
+ NetInfo データベースを強制的に再読み込みさせます。 <tt>mountd</tt> が動いていない場合は、
+ 以下のようにして起動する必要があります:<br>
+ <tt># <b>/usr/sbin/mountd</b></tt>
<p><li>NetInfo の <tt>/exports</tt> プロパティがある限り、システムは
再起動するたびに NFS デーモン群を起動するようになります。共有をすべてとりやめ、
@@ -384,7 +382,7 @@
<li><tt># <b>cd /export/client/root</b></tt>
<p>
-<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-1.5.3/binary/sets/kern.tgz</b></tt>
+<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-release/binary/sets/kern.tgz</b></tt>
<p>
<li><tt># <b>mknod /export/client/root/dev/console c 0 0</b></tt>
@@ -465,7 +463,7 @@
<li><tt># <b>cd /export/client/root</b></tt>
<p>
-<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-1.5.3/binary/sets/kern.tgz</b></tt>
+<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-release/binary/sets/kern.tgz</b></tt>
<p>
<li><tt># <b>mknod /export/client/root/dev/console c 0 0</b></tt>
@@ -531,7 +529,7 @@
<li><tt># <b>cd /export/client/root</b></tt>
<p>
-<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-1.5.3/binary/sets/kern.tgz</b></tt>
+<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-release/binary/sets/kern.tgz</b></tt>
<p>
<li><tt># <b>mknod /export/client/root/dev/console c 0 0</b></tt>
@@ -592,7 +590,7 @@
<li><tt># <b>cd /export/client/root</b></tt>
<p>
-<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-1.5.3/binary/sets/kern.tgz</b></tt>
+<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-release/binary/sets/kern.tgz</b></tt>
<p>
<li><tt># <b>mknod /export/client/root/dev/console c 0 0</b></tt>
@@ -664,7 +662,7 @@
<li><tt># <b>cd /export/client/root</b></tt>
<p>
-<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-1.5.3/binary/sets/kern.tgz</b></tt>
+<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-release/binary/sets/kern.tgz</b></tt>
<p>
<li><tt># <b>mknod /export/client/root/dev/console c 0 0</b></tt>
@@ -745,7 +743,7 @@
<li><tt># <b>cd /export/client/root</b></tt>
<p>
-<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-1.5.3/binary/sets/kern.tgz</b></tt>
+<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-release/binary/sets/kern.tgz</b></tt>
<p>
<li><tt># <b>mknod /export/client/root/dev/console c 0 0</b></tt>
@@ -804,7 +802,7 @@
<li><tt># <b>cd /export/client/root</b></tt>
<p>
-<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-1.5.3/binary/sets/kern.tgz</b></tt>
+<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-release/binary/sets/kern.tgz</b></tt>
<p>
<li><tt># <b>mknod /export/client/root/dev/console c 0 0</b></tt>
@@ -873,7 +871,7 @@
<li><tt># <b>cd /export/client/root</b></tt>
<p>
-<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-1.5.3/binary/sets/kern.tgz</b></tt>
+<li><tt># <b>tar [--numeric-owner] -xvpzf /export/client/NetBSD-release/binary/sets/kern.tgz</b></tt>
<p>
<li><tt># <b>mknod /export/client/root/dev/console c 0 0</b></tt>
@@ -925,8 +923,8 @@
<table width="100%"><tr><td>
<table><tr><td>
<a href="../../../"><img
- src="../../../../images/NetBSD-flag.gif" origlink="../../../images/NetBSD-flag.gif" border="0"
- width="91" height="42" alt=""></a>
+ src="../../../../images/NetBSD-flag.png" origlink="../../../images/NetBSD-flag.png" border="0"
+ width="90" height="90" alt=""></a>
</td><td>
<a href="../../../"><img
src="../../../../images/empty.gif" origlink="../../../images/empty.gif" border="0"
@@ -935,8 +933,8 @@
</td><td>
<table><tr><td>
<a href="../../../Documentation/"><img
- src="../../../../images/NetBSD-flag.gif" origlink="../../../images/NetBSD-flag.gif" border="0"
- width="91" height="42" alt=""></a>
+ src="../../../../images/NetBSD-flag.png" origlink="../../../images/NetBSD-flag.png" border="0"
+ width="90" height="90" alt=""></a>
</td><td>
<a href="../../../Documentation/"><img
src="../../../../images/empty.gif" origlink="../../../images/empty.gif" border="0"
@@ -950,8 +948,8 @@
(連絡先 - <a href="http://www.NetBSD.org/cgi-bin/feedback.cgi">英語</a>,
<a href="mailto:www@JP.NetBSD.org">日本語:
www@JP.NetBSD.org</a>)<br>
- $NetBSD: nfs.html,v 1.37 2002/08/09 16:37:34 jschauma Exp $<br>
- <a href="../../../Misc/disclaimer.html">Copyright © 1998-2003
+ $NetBSD: nfs.html,v 1.46 2004/10/30 22:33:31 jschauma Exp $<br>
+ <a href="../../../Misc/disclaimer.html">Copyright © 1998-2004
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.</a>
</small>
</address>