- Merge the following from the English version:
r9149 -> r19116 head/ja_JP.eucJP/books/handbook/advanced-networking/chapter.xml Submitted by: FURUKAWA Jumpei <bell at f-bell dot net> Reviewed by: Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org> References: [doc-jp-work 794, 984, 1015, 1285, 1335, 1406, 1456, 1467, 1545, 1567, 1585, 1635, 1637, 1639, 1648, 1691, 1699, 1704, 1705, 1706] - Typo fix (polution -> pollution) Pointed out by: kano at na.rim.or.jp References: [doc-jp 17965, doc-jp-work 1635-1637] - Add the translation note about the end of the 6bone service. Submitted by: Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org> Suggested by: motoyuki@ Reference: [doc-jp-work 1705] - Related changes head/ja_JP.eucJP/books/handbook/basics/chapter.xml head/ja_JP.eucJP/books/handbook/disks/chapter.xml head/ja_JP.eucJP/books/handbook/install/chapter.xml
This commit is contained in:
parent
3ef9e18471
commit
512ab69486
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39663
4 changed files with 6599 additions and 1892 deletions
ja_JP.eucJP/books/handbook
File diff suppressed because it is too large
Load diff
|
@ -618,7 +618,7 @@ drwxr-xr-x 2 robert robert 512 Nov 10 11:54 public_html</programlisting>
|
|||
<para>また、次のような場合も、ディレクトリツリーを
|
||||
別のファイルシステムに置く理由として良くあげられます。
|
||||
それは、たとえば物理的に別のディスクにディレクトリツリーを置く場合、
|
||||
<link linkend="nfs">ネットワークファイルシステム (Network File System)</link> や
|
||||
<link linkend="network-nfs">ネットワークファイルシステム (Network File System)</link> や
|
||||
CDROM ドライブのような別の仮想ディスクに置くという場合です。</para>
|
||||
|
||||
<sect2 id="disks-fstab">
|
||||
|
|
|
@ -2399,7 +2399,7 @@ echo "The floppy has been unmounted and is now ready."]]></programlisting>
|
|||
<secondary>メモリ</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para>これには、<link linkend="nfs">Network File System</link>
|
||||
<para>これには、<link linkend="network-nfs">Network File System</link>
|
||||
のようなネットワークファイルシステムや Coda,
|
||||
メモリベースのファイルシステムおよびファイルベースのファイルシステムがあります。</para>
|
||||
|
||||
|
|
|
@ -2541,7 +2541,7 @@ installation menus to retry whichever operations have failed.
|
|||
<para>&gui.yes; を選んだ場合、
|
||||
<application>dhclient</application> を実行します。設定が成功すると、
|
||||
ネットワーク設定情報が自動補完されます。 詳細については
|
||||
<xref linkend="dhcp"/><!-- <xref linkend="network-dhcp"/> --> を参照してください。</para>
|
||||
<xref linkend="network-dhcp"/> を参照してください。</para>
|
||||
|
||||
<para>次のネットワーク設定画面では、LAN
|
||||
用ゲートウェイシステムのイーサネットデバイス構成が表示されます。</para>
|
||||
|
@ -2935,7 +2935,8 @@ use the current settings.
|
|||
<para>ネットワークファイルシステム (NFS) を用いると、
|
||||
ネットワークを介してファイルの共有を行うことができます。
|
||||
コンピュータをサーバ、クライアントまたは両方に設定できます。
|
||||
より詳しい情報については <xref linkend="nfs"/> <!-- <xref linkend="network-nfs"/> -->を参照してください。</para>
|
||||
より詳しい情報については <xref linkend="network-nfs"/>
|
||||
を参照してください。</para>
|
||||
|
||||
<sect3 id="nsf-server-options">
|
||||
<title>NFS サーバ</title>
|
||||
|
@ -3795,8 +3796,7 @@ Retype new password :</screen>
|
|||
このオプションを選択しないままにしておくことが出来ます。
|
||||
システムは更なる設定を後で必要とします。
|
||||
クライアントやサーバの設定についての詳細は
|
||||
<xref linkend="nfs"/> をご覧ください。
|
||||
<!-- <xref linkend="network-nfs"/> --> </para>
|
||||
<xref linkend="network-nfs"/> をご覧ください。</para>
|
||||
|
||||
<para>その下のオプションが <guimenuitem>NFS server</guimenuitem> オプションです。
|
||||
システムを <acronym>NFS</acronym> サーバにセットアップできます。
|
||||
|
|
Loading…
Reference in a new issue