/[d-i]/trunk/manual/po/zh_CN/partitioning.po
ViewVC logotype

Contents of /trunk/manual/po/zh_CN/partitioning.po

Parent Directory Parent Directory | Revision Log Revision Log


Revision 48980 - (show annotations) (download)
Sat Aug 18 08:09:13 2007 UTC (5 years, 10 months ago) by szjungle-guest
File size: 71217 byte(s)
unfuzzy po/zh_CN
1 # Debian GNU/Linux Installation Guide
2 msgid ""
3 msgstr ""
4 "Project-Id-Version: d-i-manual\n"
5 "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
6 "POT-Creation-Date: 2007-08-06 18:17+0000\n"
7 "PO-Revision-Date: 2007-08-18 16:07+0800\n"
8 "Last-Translator: Ji YongGang<jungle@soforge.com>\n"
9 "Language-Team: debian-chinese-gb <debian-chinese-gb@lists.debian.org>\n"
10 "MIME-Version: 1.0\n"
11 "Content-Type: text/plain; charset=UTF-8\n"
12 "Content-Transfer-Encoding: 8bit\n"
13
14 #. Tag: title
15 #: partitioning.xml:5
16 #, no-c-format
17 msgid "Partitioning for Debian"
18 msgstr "为 Debian 准备分区"
19
20 #. Tag: title
21 #: partitioning.xml:13
22 #, no-c-format
23 msgid "Deciding on Debian Partitions and Sizes"
24 msgstr "决定 Debian 分区以及大小"
25
26 #. Tag: para
27 #: partitioning.xml:14
28 #, no-c-format
29 msgid ""
30 "At a bare minimum, GNU/Linux needs one partition for itself. You can have a "
31 "single partition containing the entire operating system, applications, and "
32 "your personal files. Most people feel that a separate swap partition is also "
33 "a necessity, although it's not strictly true. <quote>Swap</quote> is scratch "
34 "space for an operating system, which allows the system to use disk storage "
35 "as <quote>virtual memory</quote>. By putting swap on a separate partition, "
36 "Linux can make much more efficient use of it. It is possible to force Linux "
37 "to use a regular file as swap, but it is not recommended."
38 msgstr ""
39 "最小化情况下,GNU/Linux 需要一个分区。您可以有一个包含整个操作系统,应用程序"
40 "以及您私人数据的分区。大多数人感到一个分离的交换分区也是很有必要的,尽管它并"
41 "非严格要求。<quote>交换分区</quote>是一个操作系统用的空白空间,允许系统使用磁"
42 "盘来提供<quote>虚拟内存</quote>。通过放置交换空间至一个分离的分区,Linux 可以"
43 "非常有效地使用它。强迫 Linux 使用一个普通文件作为交换空间也是可行的,但是并不"
44 "推荐这种做法。"
45
46 #. Tag: para
47 #: partitioning.xml:26
48 #, no-c-format
49 msgid ""
50 "Most people choose to give GNU/Linux more than the minimum number of "
51 "partitions, however. There are two reasons you might want to break up the "
52 "file system into a number of smaller partitions. The first is for safety. If "
53 "something happens to corrupt the file system, generally only one partition "
54 "is affected. Thus, you only have to replace (from the backups you've been "
55 "carefully keeping) a portion of your system. At a bare minimum, you should "
56 "consider creating what is commonly called a <quote>root partition</quote>. "
57 "This contains the most essential components of the system. If any other "
58 "partitions get corrupted, you can still boot into GNU/Linux to fix the "
59 "system. This can save you the trouble of having to reinstall the system from "
60 "scratch."
61 msgstr ""
62 "但是大多数人选择给 GNU/Linux 更多的分区。有两个原因使您愿意把文件系统分置到一"
63 "些较小的分区上。首先是安全性。如果出现问题破坏了文件系统,一般来说只有一个分"
64 "区受到影响。因此,您只需要更换(从您精心维护的备份中)系统的一部分。在最小化情"
65 "况下,您应该考虑创建所谓的<quote>根分区</quote>。它含有最基础的系统组件。如果"
66 "其它分区出现了问题,您仍然可以引导至 GNU/Linux 来修复系统。这个可以让您不用从"
67 "头重新安装系统。"
68
69 #. Tag: para
70 #: partitioning.xml:40
71 #, no-c-format
72 msgid ""
73 "The second reason is generally more important in a business setting, but it "
74 "really depends on your use of the machine. For example, a mail server "
75 "getting spammed with e-mail can easily fill a partition. If you made "
76 "<filename>/var/mail</filename> a separate partition on the mail server, most "
77 "of the system will remain working even if you get spammed."
78 msgstr ""
79 "第二个理由对商业设置来说更重要,但它实际上取决于机器的用途。比如,一个邮件服"
80 "务器接受到很多垃圾邮件会很快填满一个分区,如果邮件服务器的 <filename>/var/"
81 "mail</filename> 建立在一个单独的分区上面,您即使收到太多的垃圾邮件,大多数系"
82 "统仍然会继续工作。"
83
84 #. Tag: para
85 #: partitioning.xml:48
86 #, no-c-format
87 msgid ""
88 "The only real drawback to using more partitions is that it is often "
89 "difficult to know in advance what your needs will be. If you make a "
90 "partition too small then you will either have to reinstall the system or you "
91 "will be constantly moving things around to make room in the undersized "
92 "partition. On the other hand, if you make the partition too big, you will be "
93 "wasting space that could be used elsewhere. Disk space is cheap nowadays, "
94 "but why throw your money away?"
95 msgstr ""
96 "使用更多分区的惟一缺点很难知道您将来的需求。如果建立的一个分区容量太小,您要"
97 "么重装系统,要么不停地移动数据来给分区分配空间。另一种情况,如果您建立的分区"
98 "过大,将浪费一些原可以用在别的地方的空间。虽然今天的磁盘很便宜,但为什么要白"
99 "白浪费金钱呢?"
100
101 #. Tag: title
102 #: partitioning.xml:67
103 #, no-c-format
104 msgid "The Directory Tree"
105 msgstr "目录树"
106
107 #. Tag: para
108 #: partitioning.xml:68
109 #, no-c-format
110 msgid ""
111 "&debian; adheres to the <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy "
112 "Standard</ulink> for directory and file naming. This standard allows users "
113 "and software programs to predict the location of files and directories. The "
114 "root level directory is represented simply by the slash <filename>/</"
115 "filename>. At the root level, all Debian systems include these directories:"
116 msgstr ""
117 "&debian; 依照 <ulink url=\"&url-fhs-home;\">文件系统层次标准 (Filesystem "
118 "Hierarchy Standard)</ulink> 安排文件以及文件命名。该标准让用户和软件程序预知"
119 "文件以及目录的位置。根目录只是简单表现为 <filename>/</filename>。在根层次,所"
120 "有的 Debian 系统包括这些目录:"
121
122 #. Tag: entry
123 #: partitioning.xml:82
124 #, no-c-format
125 msgid "Directory"
126 msgstr "目录"
127
128 #. Tag: entry
129 #: partitioning.xml:82
130 #, no-c-format
131 msgid "Content"
132 msgstr "内容"
133
134 #. Tag: filename
135 #: partitioning.xml:88
136 #, no-c-format
137 msgid "<filename>bin</filename>"
138 msgstr "<filename>bin</filename>"
139
140 #. Tag: entry
141 #: partitioning.xml:89
142 #, no-c-format
143 msgid "Essential command binaries"
144 msgstr "基本命令执行文件"
145
146 #. Tag: filename
147 #: partitioning.xml:91
148 #, no-c-format
149 msgid "boot"
150 msgstr "boot"
151
152 #. Tag: entry
153 #: partitioning.xml:92
154 #, no-c-format
155 msgid "Static files of the boot loader"
156 msgstr "boot loader 的静态链接文件"
157
158 #. Tag: filename
159 #: partitioning.xml:94
160 #, no-c-format
161 msgid "<filename>dev</filename>"
162 msgstr "<filename>dev</filename>"
163
164 #. Tag: entry
165 #: partitioning.xml:95
166 #, no-c-format
167 msgid "Device files"
168 msgstr "设备文件"
169
170 #. Tag: filename
171 #: partitioning.xml:97
172 #, no-c-format
173 msgid "<filename>etc</filename>"
174 msgstr "<filename>etc</filename>"
175
176 #. Tag: entry
177 #: partitioning.xml:98
178 #, no-c-format
179 msgid "Host-specific system configuration"
180 msgstr "主机特定的系统配置"
181
182 #. Tag: filename
183 #: partitioning.xml:100
184 #, no-c-format
185 msgid "home"
186 msgstr "home"
187
188 #. Tag: entry
189 #: partitioning.xml:101
190 #, no-c-format
191 msgid "User home directories"
192 msgstr "用户目录"
193
194 #. Tag: filename
195 #: partitioning.xml:103
196 #, no-c-format
197 msgid "<filename>lib</filename>"
198 msgstr "<filename>lib</filename>"
199
200 #. Tag: entry
201 #: partitioning.xml:104
202 #, no-c-format
203 msgid "Essential shared libraries and kernel modules"
204 msgstr "基本共享库以及内核模块"
205
206 #. Tag: filename
207 #: partitioning.xml:106
208 #, no-c-format
209 msgid "media"
210 msgstr "media"
211
212 #. Tag: entry
213 #: partitioning.xml:107
214 #, no-c-format
215 msgid "Contains mount points for replaceable media"
216 msgstr "用于移动介质的挂载点"
217
218 #. Tag: filename
219 #: partitioning.xml:109
220 #, no-c-format
221 msgid "<filename>mnt</filename>"
222 msgstr "<filename>mnt</filename>"
223
224 #. Tag: entry
225 #: partitioning.xml:110
226 #, no-c-format
227 msgid "Mount point for mounting a file system temporarily"
228 msgstr "用于临时挂载文件系统"
229
230 #. Tag: filename
231 #: partitioning.xml:112
232 #, no-c-format
233 msgid "proc"
234 msgstr "proc"
235
236 #. Tag: entry
237 #: partitioning.xml:113
238 #, no-c-format
239 msgid "Virtual directory for system information (2.4 and 2.6 kernels)"
240 msgstr "系统信息的虚拟目录(2.4 和 2.6 内核)"
241
242 #. Tag: filename
243 #: partitioning.xml:115
244 #, no-c-format
245 msgid "root"
246 msgstr "root"
247
248 #. Tag: entry
249 #: partitioning.xml:116
250 #, no-c-format
251 msgid "Home directory for the root user"
252 msgstr "root 用户的目录"
253
254 #. Tag: filename
255 #: partitioning.xml:118
256 #, no-c-format
257 msgid "sbin"
258 msgstr "sbin"
259
260 #. Tag: entry
261 #: partitioning.xml:119
262 #, no-c-format
263 msgid "Essential system binaries"
264 msgstr "基本系统命令执行文件"
265
266 #. Tag: filename
267 #: partitioning.xml:121
268 #, no-c-format
269 msgid "<filename>sys</filename>"
270 msgstr "<filename>sys</filename>"
271
272 #. Tag: entry
273 #: partitioning.xml:122
274 #, no-c-format
275 msgid "Virtual directory for system information (2.6 kernels)"
276 msgstr "系统信息的虚拟目录(2.6 内核)"
277
278 #. Tag: filename
279 #: partitioning.xml:124
280 #, no-c-format
281 msgid "<filename>tmp</filename>"
282 msgstr "<filename>tmp</filename>"
283
284 #. Tag: entry
285 #: partitioning.xml:125
286 #, no-c-format
287 msgid "Temporary files"
288 msgstr "临时文件"
289
290 #. Tag: filename
291 #: partitioning.xml:127
292 #, no-c-format
293 msgid "<filename>usr</filename>"
294 msgstr "<filename>usr</filename>"
295
296 #. Tag: entry
297 #: partitioning.xml:128
298 #, no-c-format
299 msgid "Secondary hierarchy"
300 msgstr "第二级目录"
301
302 #. Tag: filename
303 #: partitioning.xml:130
304 #, no-c-format
305 msgid "<filename>var</filename>"
306 msgstr "<filename>var</filename>"
307
308 #. Tag: entry
309 #: partitioning.xml:131
310 #, no-c-format
311 msgid "Variable data"
312 msgstr "不断变化的数据"
313
314 #. Tag: filename
315 #: partitioning.xml:133
316 #, no-c-format
317 msgid "<filename>srv</filename>"
318 msgstr "<filename>srv</filename>"
319
320 #. Tag: entry
321 #: partitioning.xml:134
322 #, no-c-format
323 msgid "Data for services provided by the system"
324 msgstr "系统提供的用于 service 的数据"
325
326 #. Tag: filename
327 #: partitioning.xml:136
328 #, no-c-format
329 msgid "<filename>opt</filename>"
330 msgstr "<filename>opt</filename>"
331
332 #. Tag: entry
333 #: partitioning.xml:137
334 #, no-c-format
335 msgid "Add-on application software packages"
336 msgstr "附加的应用程序软件包"
337
338 #. Tag: para
339 #: partitioning.xml:142
340 #, no-c-format
341 msgid ""
342 "The following is a list of important considerations regarding directories "
343 "and partitions. Note that disk usage varies widely given system "
344 "configuration and specific usage patterns. The recommendations here are "
345 "general guidelines and provide a starting point for partitioning."
346 msgstr ""
347 "下面列出关于目录和分区的重要考虑。要注意磁盘的使用随系统配置和特定用途有很大"
348 "变化。这里所推荐的是通用指引,提供如何分区的起点。"
349
350 #. Tag: para
351 #: partitioning.xml:152
352 #, no-c-format
353 msgid ""
354 "The root partition <filename>/</filename> must always physically contain "
355 "<filename>/etc</filename>, <filename>/bin</filename>, <filename>/sbin</"
356 "filename>, <filename>/lib</filename> and <filename>/dev</filename>, "
357 "otherwise you won't be able to boot. Typically 150&ndash;250MB is needed for "
358 "the root partition."
359 msgstr ""
360 "根分区 <filename>/</filename> 必须总是物理地包含 <filename>/etc</filename>、"
361 "<filename>/bin</filename>、<filename>/sbin</filename>、<filename>/lib</"
362 "filename> 和 <filename>/dev</filename>,否则您将不能启动系统。典型的根分区需"
363 "要 150&ndash;250MB 大小空间。"
364
365 #. Tag: para
366 #: partitioning.xml:161
367 #, no-c-format
368 msgid ""
369 "<filename>/usr</filename>: contains all user programs (<filename>/usr/bin</"
370 "filename>), libraries (<filename>/usr/lib</filename>), documentation "
371 "(<filename>/usr/share/doc</filename>), etc. This is the part of the file "
372 "system that generally takes up most space. You should provide at least 500MB "
373 "of disk space. This amount should be increased depending on the number and "
374 "type of packages you plan to install. A generous workstation or server "
375 "installation should allow 4&ndash;6GB."
376 msgstr ""
377 "<filename>/usr</filename>:包含所有的用户程序(<filename>/usr/bin</"
378 "filename>),库文件(<filename>/usr/lib</filename>),文档(<filename>/usr/share/"
379 "doc</filename>),等等。这是文件系统中耗费空间最多的部分。您需要提供至少 "
380 "500MB 磁盘空间。总容量会依据您要安装的软件包数量和类型增长。宽松的工作站或服"
381 "务器安装应该需要 4&ndash;6GB。"
382
383 #. Tag: para
384 #: partitioning.xml:174
385 #, no-c-format
386 msgid ""
387 "<filename>/var</filename>: variable data like news articles, e-mails, web "
388 "sites, databases, the packaging system cache, etc. will be placed under this "
389 "directory. The size of this directory depends greatly on the usage of your "
390 "system, but for most people will be dictated by the package management "
391 "tool's overhead. If you are going to do a full installation of just about "
392 "everything Debian has to offer, all in one session, setting aside 2 or 3 GB "
393 "of space for <filename>/var</filename> should be sufficient. If you are "
394 "going to install in pieces (that is to say, install services and utilities, "
395 "followed by text stuff, then X, ...), you can get away with 300&ndash;500 "
396 "MB. If hard drive space is at a premium and you don't plan on doing major "
397 "system updates, you can get by with as little as 30 or 40 MB."
398 msgstr ""
399 "<filename>/var</filename>:所有的可变数据,如新闻组文章、电子邮件、网站、数据"
400 "库、软件包系统的缓存等等,将被放入这个目录。这个目录的大小取决于您计算机的用"
401 "途,但是对大多数人来说,将主要用于软件包系统的管理工具。如果您准备一次性地做"
402 "一个全面的安装,包含 Debian 提供的所有程序,<filename>/var</filename> 下面 2 "
403 "或 3GB 的空间应该够用。如果您准备逐个安装(也就是说,安装服务程序和工具,然后"
404 "是文本处理工具,然后是 X,...),您准备 300&ndash;500 MB 就行。要是硬盘空间很"
405 "紧张,并且不准备做主版本的系统升级,可以为其准备 30 或 40MB 大小。"
406
407 #. Tag: para
408 #: partitioning.xml:190
409 #, no-c-format
410 msgid ""
411 "<filename>/tmp</filename>: temporary data created by programs will most "
412 "likely go in this directory. 40&ndash;100MB should usually be enough. Some "
413 "applications &mdash; including archive manipulators, CD/DVD authoring tools, "
414 "and multimedia software &mdash; may use <filename>/tmp</filename> to "
415 "temporarily store image files. If you plan to use such applications, you "
416 "should adjust the space available in <filename>/tmp</filename> accordingly."
417 msgstr ""
418 "<filename>/tmp</filename>: 程序创建的临时数据大都存到这个目录。通常 "
419 "40&ndash;100 MB 应该足够。一些应用程序 &mdash; 包括归档处理程序、CD/DVD 制作"
420 "工具和多媒体软件 &mdash; 可能会使用 <filename>/tmp</filename> 临时保存映像文"
421 "件。如果要使用这些程序,应该相应地调整 <filename>/tmp</filename> 目录的大小。"
422
423 #. Tag: para
424 #: partitioning.xml:201
425 #, no-c-format
426 msgid ""
427 "<filename>/home</filename>: every user will put his personal data into a "
428 "subdirectory of this directory. Its size depends on how many users will be "
429 "using the system and what files are to be stored in their directories. "
430 "Depending on your planned usage you should reserve about 100MB for each "
431 "user, but adapt this value to your needs. Reserve a lot more space if you "
432 "plan to save a lot of multimedia files (pictures, MP3, movies) in your home "
433 "directory."
434 msgstr ""
435 "<filename>/home</filename>:每个用户将放置他的私有数据到这个目录的子目录下。"
436 "其大小取决于将有多少用户使用系统,以及有什么样文件放在他们的目录下。根据规划"
437 "的用途,应该为每个用户准备 100MB 空间,不过应该按您的需求调整。假如您在 home "
438 "目录下计划保存大量的多媒体文件(图片、MP3、电影),该预备更多的空间。"
439
440 #. Tag: title
441 #: partitioning.xml:222
442 #, no-c-format
443 msgid "Recommended Partitioning Scheme"
444 msgstr "推荐的分区方案"
445
446 #. Tag: para
447 #: partitioning.xml:223
448 #, no-c-format
449 msgid ""
450 "For new users, personal Debian boxes, home systems, and other single-user "
451 "setups, a single <filename>/</filename> partition (plus swap) is probably "
452 "the easiest, simplest way to go. However, if your partition is larger than "
453 "around 6GB, choose ext3 as your partition type. Ext2 partitions need "
454 "periodic file system integrity checking, and this can cause delays during "
455 "booting when the partition is large."
456 msgstr ""
457 "对于新用户,个人 Debian 系统、家庭系统以及其它单用户配置来说,一个单一 "
458 "<filename>/</filename> 分区(加上交换分区)可能是最容易的方案。但是如果您的分区"
459 "大于6GB,请选择 ext3 作为您的分区类型。ext2 分区需要定期的系统完整性检查,当"
460 "分区很大的时候,这将导致引导期间的延迟。"
461
462 #. Tag: para
463 #: partitioning.xml:232
464 #, no-c-format
465 msgid ""
466 "For multi-user systems or systems with lots of disk space, it's best to put "
467 "<filename>/usr</filename>, <filename>/var</filename>, <filename>/tmp</"
468 "filename>, and <filename>/home</filename> each on their own partitions "
469 "separate from the <filename>/</filename> partition."
470 msgstr ""
471 "对于多用户系统或者有大量磁盘空间的系统,最好将 <filename>/usr</filename>、"
472 "<filename>/var</filename>、<filename>/tmp</filename> 和 <filename>/home</"
473 "filename> 分配到他们各自的分区,与 <filename>/</filename> 分区分离开来。"
474
475 #. Tag: para
476 #: partitioning.xml:240
477 #, no-c-format
478 msgid ""
479 "You might need a separate <filename>/usr/local</filename> partition if you "
480 "plan to install many programs that are not part of the Debian distribution. "
481 "If your machine will be a mail server, you might need to make <filename>/var/"
482 "mail</filename> a separate partition. Often, putting <filename>/tmp</"
483 "filename> on its own partition, for instance 20&ndash;50MB, is a good idea. "
484 "If you are setting up a server with lots of user accounts, it's generally "
485 "good to have a separate, large <filename>/home</filename> partition. In "
486 "general, the partitioning situation varies from computer to computer "
487 "depending on its uses."
488 msgstr ""
489 "如果您计划安装 Debian 发布版以外的程序,也许需要一个独立的 <filename>/usr/"
490 "local</filename> 分区。如果您的机器是一个邮件服务器,也许需要为 <filename>/"
491 "var/mail</filename> 建立一个独立的分区。通常情况下,将 <filename>/tmp</"
492 "filename> 放在它自己独立的分区,比如 20&ndash;50MB 是一个好主意。如果您要创建"
493 "一个有很多用户的服务器,一个独立的、大的 <filename>/home</filename> 分区比较"
494 "好。一般来说,分区状况在每台计算机都不同,这取决于它们的用途。"
495
496 #. Tag: para
497 #: partitioning.xml:252
498 #, no-c-format
499 msgid ""
500 "For very complex systems, you should see the <ulink url=\"&url-multidisk-"
501 "howto;\"> Multi Disk HOWTO</ulink>. This contains in-depth information, "
502 "mostly of interest to ISPs and people setting up servers."
503 msgstr ""
504 "对于非常复杂的系统来,您应该阅读 <ulink url=\"&url-multidisk-howto;\"> Multi "
505 "Disk HOWTO</ulink>。其中包含了更深入的内容,对于很多 ISP 和架设服务器的用户很"
506 "有用。"
507
508 #. Tag: para
509 #: partitioning.xml:259
510 #, no-c-format
511 msgid ""
512 "With respect to the issue of swap partition size, there are many views. One "
513 "rule of thumb which works well is to use as much swap as you have system "
514 "memory. It also shouldn't be smaller than 16MB, in most cases. Of course, "
515 "there are exceptions to these rules. If you are trying to solve 10000 "
516 "simultaneous equations on a machine with 256MB of memory, you may need a "
517 "gigabyte (or more) of swap."
518 msgstr ""
519 "在交换分区大小方面,这里有很多观点。其中一条经验是使用和内存相同大小的交换分"
520 "区。在大多数情况下它也不应该小于16MB。当然,这里有一些例外。如果您正在尝试在"
521 "一个有 256MB 内存的机器上解决 10000 个联立方程式,您也许需要上 G (或者更多)的"
522 "交换分区。"
523
524 #. Tag: para
525 #: partitioning.xml:268
526 #, no-c-format
527 msgid ""
528 "On the other hand, Atari Falcons and Macs feel pain when swapping, so "
529 "instead of making a large swap partition, get as much RAM as possible."
530 msgstr ""
531 "在另外一个方面,Atari Falcons 以及 Macs 会对交换感到很痛苦,因此建立一个大的"
532 "交换分区不如获得尽可能多的 RAM 。"
533
534 #. Tag: para
535 #: partitioning.xml:273
536 #, no-c-format
537 msgid ""
538 "On 32-bit architectures (i386, m68k, 32-bit SPARC, and PowerPC), the maximum "
539 "size of a swap partition is 2GB. That should be enough for nearly any "
540 "installation. However, if your swap requirements are this high, you should "
541 "probably try to spread the swap across different disks (also called "
542 "<quote>spindles</quote>) and, if possible, different SCSI or IDE channels. "
543 "The kernel will balance swap usage between multiple swap partitions, giving "
544 "better performance."
545 msgstr ""
546 "在 32 位体系结构(i386、m68k、32 位 SPARC 和 PowerPC)下,最大的交换分区尺寸是 "
547 "2GB。这应该基本满足任何安装情况。但是如果您的交换分区需求非常大,您应该尝试分"
548 "离交换分区至不同磁盘中(也叫做 <quote>spindles</quote>),并且如果可能的话,使"
549 "用不同的 SCSI 或者 IDE 通道。内核将在多个交换空间平衡用量来达到更好的性能。"
550
551 #. Tag: para
552 #: partitioning.xml:283
553 #, no-c-format
554 msgid ""
555 "As an example, an older home machine might have 32MB of RAM and a 1.7GB IDE "
556 "drive on <filename>/dev/hda</filename>. There might be a 500MB partition for "
557 "another operating system on <filename>/dev/hda1</filename>, a 32MB swap "
558 "partition on <filename>/dev/hda3</filename> and about 1.2GB on <filename>/"
559 "dev/hda2</filename> as the Linux partition."
560 msgstr ""
561 "举一个例子,一个较老的家用机器上,可能有 32MB 内存和一个 <filename>/dev/hda</"
562 "filename> 上的 1.7GB IDE 驱动器。<filename>/dev/hda1</filename> 上有一个 "
563 "500MB 的分区用于其它操作系统,一个 32MB 交换分区位于 <filename>/dev/hda3</"
564 "filename>,以及一个 1.2GB 空间 <filename>/dev/hda2</filename> 用于 Linux 分"
565 "区。"
566
567 #. Tag: para
568 #: partitioning.xml:292
569 #, no-c-format
570 msgid ""
571 "For an idea of the space taken by tasks you might be interested in adding "
572 "after your system installation is complete, check <xref linkend=\"tasksel-"
573 "size-list\"/>."
574 msgstr ""
575 "对于不同任务需要多大的空间,安装系统完成后的情况有个概念,您或许会感兴趣知"
576 "道,请查阅 <xref linkend=\"tasksel-size-list\"/>。"
577
578 #. Tag: title
579 #: partitioning.xml:308
580 #, no-c-format
581 msgid "Device Names in Linux"
582 msgstr "Linux 里面的设备名称"
583
584 #. Tag: para
585 #: partitioning.xml:309
586 #, no-c-format
587 msgid ""
588 "Linux disks and partition names may be different from other operating "
589 "systems. You need to know the names that Linux uses when you create and "
590 "mount partitions. Here's the basic naming scheme:"
591 msgstr ""
592 "Linux 的磁盘和分区命名可能与其它操作系统不同。您需要知道创建和挂接分区时 "
593 "Linux 所使用的设备名称。这里是基本的命名方案:"
594
595 #. Tag: para
596 #: partitioning.xml:317
597 #, no-c-format
598 msgid "The first floppy drive is named <filename>/dev/fd0</filename>."
599 msgstr "第一个软盘驱动器被命名为 <filename>/dev/fd0</filename>。"
600
601 #. Tag: para
602 #: partitioning.xml:322
603 #, no-c-format
604 msgid "The second floppy drive is named <filename>/dev/fd1</filename>."
605 msgstr "第二个软盘驱动器被命名为 <filename>/dev/fd1</filename>。"
606
607 #. Tag: para
608 #: partitioning.xml:327
609 #, no-c-format
610 msgid ""
611 "The first SCSI disk (SCSI ID address-wise) is named <filename>/dev/sda</"
612 "filename>."
613 msgstr ""
614 "第一个 SCSI 驱动器(SCSI ID address-wise)被命名为 <filename>/dev/sda</"
615 "filename>。"
616
617 #. Tag: para
618 #: partitioning.xml:333
619 #, no-c-format
620 msgid ""
621 "The second SCSI disk (address-wise) is named <filename>/dev/sdb</filename>, "
622 "and so on."
623 msgstr ""
624 "第二个 SCSI 驱动器(address-wise)被命名为 <filename>/dev/sdb</filename>,等"
625 "等。"
626
627 #. Tag: para
628 #: partitioning.xml:339
629 #, no-c-format
630 msgid ""
631 "The first SCSI CD-ROM is named <filename>/dev/scd0</filename>, also known as "
632 "<filename>/dev/sr0</filename>."
633 msgstr ""
634 "第一个 SCSI 光盘驱动器被命名为 <filename>/dev/scd0</filename>,也叫 "
635 "<filename>/dev/sr0</filename>。"
636
637 #. Tag: para
638 #: partitioning.xml:345
639 #, no-c-format
640 msgid ""
641 "The master disk on IDE primary controller is named <filename>/dev/hda</"
642 "filename>."
643 msgstr "主 IDE 控制器下的主磁盘被命名为 <filename>/dev/hda</filename>。"
644
645 #. Tag: para
646 #: partitioning.xml:351
647 #, no-c-format
648 msgid ""
649 "The slave disk on IDE primary controller is named <filename>/dev/hdb</"
650 "filename>."
651 msgstr "主 IDE 控制器的从盘命名为 <filename>/dev/hdb</filename>。"
652
653 #. Tag: para
654 #: partitioning.xml:357
655 #, no-c-format
656 msgid ""
657 "The master and slave disks of the secondary controller can be called "
658 "<filename>/dev/hdc</filename> and <filename>/dev/hdd</filename>, "
659 "respectively. Newer IDE controllers can actually have two channels, "
660 "effectively acting like two controllers. <phrase arch=\"m68k\"> The letters "
661 "may differ from what shows in the mac program pdisk (i.e. what shows up as "
662 "<filename>/dev/hdc</filename> on pdisk may show up as <filename>/dev/hda</"
663 "filename> in Debian). </phrase>"
664 msgstr ""
665 "第二个控制器的主磁盘和从磁盘会分别被叫做 <filename>/dev/hdc</filename> 和 "
666 "<filename>/dev/hdd</filename>,较新的 IDE 控制器实际上有两个通道,扮演着两个"
667 "控制器的角色。<phrase arch=\"m68k\"> 字符可能和 mac 程序 pdisk 显示有所不同。"
668 "(在 pdisk 上的 <filename>/dev/hdc</filename> 可能在 Debian 中显示为 "
669 "<filename>/dev/hda</filename>)。</phrase>"
670
671 #. Tag: para
672 #: partitioning.xml:372
673 #, no-c-format
674 msgid "The first XT disk is named <filename>/dev/xda</filename>."
675 msgstr "第一个 XT 磁盘会被命名为 <filename>/dev/xda</filename>。"
676
677 #. Tag: para
678 #: partitioning.xml:377
679 #, no-c-format
680 msgid "The second XT disk is named <filename>/dev/xdb</filename>."
681 msgstr "第二个 XT 磁盘会被命名为 <filename>/dev/xdb</filename>。"
682
683 #. Tag: para
684 #: partitioning.xml:382
685 #, no-c-format
686 msgid ""
687 "The first ACSI device is named <filename>/dev/ada</filename>, the second is "
688 "named <filename>/dev/adb</filename>."
689 msgstr ""
690 "第一个 ACSI 设备被命名为 <filename>/dev/ada</filename> ,第二个则是 "
691 "<filename>/dev/adb</filename>。"
692
693 #. Tag: para
694 #: partitioning.xml:391
695 #, no-c-format
696 msgid "The first DASD device is named <filename>/dev/dasda</filename>."
697 msgstr "第一个 DASD 设备被命名为 <filename>/dev/dasda</filename>。"
698
699 #. Tag: para
700 #: partitioning.xml:397
701 #, no-c-format
702 msgid ""
703 "The second DASD device is named <filename>/dev/dasdb</filename>, and so on."
704 msgstr "第二个 DASD 设备被命名为 <filename>/dev/dasdb</filename>,等等。"
705
706 #. Tag: para
707 #: partitioning.xml:405
708 #, no-c-format
709 msgid ""
710 "The partitions on each disk are represented by appending a decimal number to "
711 "the disk name: <filename>sda1</filename> and <filename>sda2</filename> "
712 "represent the first and second partitions of the first SCSI disk drive in "
713 "your system."
714 msgstr ""
715 "每个磁盘分区的表示,是通过在磁盘名称后面附加一个十进制数字:<filename>sda1</"
716 "filename> 和 <filename>sda2</filename> 代表系统里的第一个 SCSI 磁盘驱动器的第"
717 "一个和第二个分区。"
718
719 #. Tag: para
720 #: partitioning.xml:412
721 #, no-c-format
722 msgid ""
723 "Here is a real-life example. Let's assume you have a system with 2 SCSI "
724 "disks, one at SCSI address 2 and the other at SCSI address 4. The first disk "
725 "(at address 2) is then named <filename>sda</filename>, and the second "
726 "<filename>sdb</filename>. If the <filename>sda</filename> drive has 3 "
727 "partitions on it, these will be named <filename>sda1</filename>, "
728 "<filename>sda2</filename>, and <filename>sda3</filename>. The same applies "
729 "to the <filename>sdb</filename> disk and its partitions."
730 msgstr ""
731 "这里有一个具体的例子。假设您有一个系统带有两个 SCSI 磁盘,一个 SCSI 地址是 2 "
732 "并且另外一个地址是 4。第一个磁盘(在 2 上)会被命名为 <filename>sda</filename>"
733 "并且第二个是 <filename>sdb</filename>。如果 <filename>sda</filename> 驱动器"
734 "有 3 个分区,它们将被命名为 <filename>sda1</filename>、<filename>sda2</"
735 "filename> 和 <filename>sda3</filename>。这同样适用于 <filename>sdb</"
736 "filename> 及其分区。"
737
738 #. Tag: para
739 #: partitioning.xml:423
740 #, no-c-format
741 msgid ""
742 "Note that if you have two SCSI host bus adapters (i.e., controllers), the "
743 "order of the drives can get confusing. The best solution in this case is to "
744 "watch the boot messages, assuming you know the drive models and/or "
745 "capacities."
746 msgstr ""
747 "注意如果您有两个 SCSI 主机总线适配器(控制器),设备的顺序可能会比较混乱。最好"
748 "的解决方案是观察引导信息,如果您知道驱动器型号和/或者容量。"
749
750 #. Tag: para
751 #: partitioning.xml:430
752 #, no-c-format
753 msgid ""
754 "Linux represents the primary partitions as the drive name, plus the numbers "
755 "1 through 4. For example, the first primary partition on the first IDE drive "
756 "is <filename>/dev/hda1</filename>. The logical partitions are numbered "
757 "starting at 5, so the first logical partition on that same drive is "
758 "<filename>/dev/hda5</filename>. Remember that the extended partition, that "
759 "is, the primary partition holding the logical partitions, is not usable by "
760 "itself. This applies to SCSI disks as well as IDE disks."
761 msgstr ""
762 "Linux 表示主分区为驱动器名称加上数字 1 到 4。例如,在第一个 IDE 驱动器上的第"
763 "一个主分区是 <filename>/dev/hda1</filename>。逻辑驱动器将会从数字 5 开始,因"
764 "此在相同驱动器上的第一个逻辑驱动器是 <filename>/dev/hda5</filename>。要记住,"
765 "扩展分区也就是含有逻辑驱动器的主分区,本身不可以使用。这个规则对 SCSI 也同样"
766 "适用。"
767
768 #. Tag: para
769 #: partitioning.xml:441
770 #, no-c-format
771 msgid ""
772 "VMEbus systems using the TEAC FC-1 SCSI floppy drive will see it as normal "
773 "SCSI disk. To make identification of the drive simpler the installation "
774 "software will create a symbolic link to the appropriate device and name it "
775 "<filename>/dev/sfd0</filename>."
776 msgstr ""
777 "VMEbus 系统使用的 TEAC FC-1 SCSI 软盘驱动器将被看成正常的 SCSI 磁盘。为了让驱"
778 "动器辨认更强容易安装软件将创建一个符号链接至合适的设备并且称为 <filename>/"
779 "dev/sfd0</filename>。"
780
781 #. Tag: para
782 #: partitioning.xml:448
783 #, no-c-format
784 msgid ""
785 "Sun disk partitions allow for 8 separate partitions (or slices). The third "
786 "partition is usually (and is preferred to have) the <quote>Whole Disk</"
787 "quote> partition. This partition references all of the sectors of the disk, "
788 "and is used by the boot loader (either SILO, or Sun's)."
789 msgstr ""
790 "Sun 磁盘分区允许8个独立的分区(或者片)。第三个分区通常是(一般也被建议设置为)"
791 "<quote>Whole Disk</quote>分区。这个分区代表磁盘上所有的扇区,并且将被启动引导"
792 "器(SILO 或者 SUN 的)使用。"
793
794 #. Tag: para
795 #: partitioning.xml:455
796 #, no-c-format
797 msgid ""
798 "The partitions on each disk are represented by appending a decimal number to "
799 "the disk name: <filename>dasda1</filename> and <filename>dasda2</filename> "
800 "represent the first and second partitions of the first DASD device in your "
801 "system."
802 msgstr ""
803 "每个磁盘的分区名的显示,是通过在磁盘名称后面附加一个十进制数字: "
804 "<filename>dasda1</filename> 以及 <filename>dasda2</filename> 表示您系统上第一"
805 "个 DASD 设备的第一个以及第二个分区。"
806
807 #. Tag: title
808 #: partitioning.xml:470
809 #, no-c-format
810 msgid "Debian Partitioning Programs"
811 msgstr "Debian 分区程序"
812
813 #. Tag: para
814 #: partitioning.xml:471
815 #, no-c-format
816 msgid ""
817 "Several varieties of partitioning programs have been adapted by Debian "
818 "developers to work on various types of hard disks and computer "
819 "architectures. Following is a list of the program(s) applicable for your "
820 "architecture."
821 msgstr ""
822 "Debian 开发人员选用了几种在不同硬盘和不同体系结构上的分区程序。下面是一个适合"
823 "您的体系的程序列表。"
824
825 #. Tag: command
826 #: partitioning.xml:483
827 #, no-c-format
828 msgid "partman"
829 msgstr "partman"
830
831 #. Tag: para
832 #: partitioning.xml:484
833 #, no-c-format
834 msgid ""
835 "Recommended partitioning tool in Debian. This Swiss army knife can also "
836 "resize partitions, create filesystems <phrase arch=\"x86\"> (<quote>format</"
837 "quote> in Windows speak)</phrase> and assign them to the mountpoints."
838 msgstr ""
839 "推荐的 Debian 分区工具。这把瑞士军刀可以修改分区大小,创建文件系统<phrase "
840 "arch=\"x86\">(Windows 下的说法是 <quote>format</quote>)</phrase>和关联分区至"
841 "挂接点。"
842
843 #. Tag: command
844 #: partitioning.xml:495
845 #, no-c-format
846 msgid "fdisk"
847 msgstr "fdisk"
848
849 #. Tag: para
850 #: partitioning.xml:496
851 #, no-c-format
852 msgid "The original Linux disk partitioner, good for gurus."
853 msgstr "最早的 Linux 磁盘分区工具,对于老手很好用。"
854
855 #. Tag: para
856 #: partitioning.xml:500
857 #, no-c-format
858 msgid ""
859 "Be careful if you have existing FreeBSD partitions on your machine. The "
860 "installation kernels include support for these partitions, but the way that "
861 "<command>fdisk</command> represents them (or not) can make the device names "
862 "differ. See the <ulink url=\"&url-linux-freebsd;\">Linux+FreeBSD HOWTO</"
863 "ulink>."
864 msgstr ""
865 "请注意,如果您的机器上有一个 FreeBSD 分区。安装内核包含对这些分区的支持,但"
866 "是 <command>fdisk</command> 表示他们的设备名称方式可能有所不同(也可能不是)。"
867 "参阅 <ulink url=\"&url-linux-freebsd;\">Linux+FreeBSD HOWTO</ulink>。"
868
869 #. Tag: command
870 #: partitioning.xml:512
871 #, no-c-format
872 msgid "cfdisk"
873 msgstr "cfdisk"
874
875 #. Tag: para
876 #: partitioning.xml:513
877 #, no-c-format
878 msgid "A simple-to-use, full-screen disk partitioner for the rest of us."
879 msgstr "一个简单易用、全屏幕的磁盘分区程序。供其他人员使用。"
880
881 #. Tag: para
882 #: partitioning.xml:517
883 #, no-c-format
884 msgid ""
885 "Note that <command>cfdisk</command> doesn't understand FreeBSD partitions at "
886 "all, and, again, device names may differ as a result."
887 msgstr ""
888 "请注意 <command>cfdisk</command> 完全不了解 FreeBSD 的分区,因此,再说一次,"
889 "设备名称与结果可能不同。"
890
891 #. Tag: command
892 #: partitioning.xml:526
893 #, no-c-format
894 msgid "atari-fdisk"
895 msgstr "atari-fdisk"
896
897 #. Tag: para
898 #: partitioning.xml:527
899 #, no-c-format
900 msgid "Atari-aware version of <command>fdisk</command>."
901 msgstr "Atari 版本的 <command>fdisk</command>。"
902
903 #. Tag: command
904 #: partitioning.xml:535
905 #, no-c-format
906 msgid "amiga-fdisk"
907 msgstr "amiga-fdisk"
908
909 #. Tag: para
910 #: partitioning.xml:536
911 #, no-c-format
912 msgid "Amiga-aware version of <command>fdisk</command>."
913 msgstr "Amiga-aware 版本的 <command>fdisk</command>。"
914
915 #. Tag: command
916 #: partitioning.xml:544
917 #, no-c-format
918 msgid "mac-fdisk"
919 msgstr "mac-fdisk"
920
921 #. Tag: para
922 #: partitioning.xml:545
923 #, no-c-format
924 msgid "Mac-aware version of <command>fdisk</command>."
925 msgstr "Mac-aware 版本的 <command>fdisk</command>。"
926
927 #. Tag: command
928 #: partitioning.xml:553
929 #, no-c-format
930 msgid "pmac-fdisk"
931 msgstr "pmac-fdisk"
932
933 #. Tag: para
934 #: partitioning.xml:554
935 #, no-c-format
936 msgid ""
937 "PowerMac-aware version of <command>fdisk</command>, also used by BVM and "
938 "Motorola VMEbus systems."
939 msgstr ""
940 "PowerMac 的 <command>fdisk</command>版本,同时也用于 BVM 以及 Motorola "
941 "VMEbus 系统。"
942
943 #. Tag: command
944 #: partitioning.xml:563
945 #, no-c-format
946 msgid "fdasd"
947 msgstr "fdasd"
948
949 #. Tag: para
950 #: partitioning.xml:564
951 #, no-c-format
952 msgid ""
953 "&arch-title; version of <command>fdisk</command>; Please read the fdasd "
954 "manual page or chapter 13 in <ulink url=\"http://oss.software.ibm.com/"
955 "developerworks/opensource/linux390/docu/l390dd08.pdf\"> Device Drivers and "
956 "Installation Commands</ulink> for details."
957 msgstr ""
958 "&arch-title; <command>fdisk</command> 的版本; 请阅读 <ulink url=\"fdasd.txt"
959 "\">fdasd 手册页</ulink>或者 <ulink url=\"http://oss.software.ibm.com/"
960 "developerworks/opensource/linux390/docu/l390dd08.pdf\"> Device Drivers and "
961 "\"\n"
962 "\"Installation Commands</ulink> 的第 13 章获得详细信息。"
963
964 #. Tag: para
965 #: partitioning.xml:575
966 #, no-c-format
967 msgid ""
968 "One of these programs will be run by default when you select "
969 "<guimenuitem>Partition disks</guimenuitem> (or similar). It may be possible "
970 "to use a different partitioning tool from the command line on VT2, but this "
971 "is not recommended."
972 msgstr ""
973 "当您选择了 <guimenuitem>Partition disks</guimenuitem> (或类似的),默认会执行"
974 "其中的一个程序。在 VT2 命令行上也可以使用其他的分区工具,但不推荐采用这种方"
975 "式。"
976
977 #. Tag: para
978 #: partitioning.xml:582
979 #, no-c-format
980 msgid "Remember to mark your boot partition as <quote>Bootable</quote>."
981 msgstr "要记得标记您的引导分区为 <quote>Bootable</quote>。"
982
983 #. Tag: para
984 #: partitioning.xml:585
985 #, no-c-format
986 msgid ""
987 "One key point when partitioning for Mac type disks is that the swap "
988 "partition is identified by its name; it must be named <quote>swap</quote>. "
989 "All Mac linux partitions are the same partition type, Apple_UNIX_SRV2. "
990 "Please read the fine manual. We also suggest reading the <ulink url=\"&url-"
991 "mac-fdisk-tutorial;\">mac-fdisk Tutorial</ulink>, which includes steps you "
992 "should take if you are sharing your disk with MacOS."
993 msgstr ""
994 "为 Mac 类型磁盘分区的关键点是,交换分区是根据其名称确定的,它必须被命名为"
995 "<quote>swap</quote>。所有的 Mac Linux 分区都是相同的 Apple_UNIX_SRV2 分区类"
996 "型。请阅读合适的手册。我们还建议您阅读 <ulink url=\"&url-mac-fdisk-tutorial;"
997 "\">mac-fdisk Tutorial</ulink>,其中包括了如何同 MacOS 共享磁盘的步骤。"
998
999 # index.docbook:612, index.docbook:672, index.docbook:696, index.docbook:793, index.docbook:912, index.docbook:989
1000 #. Tag: title
1001 #: partitioning.xml:601 partitioning.xml:662 partitioning.xml:686
1002 #: partitioning.xml:783 partitioning.xml:897 partitioning.xml:974
1003 #, no-c-format
1004 msgid "Partitioning for &arch-title;"
1005 msgstr "为 &arch-title; 准备分区"
1006
1007 #. Tag: para
1008 #: partitioning.xml:602
1009 #, no-c-format
1010 msgid ""
1011 "Booting Debian from the SRM console (the only disk boot method supported by "
1012 "&releasename;) requires you to have a BSD disk label, not a DOS partition "
1013 "table, on your boot disk. (Remember, the SRM boot block is incompatible with "
1014 "MS-DOS partition tables &mdash; see <xref linkend=\"alpha-firmware\"/>.) As "
1015 "a result, <command>partman</command> creates BSD disk labels when running on "
1016 "&architecture;, but if your disk has an existing DOS partition table the "
1017 "existing partitions will need to be deleted before <command>partman</"
1018 "command> can convert it to use a disk label."
1019 msgstr ""
1020 "从 SRM 控制台引导 Debian (惟一能被 &releasename; 支持的启动方法)要求您的启动"
1021 "盘上有 BSD disk label,而不是 DOS 分区。(注意,SRM 引导块不和 MS-DOS 分区兼"
1022 "容 &mdash; 参阅 <xref linkend=\"alpha-firmware\"/>。)因此,<command>partman</"
1023 "command> 在 &architecture; 上运行时会创建 BSD disk label,如果您的磁盘上已经"
1024 "存在一个 DOS 分区表,在 partman 转换到 disk label 前需要将它删除。"
1025
1026 #. Tag: para
1027 #: partitioning.xml:613
1028 #, no-c-format
1029 msgid ""
1030 "If you have chosen to use <command>fdisk</command> to partition your disk, "
1031 "and the disk that you have selected for partitioning does not already "
1032 "contain a BSD disk label, you must use the <quote>b</quote> command to enter "
1033 "disk label mode."
1034 msgstr ""
1035 "如果您选择使用 <command>fdisk</command> 为您的磁盘分区,并且该磁盘上没有 BSD "
1036 "磁盘卷标,您必须使用<quote>b</quote>命令进入磁盘卷标模式。"
1037
1038 #. Tag: para
1039 #: partitioning.xml:620
1040 #, no-c-format
1041 msgid ""
1042 "Unless you wish to use the disk you are partitioning from Tru64 Unix or one "
1043 "of the free 4.4BSD-Lite derived operating systems (FreeBSD, OpenBSD, or "
1044 "NetBSD), you should <emphasis>not</emphasis> create the third partition as a "
1045 "<quote>whole disk</quote> partition (i.e. with start and end sectors to span "
1046 "the whole disk), as this renders the disk incompatible with the tools used "
1047 "to make it bootable with aboot. This means that the disk configured by the "
1048 "installer for use as the Debian boot disk will be inaccessible to the "
1049 "operating systems mentioned earlier."
1050 msgstr ""
1051 "除非您想在 Tru64 Unix 或者一个 free 4.4BSD-Lite 后续的系统下(FreeBSD, "
1052 "OpenBSD 或 NetBSD)使用这个磁盘,请 <emphasis>不要</emphasis> 建立包含<quote>"
1053 "整个磁盘</quote>的第三分区(如,起始和终止扇区扩展到整个磁盘),这与让磁盘启动"
1054 "的工具 aboot 不兼容。意味着安装程序配置的 Debian 引导盘将无法被前面提到的操作"
1055 "系统访问。"
1056
1057 #. Tag: para
1058 #: partitioning.xml:632
1059 #, no-c-format
1060 msgid ""
1061 "Also, because <command>aboot</command> is written to the first few sectors "
1062 "of the disk (currently it occupies about 70 kilobytes, or 150 sectors), you "
1063 "<emphasis>must</emphasis> leave enough empty space at the beginning of the "
1064 "disk for it. In the past, it was suggested that you make a small partition "
1065 "at the beginning of the disk, to be left unformatted. For the same reason "
1066 "mentioned above, we now suggest that you do not do this on disks that will "
1067 "only be used by GNU/Linux. When using <command>partman</command>, a small "
1068 "partition will still be created for <command>aboot</command> for convenience "
1069 "reasons."
1070 msgstr ""
1071 "同时,由于 <command>aboot</command> 将被写到磁盘的前面的几个扇区(目前它占用大"
1072 "约 70 KB 空间,或者 150 个扇区)。您 <emphasis>必须</emphasis> 在磁盘的开始处"
1073 "留下足够的空间。以前的方法建议您在磁盘的开始处分出一个较小并且不格式化的分"
1074 "区。基于上面的理由,我们现在建议您这块磁盘专门用于 GNU/Linux。当使用 "
1075 "<command>partman</command>,仍会建立一个小的分区给 <command>aboot</command>,"
1076 "这是习惯所致。"
1077
1078 #. Tag: para
1079 #: partitioning.xml:644
1080 #, no-c-format
1081 msgid ""
1082 "For ARC installations, you should make a small FAT partition at the "
1083 "beginning of the disk to contain <command>MILO</command> and "
1084 "<command>linload.exe</command> &mdash; 5 megabytes should be sufficient, see "
1085 "<xref linkend=\"non-debian-partitioning\"/>. Unfortunately, making FAT file "
1086 "systems from the menu is not yet supported, so you'll have to do it manually "
1087 "from the shell using <command>mkdosfs</command> before attempting to install "
1088 "the boot loader."
1089 msgstr ""
1090 "对于 ARC 的安装来说,您应该在磁盘开始处建立一个小的 FAT 分区以便装入 "
1091 "<command>MILO</command> 以及 <command>linload.exe</command> &mdash; 至少需要 "
1092 "5 MB 空间,请参见 <xref linkend=\"non-debian-partitioning\"/>。不幸地是,从菜"
1093 "单建立 FAT 文件系统的方法是不被支持的,因此您必须在 Shell 下面使用 "
1094 "<command>mkdosfs</command> 然后再尝试安装启动引导器。"
1095
1096 #. Tag: para
1097 #: partitioning.xml:663
1098 #, no-c-format
1099 msgid ""
1100 "PALO, the HPPA boot loader, requires a partition of type <quote>F0</quote> "
1101 "somewhere in the first 2GB. This is where the boot loader and an optional "
1102 "kernel and RAMdisk will be stored, so make it big enough for that &mdash; at "
1103 "least 4Mb (I like 8&ndash;16MB). An additional requirement of the firmware "
1104 "is that the Linux kernel must reside within the first 2GB of the disk. This "
1105 "is typically achieved by making the root ext2 partition fit entirely within "
1106 "the first 2GB of the disk. Alternatively you can create a small ext2 "
1107 "partition near the start of the disk and mount that on <filename>/boot</"
1108 "filename>, since that is the directory where the Linux kernel(s) will be "
1109 "stored. <filename>/boot</filename> needs to be big enough to hold whatever "
1110 "kernels (and backups) you might wish to load; 25&ndash;50MB is generally "
1111 "sufficient."
1112 msgstr ""
1113 "PALO 是一个 HPPA 的启动引导器。它需要在磁盘前 2GB 内得到一个 <quote>F0</"
1114 "quote> 类型的分区。这个分区里面装有启动引导器以及可选的内核和内存虚拟磁盘。因"
1115 "此最好这个分区的大小应该符合这个要求 &mdash; 至少需要 4 MB (我个人倾向于 "
1116 "8&ndash;16 MB)。固件的一个附加的要求是 Linux 内核必须在磁盘的前 2GB 内。达到"
1117 "这一点要求需要把根 ext2 分区整个放在磁盘的头 2GB 内。或者您可以在磁盘前部创建"
1118 "一个小分区,并且被挂载到 <filename>/boot</filename>,然后在这个目录下面放置 "
1119 "Linux 内核。<filename>/boot</filename> 需要足够大以便能够放置入内核;"
1120 "25&ndash;50 MB 一般来说应该足够了。"
1121
1122 #. Tag: para
1123 #: partitioning.xml:687
1124 #, no-c-format
1125 msgid ""
1126 "If you have an existing other operating system such as DOS or Windows and "
1127 "you want to preserve that operating system while installing Debian, you may "
1128 "need to resize its partition to free up space for the Debian installation. "
1129 "The installer supports resizing of both FAT and NTFS filesystems; when you "
1130 "get to the installer's partitioning step, select the option "
1131 "<guimenuitem>Manual</guimenuitem> and then simply select an existing "
1132 "partition and change its size."
1133 msgstr ""
1134 "如果您已经有 DOS 或 Windows 这样的其他操作系统存在,并想在安装 Debian 时保留"
1135 "它们,应该重新设置分区大小,释放空间给 Debian 安装程序。安装程序支持修改 FAT "
1136 "和 NTFS 文件系统的尺寸;当您进入安装程序的分区步骤,选择 "
1137 "<guimenuitem>Manual</guimenuitem> 选项,然后只需选择已有的分区,更改其尺寸。"
1138
1139 #. Tag: para
1140 #: partitioning.xml:697
1141 #, no-c-format
1142 msgid ""
1143 "The PC BIOS generally adds additional constraints for disk partitioning. "
1144 "There is a limit to how many <quote>primary</quote> and <quote>logical</"
1145 "quote> partitions a drive can contain. Additionally, with pre 1994&ndash;98 "
1146 "BIOSes, there are limits to where on the drive the BIOS can boot from. More "
1147 "information can be found in the <ulink url=\"&url-partition-howto;\">Linux "
1148 "Partition HOWTO</ulink> and the <ulink url=\"&url-phoenix-bios-faq-large-"
1149 "disk;\">Phoenix BIOS FAQ</ulink>, but this section will include a brief "
1150 "overview to help you plan most situations."
1151 msgstr ""
1152 "PC BIOS 一般会对磁盘分区加入一些约束。比如一个磁盘驱动可以含有多少个<quote>主"
1153 "</quote>分区和<quote>逻辑</quote>分区。在 1994$ndash;98 年的 BIOS 里,还有关"
1154 "于 BIOS 能够从什么地方引导的限制。详细的信息可以在 <ulink url=\"&url-"
1155 "partition-howto;\">Linux Partition HOWTO</ulink> 以及 <ulink url=\"&url-"
1156 "phoenix-bios-faq-large-disk;\">Phoenix BIOS FAQ</ulink> 中找到。但是这一节将"
1157 "包含一个简单的介绍,帮助您在大多数情况下进行规划。"
1158
1159 #. Tag: para
1160 #: partitioning.xml:708
1161 #, no-c-format
1162 msgid ""
1163 "<quote>Primary</quote> partitions are the original partitioning scheme for "
1164 "PC disks. However, there can only be four of them. To get past this "
1165 "limitation, <quote>extended</quote> and <quote>logical</quote> partitions "
1166 "were invented. By setting one of your primary partitions as an extended "
1167 "partition, you can subdivide all the space allocated to that partition into "
1168 "logical partitions. You can create up to 60 logical partitions per extended "
1169 "partition; however, you can only have one extended partition per drive."
1170 msgstr ""
1171 "<quote>主</quote>分区是 PC 磁盘上最早的分区方案。但是,每个磁盘只能含有四个主"
1172 "分区。为了突破这个限制,发明了<quote>扩展(extended)</quote>和<quote>逻辑</"
1173 "quote>分区。通过将一个主分区设置为扩展分区,您可以把其他的空间分配到其中划分"
1174 "成逻辑分区。您可以为每个扩展分区分配多至 60 个逻辑分区;但是每个磁盘只能含有"
1175 "一个扩展分区。"
1176
1177 #. Tag: para
1178 #: partitioning.xml:719
1179 #, no-c-format
1180 msgid ""
1181 "Linux limits the partitions per drive to 15 partitions for SCSI disks (3 "
1182 "usable primary partitions, 12 logical partitions), and 63 partitions on an "
1183 "IDE drive (3 usable primary partitions, 60 logical partitions). However the "
1184 "normal &debian; system provides only 20 devices for partitions, so you may "
1185 "not install on partitions higher than 20 unless you first manually create "
1186 "devices for those partitions."
1187 msgstr ""
1188 "对于 SCSI 来说,Linux 限制每个驱动器最多有 15 个分区(3 个可用的主分区,12 个"
1189 "逻辑分区)。对于 IDE 来说可以有 63 个分区(3 个可用的主分区,60 个逻辑分区)。但"
1190 "是对于普通的 &debian; 版本,系统只支持 20 个分区设备,因此您不能安装超过 20 "
1191 "个的分区,除非您首先为这些分区手工创建了设备文件。"
1192
1193 #. Tag: para
1194 #: partitioning.xml:729
1195 #, no-c-format
1196 msgid ""
1197 "If you have a large IDE disk, and are using neither LBA addressing, nor "
1198 "overlay drivers (sometimes provided by hard disk manufacturers), then the "
1199 "boot partition (the partition containing your kernel image) must be placed "
1200 "within the first 1024 cylinders of your hard drive (usually around 524 "
1201 "megabytes, without BIOS translation)."
1202 msgstr ""
1203 "如果您有一个大的 IDE 磁盘,并且既没有使用 LBA 寻址,也没有覆盖(overlay)驱动"
1204 "(硬盘制造商有时候提供此功能),那么引导分区(含有您内核映像的分区)必须放置在硬"
1205 "盘第一个 1024 柱面内(在没有 BIOS 转换的情况下,大约有 524MB)。"
1206
1207 #. Tag: para
1208 #: partitioning.xml:737
1209 #, no-c-format
1210 msgid ""
1211 "This restriction doesn't apply if you have a BIOS newer than around "
1212 "1995&ndash;98 (depending on the manufacturer) that supports the "
1213 "<quote>Enhanced Disk Drive Support Specification</quote>. Both Lilo, the "
1214 "Linux loader, and Debian's alternative <command>mbr</command> must use the "
1215 "BIOS to read the kernel from the disk into RAM. If the BIOS int 0x13 large "
1216 "disk access extensions are found to be present, they will be utilized. "
1217 "Otherwise, the legacy disk access interface is used as a fall-back, and it "
1218 "cannot be used to address any location on the disk higher than the 1023rd "
1219 "cylinder. Once Linux is booted, no matter what BIOS your computer has, these "
1220 "restrictions no longer apply, since Linux does not use the BIOS for disk "
1221 "access."
1222 msgstr ""
1223 "如果您的 BIOS 在 1995&ndash;98 年之后出现(取决于制造商),并且支持 "
1224 "<quote>Enhanced Disk Drive Support Specification</quote>,就没有这个限制。"
1225 "Linux 的引导程序 Lilo 和 Debian 的 <command>mbr</command> 都必须使用 BIOS 来"
1226 "从磁盘读取内核至内存。如果 BIOS int 0x13 大硬盘访问拓展被打开,则将被使用。否"
1227 "则会使用旧的传统磁盘访问接口,而且不能找到任何大于 1023 的柱面。一旦 Linux 引"
1228 "导后,不管您的计算机 BIOS 是什么,这些限制都不再起任何作用,因为 Linux 并不使"
1229 "用 BIOS 来进行磁盘寻址。"
1230
1231 #. Tag: para
1232 #: partitioning.xml:751
1233 #, no-c-format
1234 msgid ""
1235 "If you have a large disk, you might have to use cylinder translation "
1236 "techniques, which you can set from your BIOS setup program, such as LBA "
1237 "(Logical Block Addressing) or CHS translation mode (<quote>Large</quote>). "
1238 "More information about issues with large disks can be found in the <ulink "
1239 "url=\"&url-large-disk-howto;\">Large Disk HOWTO</ulink>. If you are using a "
1240 "cylinder translation scheme, and the BIOS does not support the large disk "
1241 "access extensions, then your boot partition has to fit within the "
1242 "<emphasis>translated</emphasis> representation of the 1024th cylinder."
1243 msgstr ""
1244 "如果您有一个大硬盘,您也许必须使用柱面转换(cylinder translation)技术。它可以"
1245 "在 BIOS 设置程序中打开,比如 LBA (Logical Block Addressing) 或者 CHS 转换模式"
1246 "(<quote>Large</quote>)。关于大硬盘的各种问题可以在 <ulink url=\"&url-large-"
1247 "disk-howto;\">Large Disk HOWTO</ulink> 下找到。如果您正在使用一个柱面转换方"
1248 "案,并且 BIOS 并不支持大硬盘访问拓展,您的引导分区必须放置在<emphasis>转换后"
1249 "</emphasis>的 1024 柱面内。"
1250
1251 #. Tag: para
1252 #: partitioning.xml:763
1253 #, no-c-format
1254 msgid ""
1255 "The recommended way of accomplishing this is to create a small "
1256 "(25&ndash;50MB should suffice) partition at the beginning of the disk to be "
1257 "used as the boot partition, and then create whatever other partitions you "
1258 "wish to have, in the remaining area. This boot partition <emphasis>must</"
1259 "emphasis> be mounted on <filename>/boot</filename>, since that is the "
1260 "directory where the Linux kernel(s) will be stored. This configuration will "
1261 "work on any system, regardless of whether LBA or large disk CHS translation "
1262 "is used, and regardless of whether your BIOS supports the large disk access "
1263 "extensions."
1264 msgstr ""
1265 "解决这个问题的推荐方法,是在磁盘开始处创建一个小的(25&ndash;50MB 足矣)分区来"
1266 "作为引导分区。并且在其余地方创建另外的分区。这个引导分区<emphasis>必须</"
1267 "emphasis>挂载到 <filename>/boot</filename> 下,因为它是放置 Linux 内核的地"
1268 "方。这样的设置将可以在任意系统上工作,不管 LBA 或者大硬盘 CHS 转换是否起作"
1269 "用,甚至也不管您的 BIOS 是否支持大硬盘访问扩展。"
1270
1271 #. Tag: para
1272 #: partitioning.xml:784
1273 #, no-c-format
1274 msgid ""
1275 "The <command>partman</command> disk partitioner is the default partitioning "
1276 "tool for the installer. It manages the set of partitions and their mount "
1277 "points to ensure that the disks and filesystems are properly configured for "
1278 "a successful installation. It actually uses <command>parted</command> to do "
1279 "the on-disk partitioning."
1280 msgstr ""
1281 "<command>partman</command> 是安装程序的缺省分区工具。它管理一系列分区以及挂载"
1282 "点,对于一个成功的安装确保磁盘和文件系统有合适的配置。实际上它使用的是 "
1283 "<command>parted</command> 来进行磁盘分区的。"
1284
1285 #. Tag: title
1286 #: partitioning.xml:796
1287 #, no-c-format
1288 msgid "EFI Recognized Formats"
1289 msgstr "EFI 能够识别的格式"
1290
1291 #. Tag: para
1292 #: partitioning.xml:797
1293 #, no-c-format
1294 msgid ""
1295 "The IA-64 EFI firmware supports two partition table (or disk label) formats, "
1296 "GPT and MS-DOS. MS-DOS, the format typically used on i386 PCs, is no longer "
1297 "recommended for IA-64 systems. Although the installer also provides "
1298 "<command>cfdisk</command>, you should only use <ulink url=\"parted.txt\"> "
1299 "<command>parted</command></ulink> because only it can manage both GPT and MS-"
1300 "DOS tables correctly."
1301 msgstr ""
1302 "IA-64 EFI 固件支持 GPT 和 MS-DOS 两种分区表(或者 disk label)格式。MS-DOS 格式"
1303 "通常用在 i386 PC 上,IA-64 已经不建议使用。尽管安装程序同时提供了 "
1304 "<command>cfdisk</command>,您应该只采用 <ulink url=\"parted.txt\"> "
1305 "<command>parted</command></ulink>,因为只有它能够同时正确地管理 GPT 和 MS-"
1306 "DOS 分区表。"
1307
1308 #. Tag: para
1309 #: partitioning.xml:809
1310 #, no-c-format
1311 msgid ""
1312 "The automatic partitioning recipes for <command>partman</command> allocate "
1313 "an EFI partition as the first partition on the disk. You can also set up the "
1314 "partition under the <guimenuitem>Guided partitioning</guimenuitem> from the "
1315 "main menu in a manner similar to setting up a <emphasis>swap</emphasis> "
1316 "partition."
1317 msgstr ""
1318 "<command>partman</command> 自动分区方案会分配一个 EFI 分区作为磁盘上的第一个"
1319 "分区。您也可以在主菜单下选择 <guimenuitem>Guided partitioning</guimenuitem> "
1320 "配置分区。其方法类似设置一个 <emphasis>交换</emphasis> 分区。"
1321
1322 #. Tag: para
1323 #: partitioning.xml:817
1324 #, no-c-format
1325 msgid ""
1326 "The <command>partman</command> partitioner will handle most disk layouts. "
1327 "For those rare cases where it is necessary to manually set up a disk, you "
1328 "can use the shell as described above and run the <command>parted</command> "
1329 "utility directly using its command line interface. Assuming that you want to "
1330 "erase your whole disk and create a GPT table and some partitions, then "
1331 "something similar to the following command sequence could be used: "
1332 "<informalexample><screen>\n"
1333 " mklabel gpt\n"
1334 " mkpartfs primary fat 0 50\n"
1335 " mkpartfs primary linux-swap 51 1000\n"
1336 " mkpartfs primary ext2 1001 3000\n"
1337 " set 1 boot on\n"
1338 " print\n"
1339 " quit\n"
1340 "</screen></informalexample> This creates a new partition table, and three "
1341 "partitions to be used as an EFI boot partition, swap space, and a root file "
1342 "system. Finally it sets the boot flag on the EFI partition. Partitions are "
1343 "specified in Megabytes, with start and end offsets from the beginning of the "
1344 "disk. So, for example, above we created a 1999MB ext2 file system starting "
1345 "at offset 1001MB from the start of the disk. Note that formatting swap space "
1346 "with <command>parted</command> can take a few minutes to complete, as it "
1347 "scans the partition for bad blocks."
1348 msgstr ""
1349 "<command>partman</command> 分区工具将掌握大部分的磁盘布局。对于那些需要手工设"
1350 "置磁盘的罕见例子,您可以按照上面方法采用 shell 并且直接运行 <command>parted</"
1351 "command> 工具下的明令行界面。比如您想擦除您的整个硬盘并且创立一个 GPT 分区表"
1352 "以及一些分区,则可以才采用类似下面命令的方法: <informalexample><screen>\n"
1353 " mklabel gpt\n"
1354 " mkpartfs primary fat 0 50\n"
1355 " mkpartfs primary linux-swap 51 1000\n"
1356 " mkpartfs primary ext2 1001 3000\n"
1357 " set 1 boot on\n"
1358 " print\n"
1359 " quit\n"
1360 "</screen></informalexample> 这里创建了一个新的分区表,以及三个分区分别用做 "
1361 "EFI 引导分区,交换空间以及一个根文件系统。最后它设置了 EFI 分区的引导标记。分"
1362 "区将用兆字节,以及起始和结束位置到磁盘开始的偏移量来表示。因此,比如在上面我"
1363 "们在到磁盘开始处偏移量为 1001MB 的地方开始创建了一个 1999MB ext2 文件系统。注"
1364 "意采用 <command>parted</command> 格式化交换分区,可能要花一些时间来完成,因为"
1365 "它可能要扫描坏区。"
1366
1367 #. Tag: title
1368 #: partitioning.xml:842
1369 #, no-c-format
1370 msgid "Boot Loader Partition Requirements"
1371 msgstr "启动引导器分区要求"
1372
1373 #. Tag: para
1374 #: partitioning.xml:843
1375 #, no-c-format
1376 msgid ""
1377 "ELILO, the IA-64 boot loader, requires a partition containing a FAT file "
1378 "system with the <userinput>boot</userinput> flag set. The partition must be "
1379 "big enough to hold the boot loader and any kernels or RAMdisks you may wish "
1380 "to boot. A minimum size would be about 20MB, but if you expect to run with "
1381 "multiple kernels, then 128MB might be a better size."
1382 msgstr ""
1383 "ELILO 作为一种 IA-64 启动引导器需要一个含有 FAT 文件系统的分区。且此分区标记"
1384 "为 <userinput>boot</userinput>。分区必须足够大以便能够放入启动引导器,您想引"
1385 "导的内核以及 RAMdisks 内存磁盘镜像。最小的尺寸大概有 20MB,但是如果您想使用多"
1386 "个内核的话,128MB 也许更好。"
1387
1388 #. Tag: para
1389 #: partitioning.xml:852
1390 #, no-c-format
1391 msgid ""
1392 "The EFI Boot Manager and the EFI Shell fully support the GPT table so the "
1393 "boot partition does not necessarily have to be the first partition or even "
1394 "on the same disk. This is convenient if you should forget to allocate the "
1395 "partition and only find out after you have formatted the other partitions on "
1396 "your disk(s). The <command>partman</command> partitioner checks for an EFI "
1397 "partition at the same time it checks for a properly set up <emphasis>root</"
1398 "emphasis> partition. This gives you an opportunity to correct the disk "
1399 "layout before the package install begins. The easiest way to correct this "
1400 "omission is to shrink the last partition of the disk to make enough free "
1401 "space for adding an EFI partition."
1402 msgstr ""
1403 "因为 EFI Boot Manager 以及 EFI Shell 完全支持 GPT 表格所以引导分区不需要一定"
1404 "是第一个分区,甚至可以不在本地磁盘上。这样方便您在格式化磁盘上的其它分区后再"
1405 "决定。<command>partman</command> 分区程序将在设置 <emphasis>root</emphasis> "
1406 "分区时会同时检查一个 EFI 分区。这样您就有机会在开始安装软件包之前检查磁盘的布"
1407 "局。纠正这个问题的最简单的方法,是在最后一个分区末尾留下足够的磁盘空间,来加"
1408 "入一个 EFI 分区。"
1409
1410 #. Tag: para
1411 #: partitioning.xml:867
1412 #, no-c-format
1413 msgid ""
1414 "It is strongly recommended that you allocate the EFI boot partition on the "
1415 "same disk as the <emphasis>root</emphasis> filesystem."
1416 msgstr ""
1417 "强烈建议您把 EFI 引导分区和 <emphasis>root</emphasis> 文件系统分配在同一个磁"
1418 "盘上。"
1419
1420 #. Tag: title
1421 #: partitioning.xml:875
1422 #, no-c-format
1423 msgid "EFI Diagnostic Partitions"
1424 msgstr "EFI 诊断分区"
1425
1426 #. Tag: para
1427 #: partitioning.xml:876
1428 #, no-c-format
1429 msgid ""
1430 "The EFI firmware is significantly more sophisticated than the usual BIOS "
1431 "seen on most x86 PCs. Some system vendors take advantage of the ability of "
1432 "the EFI to access files and run programs from a hard disk filesystem to "
1433 "store diagnostics and EFI based system management utilities on the hard "
1434 "disk. This is a separate FAT format filesystem on the system disk. Consult "
1435 "the system documentation and accessories that come with the system for "
1436 "details. The easiest time to set up a diagnostics partition is at the same "
1437 "time you set up the EFI boot partition."
1438 msgstr ""
1439 "对于在大多数 x86 PCs 上常见的 BIOS 来说,EFI 固件明显要复杂的多。一些系统制造"
1440 "商利用 EFI 的 优点从硬盘文件系统来访问文件以及运行程序以保存一些诊断信息和 "
1441 "EFI 的系统管理工具。这将在系统磁盘上存在一个分开的 FAT 文件系统。请查阅随机相"
1442 "关的系统文档和附件以获得细节。最轻松设置一个诊断分区的时候是在设置 EFI 引导分"
1443 "区的时候。"
1444
1445 #. Tag: para
1446 #: partitioning.xml:898
1447 #, no-c-format
1448 msgid ""
1449 "SGI machines require an SGI disk label in order to make the system bootable "
1450 "from hard disk. It can be created in the fdisk expert menu. The thereby "
1451 "created volume header (partition number 9) should be at least 3MB large. If "
1452 "the volume header created is too small, you can simply delete partition "
1453 "number 9 and re-add it with a different size. Note that the volume header "
1454 "must start at sector 0."
1455 msgstr ""
1456 "SGI 机器需要一个 SGI 磁盘标记来确保系统能够从硬盘上引导。它能够在 fdisk 高级"
1457 "菜单下创建。因此创建的 volume header (分区号 9)应该有至少 3MB 大。如果 "
1458 "volume header 创建的太小,您可以简单的删除分区号 9,并且重新以不同的尺寸加"
1459 "入。注意 volume header 必须从 0 号扇区开始。"
1460
1461 #. Tag: title
1462 #: partitioning.xml:915
1463 #, no-c-format
1464 msgid "Partitioning Newer PowerMacs"
1465 msgstr "为较新的 PowerMacs 分区"
1466
1467 #. Tag: para
1468 #: partitioning.xml:916
1469 #, no-c-format
1470 msgid ""
1471 "If you are installing onto a NewWorld PowerMac you must create a special "
1472 "bootstrap partition to hold the boot loader. The size of this partition must "
1473 "have at least 819200 bytes and its partition type must be "
1474 "<emphasis>Apple_Bootstrap</emphasis>. If the bootstrap partition is not "
1475 "created with the <emphasis>Apple_Bootstrap</emphasis> type your machine "
1476 "cannot be made bootable from the hard disk. This partition can easily be "
1477 "created by creating a new partition in <command>partman</command> and "
1478 "telling it to use it as a <quote>NewWorld boot partition</quote>, or in "
1479 "<command>mac-fdisk</command> using the <userinput>b</userinput> command."
1480 msgstr "如果您正在一台 NewWorld PowerMac 上面安装,必须创建一个特殊的启动分区来驻留 bootloader。这个分区的尺寸至少要有 819200 字节,并且它的分区类型必须是 <emphasis>Apple_Bootstrap</emphasis>。如果启动分区不是 <emphasis>Apple_Bootstrap</emphasis> 类型,机器就不能从硬盘上引导。该分区可以在 <command>partman</command> 里面轻松地创建,只需通过创建新分区命令并告诉它是 <quote>NewWorld boot partition</quote>,或者在 <command>mac-fdisk</command> 里面使用 <userinput>b</userinput> 命令。"
1481
1482 #. Tag: para
1483 #: partitioning.xml:929
1484 #, no-c-format
1485 msgid ""
1486 "The special partition type Apple_Bootstrap is required to prevent MacOS from "
1487 "mounting and damaging the bootstrap partition, as there are special "
1488 "modifications made to it in order for OpenFirmware to boot it automatically."
1489 msgstr ""
1490 "这里要求特殊的分区类型 Apple_Bootstrap 来阻止 MacOS 挂接以及处理启动分区。因"
1491 "为里面 含有一些特殊修改的模式来让 OpenFirmware 能够自动启动它。"
1492
1493 #. Tag: para
1494 #: partitioning.xml:936
1495 #, no-c-format
1496 msgid ""
1497 "Note that the bootstrap partition is only meant to hold 3 very small files: "
1498 "the <command>yaboot</command> binary, its configuration <filename>yaboot."
1499 "conf</filename>, and a first stage OpenFirmware loader <command>ofboot.b</"
1500 "command>. It need not and must not be mounted on your file system nor have "
1501 "kernels or anything else copied to it. The <command>ybin</command> and "
1502 "<command>mkofboot</command> utilities are used to manipulate this partition."
1503 msgstr ""
1504 "注意启动分区只含有三个非常小的文件:<command>yaboot</command> 可执行文件,它"
1505 "的配置文件 <filename>yaboot.conf</filename>,以及一个第一级 OpenFirmware 装载"
1506 "器 <command>ofboot.b</command>。它不需要,也一定不要被您的文件系统挂接,或者"
1507 "把内核以及其它文件放入在其中。<command>ybin</command> 和 <command>mkofboot</"
1508 "command> 工具可以用来维护这个分区。"
1509
1510 #. Tag: para
1511 #: partitioning.xml:946
1512 #, no-c-format
1513 msgid ""
1514 "In order for OpenFirmware to automatically boot &debian; the bootstrap "
1515 "partition should appear before other boot partitions on the disk, especially "
1516 "MacOS boot partitions. The bootstrap partition should be the first one you "
1517 "create. However, if you add a bootstrap partition later, you can use "
1518 "<command>mac-fdisk</command>'s <userinput>r</userinput> command to reorder "
1519 "the partition map so the bootstrap partition comes right after the map "
1520 "(which is always partition 1). It's the logical map order, not the physical "
1521 "address order, that counts."
1522 msgstr ""
1523 "为了确保 OpenFirmware 能够自动引导 &debian; 启动分区应该先于其它磁盘上的引导"
1524 "分区,特别是 MacOS 引导分区。启动分区应该是您第一个创建的分区。但是,如果您在"
1525 "其它情况下后加入启动分区,您可以使用 <command>mac-fdisk</command> 的 "
1526 "<userinput>r</userinput> 命令来重新调整分区布局。这样启动分区就可以在随后时间"
1527 "内顺利使用 (它总是位于 1 号分区)。注意的是,这只是逻辑布局顺序而不是物理地址"
1528 "顺序。"
1529
1530 #. Tag: para
1531 #: partitioning.xml:958
1532 #, no-c-format
1533 msgid ""
1534 "Apple disks normally have several small driver partitions. If you intend to "
1535 "dual boot your machine with MacOSX, you should retain these partitions and a "
1536 "small HFS partition (800k is the minimum size). That is because MacOSX, on "
1537 "every boot, offers to initialize any disks which do not have active MacOS "
1538 "partitions and driver partitions."
1539 msgstr ""
1540 "Apple 磁盘通常有一些小的驱动分区。如果您想和 MacOSX 一起使用而采用双引导,您"
1541 "应该保持这些分区以及一个小的 HFS 分区 (最少要求 800k)。这是因为 MacOSX 在每次"
1542 "启动的时候,会初始化没有任何激活的 MacOS 分区以及驱动分区的磁盘。"
1543
1544 #. Tag: para
1545 #: partitioning.xml:975
1546 #, no-c-format
1547 msgid ""
1548 "Make sure you create a <quote>Sun disk label</quote> on your boot disk. This "
1549 "is the only kind of partition scheme that the OpenBoot PROM understands, and "
1550 "so it's the only scheme from which you can boot. The <keycap>s</keycap> key "
1551 "is used in <command>fdisk</command> to create Sun disk labels."
1552 msgstr ""
1553 "首先确保在您的引导磁盘上面创建有一个 <quote>Sun 磁盘标记</quote> 。这是 "
1554 "OpenBoot PROM 唯一懂得的分区方式,因此它是唯一能够被引导的分区类型。可以在 "
1555 "<keycap>s</keycap> 中用 <command>fdisk</command> 键来创建 Sun 磁盘标记。"
1556
1557 #. Tag: para
1558 #: partitioning.xml:983
1559 #, no-c-format
1560 msgid ""
1561 "Furthermore, on &arch-title; disks, make sure your first partition on your "
1562 "boot disk starts at cylinder 0. While this is required, it also means that "
1563 "the first partition will contain the partition table and the boot block, "
1564 "which are the first two sectors of the disk. You must <emphasis>not</"
1565 "emphasis> put swap on the first partition of the boot drive, since swap "
1566 "partitions do not preserve the first few sectors of the partition. You can "
1567 "put Ext2 or UFS partitions there; these will leave the partition table and "
1568 "the boot block alone."
1569 msgstr ""
1570 "进一步来说,在 &arch-title; 磁盘里,请确定您的引导磁盘的第一分区是从 "
1571 "cylinder 0 开始的。在这里是必须的,这意味着第一个分区将含有分区表以及引导块。"
1572 "它们通常在磁盘的前两个扇区内。您必须 <emphasis>not</emphasis> 能设置引导磁盘"
1573 "的第一分区为交换分区,因为交换分区并不能保留分区前两个扇区。您可以放置 Ext2 "
1574 "或者 UFS 分区在那里;它们将隔离分区表和引导块。"
1575
1576 #. Tag: para
1577 #: partitioning.xml:994
1578 #, no-c-format
1579 msgid ""
1580 "It is also advised that the third partition should be of type <quote>Whole "
1581 "disk</quote> (type 5), and contain the entire disk (from the first cylinder "
1582 "to the last). This is simply a convention of Sun disk labels, and helps the "
1583 "<command>SILO</command> boot loader keep its bearings."
1584 msgstr ""
1585 "这里建议第三个分区应该是 <quote>Whole disk</quote>(type 5),并且包含整个磁盘 "
1586 "(从第一个柱面至最后一个),这是 Sun 磁盘格式的惯例,并且确保 <command>SILO</"
1587 "command> 启动引导器工作良好。"

  ViewVC Help
Powered by ViewVC 1.1.5