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
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Zvolte si přípojné body</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Instalace pomocí DrakX">
<link rel="up" href="index.html" title="Instalace pomocí DrakX">
<link rel="prev" href="doPartitionDisks.html" title="Navrhované rozdělení disku">
<link rel="next" href="takeOverHdConfirm.html" title="Potvrzení naformátování pevného disku"><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="cs" class="section" title="Zvolte si přípojné body">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="ask_mntpoint_s"></a>Zvolte si přípojné body
</h2>
</div>
</div>
</div>
<p>Zde se zobrazí oddíly Linuxu, které byly nalezeny ve vašem počítači. Pokud s
návrhy DrakX nesouhlasíte, můžete přípojné body změnit.
</p>
<div class="itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
<p>To the left of the drop-down menus is a list of available partitions. For
example: <code class="filename">sda</code> is a hard drive - and
<code class="filename">5</code> is a <span class="emphasis"><em>partition number</em></span>, followed
by the<span class="emphasis"><em> (capacity, mount point, filesystem type)</em></span> of the
partition.
</p>
</li>
<li class="listitem">
<p>If you have several partitions, you can choose various different
<span class="emphasis"><em>mount points</em></span> from the drop down menu, such as
<code class="filename">/</code>, <code class="filename">/home</code> and
<code class="filename">/var</code>. You can even make your own mount points, for
instance <code class="filename">/video</code> for a partition where you want to store
your films, or perhaps <code class="filename">/Data</code> for all your data files.
</p>
</li>
<li class="listitem">
<p>Pro oddíly, které nechcete používat, můžete pole přípojného bodu ponechat
prázdné.
</p>
</li>
</ul>
</div>
<div class="warning" title="Varování" 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="[Varování]" src="warning.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<p>Pokud zde provedete nějaké změny, ujistěte se, že stále máte diskový oddíl
<code class="filename">/</code> (root).
</p>
</td>
</tr>
</table>
</div>
<div class="tip" title="Tip" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Tip">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="tip.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<p>If you are not sure what to choose, click <span class="emphasis"><em>Previous</em></span> to
go back and then tick <span class="emphasis"><em>Custom disk partitioning</em></span>, where
you can click on a partition to see its type and size.
</p>
</td>
</tr>
</table>
</div>
<p>If you are sure the mount points are correct, click on
<span class="emphasis"><em>Next</em></span>, and choose whether you only want to format the
partition suggested by DrakX, or more.
</p>
</div>
</body>
</html>
|