blob: 2dc8224aa2068737a4bbdf77c3d1941b4c1aef17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DiskDrake によるパーティションのカスタム設定</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="DrakX を用いたインストール">
<link rel="up" href="index.html" title="DrakX を用いたインストール">
<link rel="prev" href="takeOverHdConfirm.html" title="ハード ディスクをフォーマットするか確認する">
<link rel="next" href="formatPartitions.html" title="フォーマット"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css">
<!--
body { font-family: sans-serif; font-size: 13px }
table { font-family: sans-serif; font-size: 13px }
--></style></head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div lang="ja" class="section" title="DiskDrake によるパーティションのカスタム設定">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="diskdrake"></a>DiskDrake によるパーティションのカスタム設定
</h2>
</div>
</div>
</div>
<div class="itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
<p><a name="diskdrake-pa3"></a>ここでお使いのディスクのレイアウトを変更します。パーティションの削除や作成を行ったり、パーティションのファイル
システムやサイズを変更したり、そして処理前にそれらの詳細を見ることさえできます。
</p>
</li>
<li class="listitem">
<p><a name="diskdrake-pa4"></a>検出された各ハード ディスク (または他の USB キーのようなストレージ デバイス)
の上部にタブがあります。上のスクリーンショットでは二つの利用可能なデバイス: <code class="filename">sda</code> と
<code class="filename">sdb</code> があります。
</p>
</li>
<li class="listitem">
<p><a name="diskdrake-pa6"></a>他のすべての操作: はじめにパーティションをクリックします。次に表示, ファイル システムやマウント ポイントの選択, サイズ変更,
削除を行います。<span class="emphasis"><em>上級者モード</em></span> はパーティションにラベル (名前)
を付けたりパーティションの種類を選択したりといった追加の項目を提供します。
</p>
</li>
<li class="listitem">
<p><a name="diskdrake-pa6a"></a>すべてを満足いくまで調整し終えるまで続けた後、準備ができたら<span class="emphasis"><em>完了</em></span>をクリックします。
</p>
</li>
</ul>
</div>
<div class="warning" title="警告" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Warning">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[警告]" src="warning.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<div class="orderedlist">
<ol class="orderedlist" type="1">
<li class="listitem">
<p><a name="diskdrake-pa5"></a><span class="emphasis"><em>すべてをクリア</em></span>の項目には注意してください、これは選択されたストレージ
デバイス上のすべてのパーティションを削除する場合にのみ使用します。
</p>
</li>
<li class="listitem">
<p><a name="diskdrake-pa1"></a><code class="filename">/</code> パーティションを暗号化したい場合、これとは別に <code class="filename">/boot</code>
パーティションがなければなりません。<code class="filename">/boot</code>
パーティションに対する暗号化は設定してはならず、設定した場合はお使いのシステムは起動不能になります。
</p>
</li>
</ol>
</div>
</td>
</tr>
</table>
</div>
<div class="important" title="重要項目" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Important">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[重要項目]" src="important.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<div class="itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
<p>Mageia を UEFI システムにインストールしている場合、ESP (EFI システム パーティション)
が存在し、<code class="filename">/boot/EFI</code> に正しくマウントされているかをチェックしてください。下の図 1
を参照してください。
</p>
</li>
<li class="listitem">
<p>Mageia を Legacy/GPT システムにインストールしている場合、BIOS ブート
パーティションが存在し、種類が正しいことをチェックしてください。下の図 2 を参照してください。
</p>
</li>
</ul>
</div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
|