blob: c8b5f10ad599a808dd9012a819b825adc9a5c758 (
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
|
<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="ko" class="section" title="마운트 위치를 선택해 주세요.">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="ask_mntpoint_s"></a>마운트 위치를 선택해 주세요.
</h2>
</div>
</div>
</div>
<p>여기에서 컴퓨터에서 찾은 Linux 파티션을 볼 수 있습니다. DrakX 제안에 동의하지 않는 경우 마운트 지점을 직접 변경할 수
있습니다.
</p>
<div class="itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
<p>드롭다운 메뉴의 왼쪽에는 사용 가능한 파티션 목록이 있습니다. 예를 들면: <code class="filename">sda</code>는 하드
드라이브이고 <code class="filename">5</code>는 <span class="emphasis"><em>파티션 번호</em></span>이고 그 뒤에 파티션의
<span class="emphasis"><em>(용량, 마운트 지점, 파일 시스템 유형)</em></span>이 옵니다.
</p>
</li>
<li class="listitem">
<p>파티션이 여러 개인 경우 드롭다운 메뉴에서 <code class="filename">/</code>, <code class="filename">/home</code> 및
<code class="filename">/var</code>와 같은 다양한 <span class="emphasis"><em>마운트 포인트</em></span>를 선택할 수
있습니다. 예를 들어 영화를 저장하려는 파티션의 경우 <code class="filename">/video</code> 또는 모든 데이터 파일의 경우
<code class="filename">/Data</code>와 같이 고유한 마운트 포인트를 만들 수도 있습니다.
</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>여기에서 변경하는 경우 여전히 <code class="filename">/</code> (루트) 파티션이 있는지 확인하십시오.
</p>
</td>
</tr>
</table>
</div>
<div class="tip" title="작은 정보" 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="[작은 정보]" src="tip.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<p>무엇을 선택해야 할지 확실하지 않은 경우, <span class="emphasis"><em>이전</em></span>을 클릭하여 뒤로 이동한 다음 파티션을 클릭하여
유형과 크기를 볼 수 있는 <span class="emphasis"><em>커스텀 디스크 파티션</em></span>을 선택합니다.
</p>
</td>
</tr>
</table>
</div>
<p>마운트 지점이 정확하다고 확신하는 경우 <span class="emphasis"><em>다음</em></span>을 클릭하고 DrakX에서 제안한 파티션만 포맷할 것인지
아니면 그 이상을 포맷할 것인지 선택하십시오.
</p>
</div>
</body>
</html>
|