OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / partitioning / common / mounting.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13   <title>Mounting the New Partition</title>
14 @y
15   <title>新しいパーティションのマウント</title>
16 @z
17
18 @x
19   <para>Now that a file system has been created, the partition needs to
20   be made accessible. In order to do this, the partition needs to be
21   mounted at a chosen mount point.</para>
22 @y
23   <para>
24   ファイルシステムが生成できたら、パーティションをアクセスできるようにします。
25   これを行うためにはマウントポイントを定める必要があります。
26   </para>
27 @z
28
29 @x
30   <para>As the <systemitem class="username">root</systemitem> user, ensure the
31   <envar>CLFS</envar> variable is set, if you haven't already:</para>
32 @y
33   <para>
34   <envar>CLFS</envar> 変数がセットされていることを確認してください。
35   セットされていない場合は <systemitem class="username">root</systemitem> ユーザーになって以下を実行します。
36   </para>
37 @z
38
39 @x
40   <para>Next, create the mount point and mount the CLFS file system by
41   running the following commands as
42   <systemitem class="username">root</systemitem>:</para>
43 @y
44   <para>
45   次にマウントポイントを生成し CLFS ファイルシステムをマウントします。
46   <systemitem class="username">root</systemitem> ユーザーになって以下を実行します。
47   </para>
48 @z
49
50 @x
51   <para>Replace <replaceable>[xxx]</replaceable> with the designation of
52   the CLFS partition.</para>
53 @y
54   <para>
55   <replaceable>[xxx]</replaceable> の部分は CLFS パーティション名に合わせて置き換えてください。
56   </para>
57 @z
58
59 @x
60   <para>If using multiple partitions for CLFS (e.g., one for <filename
61   class="directory">/</filename> and another for <filename
62   class="directory">/usr</filename>), mount them as
63   <systemitem class="username">root</systemitem> using:</para>
64 @y
65   <para>
66   CLFS において複数のパーティションを利用する場合 (例えば <filename
67   class="directory">/</filename> と <filename
68   class="directory">/usr</filename> など) 、<systemitem
69   class="username">root</systemitem> ユーザーになって以下のようにマウントします。
70   </para>
71 @z
72
73 @x
74   <para>Replace <replaceable>[xxx]</replaceable> and
75   <replaceable>[yyy]</replaceable> with the appropriate partition
76   names.</para>
77 @y
78   <para>
79   <replaceable>[xxx]</replaceable> と <replaceable>[yyy]</replaceable> の部分は、それぞれ適切なパーティション名に置き換えてください。
80   </para>
81 @z
82
83 @x
84   <para>Ensure that this new partition is not mounted with permissions
85   that are too restrictive (such as the <option>nosuid</option>,
86   <option>nodev</option>, or <option>noatime</option> options).
87   Run <command>mount | grep ${CLFS}</command> to see
88   what options are set for the mounted CLFS partition. If
89   <option>nosuid</option>, <option>nodev</option>, and/or
90   <option>noatime</option> are set, the partition will need to be
91   remounted.</para>
92 @y
93   <para>
94   この新しいパーティションは特別な制限オプション (<option>nosuid</option>,
95   <option>nodev</option>, <option>noatime</option> など) は設定せずにマウントします。 
96   <command>mount | grep ${CLFS}</command> というコマンドを実行すれば、CLFS パーティションがどのようなオプション設定によりマウントされているかが分かります。
97   もし <option>nosuid</option>, <option>nodev</option>,
98   <option>noatime</option> オプションが設定されていたら、マウントし直してください。 
99   </para>
100 @z
101
102 @x
103   <para>Now that there is an established place to work, it is time to
104   download the packages.</para>
105 @y
106   <para>
107   こうして動作環境が整いました。次はパッケージのダウンロードです。
108   </para>
109 @z