blob: a12f38a5ab0b0bea9ff9fe68378693326d0f343f (
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
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>选择挂载点</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="doPartitionDisks.html" title="分区">
<link rel="next" href="takeOverHdConfirm.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="zh_CN" class="section" title="选择挂载点">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="ask_mntpoint_s"></a>选择挂载点
</h2>
</div>
</div>
</div>
<p>这里你可以查看已找到的 Linux 分区。如果 <span class="application">DrakX</span> 的建议不合适,你可以手动更改挂载点。
</p>
<div class="note" title="注意" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[注意]" src="note.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<p>如果进行了更改,请确保你仍然具有访问 <code class="literal">/</code> (根)分区的权限。
</p>
</td>
</tr>
</table>
</div>
<div class="itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
<p>所有分区的属性将按下列顺序显示:“设备名”(“容量”,“挂载点”,“类型”)。</p>
</li>
<li class="listitem">
<p>“设备名”包括:“硬盘驱动器”,[“硬盘驱动器编号”(由字母表示)],“分区编号”。例如,“sda5”表示第一个 SCSI 设备上的第五个分区。</p>
</li>
<li class="listitem">
<p>如果存在多个分区,你可以从下列列表中选择不同的挂载点来使用,例如
<code class="literal">/</code>、<code class="literal">/home</code> 和
<code class="literal">/var</code>。也可以自定义挂载点,例如将 <code class="literal">/video</code>
用于存储视频文件,<code class="literal">/cauldron-home</code> 用于 cauldron 系统的用户主目录。
</p>
</li>
<li class="listitem">
<p>对于非必需的分区,挂载点一项可以留空。</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">
<p>如果不确定如何选择,请点击 <span class="guibutton">上一步</span> 按钮,然后点击
<span class="guilabel">自定义磁盘分区</span>,在出现的窗口中点击分区来查看其类型和大小。
</p>
</td>
</tr>
</table>
</div>
<p>若确定挂载点设置正确,则可点击 <span class="guibutton">下一步</span>,并确定是否根据 DrakX 的建议格式化分区等。
</p>
</div>
</body>
</html>
|