OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / final-system / ppc / parted.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     <para>Parted is a program for creating, copying and modifying partitions,
14     and the file systems on them. Parted is especially useful on PPC machines
15     in that, unlike <command>fdisk</command>, it accurately reads Macintosh
16     partition maps.</para>
17 @y
18     <para>
19     Parted はパーティションやファイルシステムの生成、コピー、修正を行うプログラムです。
20     Parted は特に PPC マシンにおいて有用です。
21     <command>fdisk</command> とは異なり、Macintosh パーティションマップを読み込むことができます。
22     </para>
23 @z
24
25 @x
26     <title>Installation of Parted</title>
27 @y
28     <title>&InstallationOf1;Parted &InstallationOf2;</title>
29 @z
30
31 @x
32     <para os="a">Prepare Parted for compilation:</para>
33 @y
34     <para os="a">&PreparePackage1;Parted &PreparePackage2;</para>
35 @z
36
37 @x
38       <title>The meaning of the configure options:</title>
39 @y
40       <title>&MeaningOfOption1;configure &MeaningOfOption2;</title>
41 @z
42
43 @x --disable-device-mapper
44           <para>This disables the use of the device-mapper library, which we do
45           not install in CLFS.</para>
46 @y
47           <para>
48           デバイスマッパー (device-mapper) ライブラリを無効にします。
49           これは CLFS ではインストールしていないためです。
50           </para>
51 @z
52
53 @x
54     <para os="c">Compile the Parted package:</para>
55 @y
56     <para os="c">&CompileThePackage;</para>
57 @z
58
59 @x
60     <para os="e">Install the package:</para>
61 @y
62     <para os="e">&InstallThePackage;</para>
63 @z
64
65 @x
66     <title>Contents of Parted</title>
67 @y
68     <title>&ContentsOf1;Parted &ContentsOf2;</title>
69 @z
70
71 @x
72       <segtitle>Installed programs</segtitle>
73       <segtitle>Installed libraries</segtitle>
74 @y
75       <segtitle>&InstalledProgram;</segtitle>
76       <segtitle>&InstalledLibrary;</segtitle>
77 @z
78
79 @x
80         <seg>parted, partprobe</seg>
81         <seg>libparted.[a,so]</seg>
82 @y
83         <seg>parted, partprobe</seg>
84         <seg>libparted.[a,so]</seg>
85 @z
86
87 @x
88       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
89 @y
90       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
91 @z
92
93 @x parted
94           <para>A program for creating, destroying, resizing, checking and
95           copying partitions, and the filesystems on them. This is useful
96           for creating space for new operating systems, reorganising disk
97           usage, copying data between hard disks, and disk imaging.</para>
98 @y
99           <para>
100           パーティションおよびファイルシステムを生成、削除、サイズ変更、チェック、コピーするプログラムです。
101           新たなオペレーティングシステム用のパーティション生成、ディスク利用状況の再構成、ハードディスク間のデータコピー、ディスクイメージ生成などに有用です。
102           </para>
103 @z
104
105 @x partprobe
106           <para>Informs the OS of partition table changes.</para>
107 @y
108           <para>
109           パーティションテーブルが変更されたことを OS に通知します。
110           </para>
111 @z
112
113 @x libparted
114           <para>A library to manipulate partitions.</para>
115 @y
116           <para>
117           パーティションを処理するライブラリ。
118           </para>
119 @z