/[d-i]/trunk/installer/doc/manual/po/el/partitioning.po
ViewVC logotype

Contents of /trunk/installer/doc/manual/po/el/partitioning.po

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28617 - (show annotations) (download)
Thu Jun 23 13:42:49 2005 UTC (7 years, 10 months ago) by galaxico-guest
File size: 42740 byte(s)
start translation of  hardware and partitioning files
1 # translation of partitioning.po to greek
2 # Copyright (C) 2005 Free Software Foundation, Inc.
3 # quad-nrg.net, 2005.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: partitioning\n"
8 "POT-Creation-Date: 2001-02-09 01:25+0100\n"
9 "PO-Revision-Date: 2005-06-09 02:06+0300\n"
10 "Last-Translator: quad-nrg.net\n"
11 "Language-Team: greek <en@li.org>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: application/x-xml2pot; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "X-Generator: KBabel 1.10\n"
16
17 #: partitioning.xml:5
18 #, no-c-format
19 #. Tag: title
20 msgid "Partitioning for Debian"
21 msgstr "Δημιουργία κατατμήσεων για το Debian"
22
23 #: partitioning.xml:13
24 #, no-c-format
25 #. Tag: title
26 msgid "Deciding on Debian Partitions and Sizes"
27 msgstr "Αποφασίζοντας για τις κατατμήσεις στο Debian και τα μεγέθη τους"
28
29 #: partitioning.xml:14
30 #, no-c-format
31 #. Tag: para
32 msgid "At a bare minimum, GNU/Linux needs one partition for itself. You can have a single partition containing the entire operating system, applications, and your personal files. Most people feel that a separate swap partition is also a necessity, although it's not strictly true. <quote>Swap</quote> is scratch space for an operating system, which allows the system to use disk storage as <quote>virtual memory</quote>. By putting swap on a separate partition, Linux can make much more efficient use of it. It is possible to force Linux to use a regular file as swap, but it is not recommended."
33 msgstr ""
34
35 #: partitioning.xml:26
36 #, no-c-format
37 #. Tag: para
38 msgid "Most people choose to give GNU/Linux more than the minimum number of partitions, however. There are two reasons you might want to break up the file system into a number of smaller partitions. The first is for safety. If something happens to corrupt the file system, generally only one partition is affected. Thus, you only have to replace (from the backups you've been carefully keeping) a portion of your system. At a bare minimum, you should consider creating what is commonly called a <quote>root partition</quote>. This contains the most essential components of the system. If any other partitions get corrupted, you can still boot into GNU/Linux to fix the system. This can save you the trouble of having to reinstall the system from scratch."
39 msgstr ""
40
41 #: partitioning.xml:40
42 #, no-c-format
43 #. Tag: para
44 msgid "The second reason is generally more important in a business setting, but it really depends on your use of the machine. For example, a mail server getting spammed with e-mail can easily fill a partition. If you made <filename>/var/mail</filename> a separate partition on the mail server, most of the system will remain working even if you get spammed."
45 msgstr ""
46
47 #: partitioning.xml:48
48 #, no-c-format
49 #. Tag: para
50 msgid "The only real drawback to using more partitions is that it is often difficult to know in advance what your needs will be. If you make a partition too small then you will either have to reinstall the system or you will be constantly moving things around to make room in the undersized partition. On the other hand, if you make the partition too big, you will be wasting space that could be used elsewhere. Disk space is cheap nowadays, but why throw your money away?"
51 msgstr ""
52
53 #: partitioning.xml:67
54 #, no-c-format
55 #. Tag: title
56 msgid "The Directory Tree"
57 msgstr "Το Δέντρο των Καταλόγων"
58
59 #: partitioning.xml:68
60 #, no-c-format
61 #. Tag: para
62 msgid "&debian; adheres to the <ulink url=\"&url-fhs-home;\">Filesystem Hierarchy Standard</ulink> for directory and file naming. This standard allows users and software programs to predict the location of files and directories. The root level directory is represented simply by the slash <filename>/</filename>. At the root level, all Debian systems include these directories:"
63 msgstr ""
64
65 #: partitioning.xml:82
66 #, no-c-format
67 #. Tag: entry
68 msgid "Directory"
69 msgstr "Κατάλογος"
70
71 #: partitioning.xml:82
72 #, no-c-format
73 #. Tag: entry
74 msgid "Content"
75 msgstr "Περιεχόμενο"
76
77 #: partitioning.xml:88
78 #, no-c-format
79 #. Tag: filename
80 msgid "<filename>bin</filename>"
81 msgstr "<filename>bin</filename>"
82
83 #: partitioning.xml:89
84 #, no-c-format
85 #. Tag: entry
86 msgid "Essential command binaries"
87 msgstr ""
88
89 #: partitioning.xml:91
90 #, no-c-format
91 #. Tag: filename
92 msgid "boot"
93 msgstr "boot"
94
95 #: partitioning.xml:92
96 #, no-c-format
97 #. Tag: entry
98 msgid "Static files of the boot loader"
99 msgstr ""
100
101 #: partitioning.xml:94
102 #, no-c-format
103 #. Tag: filename
104 msgid "<filename>dev</filename>"
105 msgstr "<filename>dev</filename>"
106
107 #: partitioning.xml:95
108 #, no-c-format
109 #. Tag: entry
110 msgid "Device files"
111 msgstr "Device files"
112
113 #: partitioning.xml:97
114 #, no-c-format
115 #. Tag: filename
116 msgid "<filename>etc</filename>"
117 msgstr "<filename>etc</filename>"
118
119 #: partitioning.xml:98
120 #, no-c-format
121 #. Tag: entry
122 msgid "Host-specific system configuration"
123 msgstr ""
124
125 #: partitioning.xml:100
126 #, no-c-format
127 #. Tag: filename
128 msgid "home"
129 msgstr "home"
130
131 #: partitioning.xml:101
132 #, no-c-format
133 #. Tag: entry
134 msgid "User home directories"
135 msgstr ""
136
137 #: partitioning.xml:103
138 #, no-c-format
139 #. Tag: filename
140 msgid "<filename>lib</filename>"
141 msgstr "<filename>lib</filename>"
142
143 #: partitioning.xml:104
144 #, no-c-format
145 #. Tag: entry
146 msgid "Essential shared libraries and kernel modules"
147 msgstr ""
148
149 #: partitioning.xml:106
150 #, no-c-format
151 #. Tag: filename
152 msgid "media"
153 msgstr "media"
154
155 #: partitioning.xml:107
156 #, no-c-format
157 #. Tag: entry
158 msgid "Contains mount points for replaceable media"
159 msgstr ""
160
161 #: partitioning.xml:109
162 #, no-c-format
163 #. Tag: filename
164 msgid "<filename>mnt</filename>"
165 msgstr "<filename>mnt</filename>"
166
167 #: partitioning.xml:110
168 #, no-c-format
169 #. Tag: entry
170 msgid "Mount point for mounting a file system temporarily"
171 msgstr ""
172
173 #: partitioning.xml:112
174 #, no-c-format
175 #. Tag: filename
176 msgid "proc"
177 msgstr "proc"
178
179 #: partitioning.xml:113
180 #, no-c-format
181 #. Tag: entry
182 msgid "Virtual directory for system information (2.4 and 2.6 kernels)"
183 msgstr ""
184
185 #: partitioning.xml:115
186 #, no-c-format
187 #. Tag: filename
188 msgid "root"
189 msgstr "root"
190
191 #: partitioning.xml:116
192 #, no-c-format
193 #. Tag: entry
194 msgid "Home directory for the root user"
195 msgstr ""
196
197 #: partitioning.xml:118
198 #, no-c-format
199 #. Tag: filename
200 msgid "sbin"
201 msgstr "sbin"
202
203 #: partitioning.xml:119
204 #, no-c-format
205 #. Tag: entry
206 msgid "Essential system binaries"
207 msgstr ""
208
209 #: partitioning.xml:121
210 #, no-c-format
211 #. Tag: filename
212 msgid "<filename>sys</filename>"
213 msgstr "<filename>sys</filename>"
214
215 #: partitioning.xml:122
216 #, no-c-format
217 #. Tag: entry
218 msgid "Virtual directory for system information (2.6 kernels)"
219 msgstr ""
220
221 #: partitioning.xml:124
222 #, no-c-format
223 #. Tag: filename
224 msgid "<filename>tmp</filename>"
225 msgstr "<filename>tmp</filename>"
226
227 #: partitioning.xml:125
228 #, no-c-format
229 #. Tag: entry
230 msgid "Temporary files"
231 msgstr ""
232
233 #: partitioning.xml:127
234 #, no-c-format
235 #. Tag: filename
236 msgid "<filename>usr</filename>"
237 msgstr "<filename>usr</filename>"
238
239 #: partitioning.xml:128
240 #, no-c-format
241 #. Tag: entry
242 msgid "Secondary hierarchy"
243 msgstr ""
244
245 #: partitioning.xml:130
246 #, no-c-format
247 #. Tag: filename
248 msgid "<filename>var</filename>"
249 msgstr "<filename>var</filename>"
250
251 #: partitioning.xml:131
252 #, no-c-format
253 #. Tag: entry
254 msgid "Variable data"
255 msgstr ""
256
257 #: partitioning.xml:133
258 #, no-c-format
259 #. Tag: filename
260 msgid "<filename>opt</filename>"
261 msgstr "<filename>opt</filename>"
262
263 #: partitioning.xml:134
264 #, no-c-format
265 #. Tag: entry
266 msgid "Add-on application software packages"
267 msgstr ""
268
269 #: partitioning.xml:139
270 #, no-c-format
271 #. Tag: para
272 msgid "The following is a list of important considerations regarding directories and partitions. Note that disk usage varies widely given system configuration and specific usage patterns. The recommendations here are general guidelines and provide a starting point for partitioning."
273 msgstr ""
274
275 #: partitioning.xml:149
276 #, no-c-format
277 #. Tag: para
278 msgid "The root partition <filename>/</filename> must always physically contain <filename>/etc</filename>, <filename>/bin</filename>, <filename>/sbin</filename>, <filename>/lib</filename> and <filename>/dev</filename>, otherwise you won't be able to boot. Typically 150&ndash;250 MB is needed for the root partition."
279 msgstr ""
280
281 #: partitioning.xml:158
282 #, no-c-format
283 #. Tag: para
284 msgid "<filename>/usr</filename>: contains all user programs (<filename>/usr/bin</filename>), libraries (<filename>/usr/lib</filename>), documentation (<filename>/usr/share/doc</filename>), etc. This is the part of the file system that generally takes up most space. You should provide at least 500 MB of disk space. This amount should be increased depending on the number and type of packages you plan to install. A generous workstation or server installation should allow 4-6 GB."
285 msgstr ""
286
287 #: partitioning.xml:171
288 #, no-c-format
289 #. Tag: para
290 msgid "<filename>/var</filename>: variable data like news articles, e-mails, web sites, databases, the packaging system cache, etc. will be placed under this directory. The size of this directory depends greatly on the usage of your system, but for most people will be dictated by the package management tool's overhead. If you are going to do a full installation of just about everything Debian has to offer, all in one session, setting aside 2 or 3 gigabyte of space for <filename>/var</filename> should be sufficient. If you are going to install in pieces (that is to say, install services and utilities, followed by text stuff, then X, ...), you can get away with 300&ndash;500 MB. If hard drive space is at a premium and you don't plan on doing major system updates, you can get by with as little as 30 or 40 MB."
291 msgstr ""
292
293 #: partitioning.xml:187
294 #, no-c-format
295 #. Tag: para
296 msgid "<filename>/tmp</filename>: temporary data created by programs will most likely go in this directory. 40&ndash;100 MB should usually be enough. Some applications &mdash; including archive manipulators, CD/DVD authoring tools, and multimedia software &mdash; may use <filename>/tmp</filename> to temporarily store image files. If you plan to use such applications, you should adjust the space available in <filename>/tmp</filename> accordingly."
297 msgstr ""
298
299 #: partitioning.xml:198
300 #, no-c-format
301 #. Tag: para
302 msgid "<filename>/home</filename>: every user will put his personal data into a subdirectory of this directory. Its size depends on how many users will be using the system and what files are to be stored in their directories. Depending on your planned usage you should reserve about 100 MB for each user, but adapt this value to your needs. Reserve a lot more space if you plan to save a lot of multimedia files (MP3, movies) in your home directory."
303 msgstr ""
304
305 #: partitioning.xml:219
306 #, no-c-format
307 #. Tag: title
308 msgid "Recommended Partitioning Scheme"
309 msgstr ""
310
311 #: partitioning.xml:220
312 #, no-c-format
313 #. Tag: para
314 msgid "For new users, personal Debian boxes, home systems, and other single-user setups, a single <filename>/</filename> partition (plus swap) is probably the easiest, simplest way to go. However, if your partition is larger than around 6GB, choose ext3 as your partition type. Ext2 partitions need periodic file system integrity checking, and this can cause delays during booting when the partition is large."
315 msgstr ""
316
317 #: partitioning.xml:229
318 #, no-c-format
319 #. Tag: para
320 msgid "For multi-user systems or systems with lots of disk space, it's best to put <filename>/usr</filename>, <filename>/var</filename>, <filename>/tmp</filename>, and <filename>/home</filename> each on their own partitions separate from the <filename>/</filename> partition."
321 msgstr ""
322
323 #: partitioning.xml:237
324 #, no-c-format
325 #. Tag: para
326 msgid "You might need a separate <filename>/usr/local</filename> partition if you plan to install many programs that are not part of the Debian distribution. If your machine will be a mail server, you might need to make <filename>/var/mail</filename> a separate partition. Often, putting <filename>/tmp</filename> on its own partition, for instance 20 to 50MB, is a good idea. If you are setting up a server with lots of user accounts, it's generally good to have a separate, large <filename>/home</filename> partition. In general, the partitioning situation varies from computer to computer depending on its uses."
327 msgstr ""
328
329 #: partitioning.xml:249
330 #, no-c-format
331 #. Tag: para
332 msgid "For very complex systems, you should see the <ulink url=\"&url-multidisk-howto;\"> Multi Disk HOWTO</ulink>. This contains in-depth information, mostly of interest to ISPs and people setting up servers."
333 msgstr ""
334
335 #: partitioning.xml:256
336 #, no-c-format
337 #. Tag: para
338 msgid "With respect to the issue of swap partition size, there are many views. One rule of thumb which works well is to use as much swap as you have system memory. It also shouldn't be smaller than 16MB, in most cases. Of course, there are exceptions to these rules. If you are trying to solve 10000 simultaneous equations on a machine with 256MB of memory, you may need a gigabyte (or more) of swap."
339 msgstr ""
340
341 #: partitioning.xml:265
342 #, no-c-format
343 #. Tag: para
344 msgid "On the other hand, Atari Falcons and Macs feel pain when swapping, so instead of making a large swap partition, get as much RAM as possible."
345 msgstr ""
346
347 #: partitioning.xml:270
348 #, no-c-format
349 #. Tag: para
350 msgid "On 32-bit architectures (i386, m68k, 32-bit SPARC, and PowerPC), the maximum size of a swap partition is 2GB. That should be enough for nearly any installation. However, if your swap requirements are this high, you should probably try to spread the swap across different disks (also called <quote>spindles</quote>) and, if possible, different SCSI or IDE channels. The kernel will balance swap usage between multiple swap partitions, giving better performance."
351 msgstr ""
352
353 #: partitioning.xml:280
354 #, no-c-format
355 #. Tag: para
356 msgid "As an example, an older home machine might have 32MB of RAM and a 1.7GB IDE drive on <filename>/dev/hda</filename>. There might be a 500MB partition for another operating system on <filename>/dev/hda1</filename>, a 32MB swap partition on <filename>/dev/hda3</filename> and about 1.2GB on <filename>/dev/hda2</filename>) as the Linux partition."
357 msgstr ""
358
359 #: partitioning.xml:289
360 #, no-c-format
361 #. Tag: para
362 msgid "For an idea of the space taken by tasks you might be interested in adding after your system installation is complete, check <xref linkend=\"tasksel-size-list\"/>."
363 msgstr ""
364
365 #: partitioning.xml:305
366 #, no-c-format
367 #. Tag: title
368 msgid "Device Names in Linux"
369 msgstr ""
370
371 #: partitioning.xml:306
372 #, no-c-format
373 #. Tag: para
374 msgid "Linux disks and partition names may be different from other operating systems. You need to know the names that Linux uses when you create and mount partitions. Here's the basic naming scheme:"
375 msgstr ""
376
377 #: partitioning.xml:314
378 #, no-c-format
379 #. Tag: para
380 msgid "The first floppy drive is named <filename>/dev/fd0</filename>."
381 msgstr ""
382
383 #: partitioning.xml:319
384 #, no-c-format
385 #. Tag: para
386 msgid "The second floppy drive is named <filename>/dev/fd1</filename>."
387 msgstr ""
388
389 #: partitioning.xml:324
390 #, no-c-format
391 #. Tag: para
392 msgid "The first SCSI disk (SCSI ID address-wise) is named <filename>/dev/sda</filename>."
393 msgstr ""
394
395 #: partitioning.xml:330
396 #, no-c-format
397 #. Tag: para
398 msgid "The second SCSI disk (address-wise) is named <filename>/dev/sdb</filename>, and so on."
399 msgstr ""
400
401 #: partitioning.xml:336
402 #, no-c-format
403 #. Tag: para
404 msgid "The first SCSI CD-ROM is named <filename>/dev/scd0</filename>, also known as <filename>/dev/sr0</filename>."
405 msgstr ""
406
407 #: partitioning.xml:342
408 #, no-c-format
409 #. Tag: para
410 msgid "The master disk on IDE primary controller is named <filename>/dev/hda</filename>."
411 msgstr ""
412
413 #: partitioning.xml:348
414 #, no-c-format
415 #. Tag: para
416 msgid "The slave disk on IDE primary controller is named <filename>/dev/hdb</filename>."
417 msgstr ""
418
419 #: partitioning.xml:354
420 #, no-c-format
421 #. Tag: para
422 msgid "The master and slave disks of the secondary controller can be called <filename>/dev/hdc</filename> and <filename>/dev/hdd</filename>, respectively. Newer IDE controllers can actually have two channels, effectively acting like two controllers. <phrase arch=\"m68k\"> The letters may differ from what shows in the mac program pdisk (i.e. what shows up as <filename>/dev/hdc</filename> on pdisk may show up as <filename>/dev/hda</filename> in Debian). </phrase>"
423 msgstr ""
424
425 #: partitioning.xml:369
426 #, no-c-format
427 #. Tag: para
428 msgid "The first XT disk is named <filename>/dev/xda</filename>."
429 msgstr ""
430
431 #: partitioning.xml:374
432 #, no-c-format
433 #. Tag: para
434 msgid "The second XT disk is named <filename>/dev/xdb</filename>."
435 msgstr ""
436
437 #: partitioning.xml:379
438 #, no-c-format
439 #. Tag: para
440 msgid "The first ACSI device is named <filename>/dev/ada</filename>, the second is named <filename>/dev/adb</filename>."
441 msgstr ""
442
443 #: partitioning.xml:388
444 #, no-c-format
445 #. Tag: para
446 msgid "The first DASD device is named <filename>/dev/dasda</filename>."
447 msgstr ""
448
449 #: partitioning.xml:394
450 #, no-c-format
451 #. Tag: para
452 msgid "The second DASD device is named <filename>/dev/dasdb</filename>, and so on."
453 msgstr ""
454
455 #: partitioning.xml:402
456 #, no-c-format
457 #. Tag: para
458 msgid "The partitions on each disk are represented by appending a decimal number to the disk name: <filename>sda1</filename> and <filename>sda2</filename> represent the first and second partitions of the first SCSI disk drive in your system."
459 msgstr ""
460
461 #: partitioning.xml:409
462 #, no-c-format
463 #. Tag: para
464 msgid "Here is a real-life example. Let's assume you have a system with 2 SCSI disks, one at SCSI address 2 and the other at SCSI address 4. The first disk (at address 2) is then named <filename>sda</filename>, and the second <filename>sdb</filename>. If the <filename>sda</filename> drive has 3 partitions on it, these will be named <filename>sda1</filename>, <filename>sda2</filename>, and <filename>sda3</filename>. The same applies to the <filename>sdb</filename> disk and its partitions."
465 msgstr ""
466
467 #: partitioning.xml:420
468 #, no-c-format
469 #. Tag: para
470 msgid "Note that if you have two SCSI host bus adapters (i.e., controllers), the order of the drives can get confusing. The best solution in this case is to watch the boot messages, assuming you know the drive models and/or capacities."
471 msgstr ""
472
473 #: partitioning.xml:427
474 #, no-c-format
475 #. Tag: para
476 msgid "Linux represents the primary partitions as the drive name, plus the numbers 1 through 4. For example, the first primary partition on the first IDE drive is <filename>/dev/hda1</filename>. The logical partitions are numbered starting at 5, so the first logical partition on that same drive is <filename>/dev/hda5</filename>. Remember that the extended partition, that is, the primary partition holding the logical partitions, is not usable by itself. This applies to SCSI disks as well as IDE disks."
477 msgstr ""
478
479 #: partitioning.xml:438
480 #, no-c-format
481 #. Tag: para
482 msgid "VMEbus systems using the TEAC FC-1 SCSI floppy drive will see it as normal SCSI disk. To make identification of the drive simpler the installation software will create a symbolic link to the appropriate device and name it <filename>/dev/sfd0</filename>."
483 msgstr ""
484
485 #: partitioning.xml:445
486 #, no-c-format
487 #. Tag: para
488 msgid "Sun disk partitions allow for 8 separate partitions (or slices). The third partition is usually (and is preferred to have) the ``Whole Disk'' partition. This partition references all of the sectors of the disk, and is used by the boot loader (either SILO, or Sun's)."
489 msgstr ""
490
491 #: partitioning.xml:452
492 #, no-c-format
493 #. Tag: para
494 msgid "The partitions on each disk are represented by appending a decimal number to the disk name: <filename>dasda1</filename> and <filename>dasda2</filename> represent the first and second partitions of the first DASD device in your system."
495 msgstr ""
496
497 #: partitioning.xml:467
498 #, no-c-format
499 #. Tag: title
500 msgid "Debian Partitioning Programs"
501 msgstr ""
502
503 #: partitioning.xml:468
504 #, no-c-format
505 #. Tag: para
506 msgid "Several varieties of partitioning programs have been adapted by Debian developers to work on various types of hard disks and computer architectures. Following is a list of the program(s) applicable for your architecture."
507 msgstr ""
508
509 #: partitioning.xml:480
510 #, no-c-format
511 #. Tag: command
512 msgid "partman"
513 msgstr ""
514
515 #: partitioning.xml:481
516 #, no-c-format
517 #. Tag: para
518 msgid "Recommended partitioning tool in Debian. This swiss army knife can also resize partitions, create filesystems <phrase arch=\"i386\"> (<quote>format</quote> in Windows speak)</phrase> and assign them to the mountpoints."
519 msgstr ""
520
521 #: partitioning.xml:492
522 #, no-c-format
523 #. Tag: command
524 msgid "fdisk"
525 msgstr ""
526
527 #: partitioning.xml:493
528 #, no-c-format
529 #. Tag: para
530 msgid "The original Linux disk partitioner, good for gurus."
531 msgstr ""
532
533 #: partitioning.xml:497
534 #, no-c-format
535 #. Tag: para
536 msgid "Be careful if you have existing FreeBSD partitions on your machine. The installation kernels include support for these partitions, but the way that <command>fdisk</command> represents them (or not) can make the device names differ. See the <ulink url=\"&url-linux-freebsd;\">Linux+FreeBSD HOWTO</ulink>"
537 msgstr ""
538
539 #: partitioning.xml:509
540 #, no-c-format
541 #. Tag: command
542 msgid "cfdisk"
543 msgstr ""
544
545 #: partitioning.xml:510
546 #, no-c-format
547 #. Tag: para
548 msgid "A simple-to-use, full-screen disk partitioner for the rest of us."
549 msgstr ""
550
551 #: partitioning.xml:514
552 #, no-c-format
553 #. Tag: para
554 msgid "Note that <command>cfdisk</command> doesn't understand FreeBSD partitions at all, and, again, device names may differ as a result."
555 msgstr ""
556
557 #: partitioning.xml:523
558 #, no-c-format
559 #. Tag: command
560 msgid "atari-fdisk"
561 msgstr ""
562
563 #: partitioning.xml:524
564 #, no-c-format
565 #. Tag: para
566 msgid "Atari-aware version of <command>fdisk</command>."
567 msgstr ""
568
569 #: partitioning.xml:532
570 #, no-c-format
571 #. Tag: command
572 msgid "amiga-fdisk"
573 msgstr ""
574
575 #: partitioning.xml:533
576 #, no-c-format
577 #. Tag: para
578 msgid "Amiga-aware version of <command>fdisk</command>."
579 msgstr ""
580
581 #: partitioning.xml:541
582 #, no-c-format
583 #. Tag: command
584 msgid "mac-fdisk"
585 msgstr ""
586
587 #: partitioning.xml:542
588 #, no-c-format
589 #. Tag: para
590 msgid "Mac-aware version of <command>fdisk</command>."
591 msgstr ""
592
593 #: partitioning.xml:550
594 #, no-c-format
595 #. Tag: command
596 msgid "pmac-fdisk"
597 msgstr ""
598
599 #: partitioning.xml:551
600 #, no-c-format
601 #. Tag: para
602 msgid "PowerMac-aware version of <command>fdisk</command>, also used by BVM and Motorola VMEbus systems."
603 msgstr ""
604
605 #: partitioning.xml:560
606 #, no-c-format
607 #. Tag: command
608 msgid "fdasd"
609 msgstr ""
610
611 #: partitioning.xml:561
612 #, no-c-format
613 #. Tag: para
614 msgid "&arch-title; version of <command>fdisk</command>; Please read the fdasd manual page or chapter 13 in <ulink url=\"http://oss.software.ibm.com/developerworks/opensource/linux390/docu/l390dd08.pdf\"> Device Drivers and Installation Commands</ulink> for details."
615 msgstr ""
616
617 #: partitioning.xml:572
618 #, no-c-format
619 #. Tag: para
620 msgid "One of these programs will be run by default when you select <guimenuitem>Partition a Hard Disk</guimenuitem>. If the one which is run by default isn't the one you want, quit the partitioner, go to the shell (<userinput>tty2</userinput>) by pressing <keycap>Alt</keycap> and <keycap>F2</keycap> keys together, and manually type in the name of the program you want to use (and arguments, if any). Then skip the <guimenuitem>Partition a Hard Disk</guimenuitem> step in <command>debian-installer</command> and continue to the next step."
621 msgstr ""
622
623 #: partitioning.xml:583
624 #, no-c-format
625 #. Tag: para
626 msgid ""
627 "If you will be working with more than 20 partitions on your ide disk, you will need to create devices for partitions 21 and beyond. The next step of initializing the partition will fail unless a proper device is present. As an example, here are commands you can use in <userinput>tty2</userinput> or under Execute A Shell to add a device so the 21st partition can be initialized: <informalexample><screen>\n"
628 "# cd /dev\n"
629 "# mknod hda21 b 3 21 \n"
630 "# chgrp disk hda21\n"
631 "# chmod 660 hda21\n"
632 "</screen></informalexample> Booting into the new system will fail unless proper devices are present on the target system. After installing the kernel and modules, execute: <informalexample><screen>\n"
633 "# cd /target/dev\n"
634 "# mknod hda21 b 3 21 \n"
635 "# chgrp disk hda21\n"
636 "# chmod 660 hda21\n"
637 "</screen></informalexample> <phrase arch=\"i386\">Remember to mark your boot partition as <quote>Bootable</quote>.</phrase>"
638 msgstr ""
639
640 #: partitioning.xml:602
641 #, no-c-format
642 #. Tag: para
643 msgid "One key point when partitioning for Mac type disks is that the swap partition is identified by its name; it must be named `swap'. All Mac linux partitions are the same partition type, Apple_UNIX_SRV2. Please read the fine manual. We also suggest reading the <ulink url=\"&url-mac-fdisk-tutorial;\">mac-fdisk Tutorial</ulink>, which includes steps you should take if you are sharing your disk with MacOS."
644 msgstr ""
645
646 #: partitioning.xml:619 partitioning.xml:679 partitioning.xml:703 partitioning.xml:800 partitioning.xml:919 partitioning.xml:996
647 #, no-c-format
648 #. Tag: title
649 msgid "Partitioning for &arch-title;"
650 msgstr ""
651
652 #: partitioning.xml:620
653 #, no-c-format
654 #. Tag: para
655 msgid "Booting Debian from the SRM console (the only disk boot method supported by &releasename;) requires you to have a BSD disk label, not a DOS partition table, on your boot disk. (Remember, the SRM boot block is incompatible with MS-DOS partition tables &mdash; see <xref linkend=\"alpha-firmware\"/>.) As a result, <command>partman</command> creates BSD disk labels when running on &architecture;, but if your disk has an existing DOS partition table the existing partitions will need to be deleted before partman can convert it to use a disk label."
656 msgstr ""
657
658 #: partitioning.xml:631
659 #, no-c-format
660 #. Tag: para
661 msgid "If you have chosen to use <command>fdisk</command> to partition your disk, and the disk that you have selected for partitioning does not already contain a BSD disk label, you must use the `b' command to enter disk label mode."
662 msgstr ""
663
664 #: partitioning.xml:638
665 #, no-c-format
666 #. Tag: para
667 msgid "Unless you wish to use the disk you are partitioning from Tru64 Unix or one of the free 4.4BSD-Lite derived operating systems (FreeBSD, OpenBSD, or NetBSD), it is suggested that you do <emphasis>not</emphasis> make the third partition contain the whole disk. This is not required by <command>aboot</command>, and in fact, it may lead to confusion since the <command>swriteboot</command> utility used to install <command>aboot</command> in the boot sector will complain about a partition overlapping with the boot block."
668 msgstr ""
669
670 #: partitioning.xml:649
671 #, no-c-format
672 #. Tag: para
673 msgid "Also, because <command>aboot</command> is written to the first few sectors of the disk (currently it occupies about 70 kilobytes, or 150 sectors), you <emphasis>must</emphasis> leave enough empty space at the beginning of the disk for it. In the past, it was suggested that you make a small partition at the beginning of the disk, to be left unformatted. For the same reason mentioned above, we now suggest that you do not do this on disks that will only be used by GNU/Linux. When using <command>partman</command>, a small partition will still be created for <command>aboot</command> for convenience reasons."
674 msgstr ""
675
676 #: partitioning.xml:661
677 #, no-c-format
678 #. Tag: para
679 msgid "For ARC installations, you should make a small FAT partition at the beginning of the disk to contain <command>MILO</command> and <command>linload.exe</command> &mdash; 5 megabytes should be sufficient, see <xref linkend=\"non-debian-partitioning\"/>. Unfortunately, making FAT file systems from the menu is not yet supported, so you'll have to do it manually from the shell using <command>mkdosfs</command> before attempting to install the boot loader."
680 msgstr ""
681
682 #: partitioning.xml:680
683 #, no-c-format
684 #. Tag: para
685 msgid "PALO, the HPPA boot loader, requires a partition of type <quote>F0</quote> somewhere in the first 2GB. This is where the boot loader and an optional kernel and RAMdisk will be stored, so make it big enough for that -- at least 4Mb (I like 8-16Mb). An additional requirement of the firmware is that the Linux kernel must reside within the first 2GB of the disk. This is typically achieved by making the root ext2 partition fit entirely within the first 2GB of the disk. Alternatively you can create a small ext2 partition near the start of the disk and mount that on <filename>/boot</filename>, since that is the directory where the Linux kernel(s) will be stored. <filename>/boot</filename> needs to be big enough to hold whatever kernels you might wish load; 8-16MB is generally sufficient."
686 msgstr ""
687
688 #: partitioning.xml:704
689 #, no-c-format
690 #. Tag: para
691 msgid "If you have an existing other operating system such as DOS or Windows and you want to preseve that operating system while installing Debian, you may need to resize its partition to free up space for the Debian installation. The installer supports resizing of both FAT and NTFS filesystems; when you get to the installer's partitioning step, select the option to partition manually and then simply select an existing partition and change its size."
692 msgstr ""
693
694 #: partitioning.xml:713
695 #, no-c-format
696 #. Tag: para
697 msgid "The PC BIOS generally adds additional constraints for disk partitioning. There is a limit to how many <quote>primary</quote> and <quote>logical</quote> partitions a drive can contain. Additionally, with pre 1994-98 BIOS, there are limits to where on the drive the BIOS can boot from. More information can be found in the <ulink url=\"&url-partition-howto;\">Linux Partition HOWTO</ulink> and the <ulink url=\"&url-phoenix-bios-faq-large-disk;\">Phoenix BIOS FAQ</ulink>, but this section will include a brief overview to help you plan most situations."
698 msgstr ""
699
700 #: partitioning.xml:725
701 #, no-c-format
702 #. Tag: para
703 msgid "<quote>Primary</quote> partitions are the original partitioning scheme for PC disks. However, there can only be four of them. To get past this limitation, <quote>extended</quote> and <quote>logical</quote> partitions were invented. By setting one of your primary partitions as an extended partition, you can subdivide all the space allocated to that partition into logical partitions. You can create up to 60 logical partitions per extended partition; however, you can only have one extended partition per drive."
704 msgstr ""
705
706 #: partitioning.xml:736
707 #, no-c-format
708 #. Tag: para
709 msgid "Linux limits the partitions per drive to 15 partitions for SCSI disks (3 usable primary partitions, 12 logical partitions), and 63 partitions on an IDE drive (3 usable primary partitions, 60 logical partitions). However the normal &debian; system provides only 20 devices for partitions, so you may not install on partitions higher than 20 unless you first manually create devices for those partitions."
710 msgstr ""
711
712 #: partitioning.xml:746
713 #, no-c-format
714 #. Tag: para
715 msgid "If you have a large IDE disk, and are using neither LBA addressing, nor overlay drivers (sometimes provided by hard disk manufacturers), then the boot partition (the partition containing your kernel image) must be placed within the first 1024 cylinders of your hard drive (usually around 524 megabytes, without BIOS translation)."
716 msgstr ""
717
718 #: partitioning.xml:754
719 #, no-c-format
720 #. Tag: para
721 msgid "This restriction doesn't apply if you have a BIOS newer than around 1995-98 (depending on the manufacturer) that supports the <quote>Enhanced Disk Drive Support Specification</quote>. Both Lilo, the Linux loader, and Debian's alternative <command>mbr</command> must use the BIOS to read the kernel from the disk into RAM. If the BIOS int 0x13 large disk access extensions are found to be present, they will be utilized. Otherwise, the legacy disk access interface is used as a fall-back, and it cannot be used to address any location on the disk higher than the 1023rd cylinder. Once Linux is booted, no matter what BIOS your computer has, these restrictions no longer apply, since Linux does not use the BIOS for disk access."
722 msgstr ""
723
724 #: partitioning.xml:768
725 #, no-c-format
726 #. Tag: para
727 msgid "If you have a large disk, you might have to use cylinder translation techniques, which you can set from your BIOS setup program, such as LBA (Logical Block Addressing) or CHS translation mode (<quote>Large</quote>). More information about issues with large disks can be found in the <ulink url=\"&url-large-disk-howto;\">Large Disk HOWTO</ulink>. If you are using a cylinder translation scheme, and the BIOS does not support the large disk access extensions, then your boot partition has to fit within the <emphasis>translated</emphasis> representation of the 1024th cylinder."
728 msgstr ""
729
730 #: partitioning.xml:780
731 #, no-c-format
732 #. Tag: para
733 msgid "The recommended way of accomplishing this is to create a small (5-10MB should suffice) partition at the beginning of the disk to be used as the boot partition, and then create whatever other partitions you wish to have, in the remaining area. This boot partition <emphasis>must</emphasis> be mounted on <filename>/boot</filename>, since that is the directory where the Linux kernel(s) will be stored. This configuration will work on any system, regardless of whether LBA or large disk CHS translation is used, and regardless of whether your BIOS supports the large disk access extensions."
734 msgstr ""
735
736 #: partitioning.xml:802
737 #, no-c-format
738 #. Tag: para
739 msgid "The <command>partman</command> disk partitioner is the default partitioning tool for the installer. It manages the set of partitions and their mount points to ensure that the disks and filesystems is properly configured for a successful installation. It actually uses the <command>parted</command> to do the on-disk partitioning."
740 msgstr ""
741
742 #: partitioning.xml:814
743 #, no-c-format
744 #. Tag: title
745 msgid "EFI Recognized Formats"
746 msgstr ""
747
748 #: partitioning.xml:815
749 #, no-c-format
750 #. Tag: para
751 msgid "The IA64 EFI firmware supports two partition table (or disk label) formats, GPT and MS-DOS. MS-DOS, the format typically used on i386 PCs, is no longer recommended for IA64 systems. Although the installer also provides the <command>cfdisk</command>, you should only use the <ulink url=\"parted.txt\"> <command>parted</command></ulink> because only it can manage both GPT and MS-DOS tables correctly."
752 msgstr ""
753
754 #: partitioning.xml:827
755 #, no-c-format
756 #. Tag: para
757 msgid "The automatic partitioning recipes for <command>partman</command> allocate an EFI partition as the first partition on the disk. You can also set up the partition under the <guimenuitem>Guided partitioning</guimenuitem> from the main menu in a manner similar to setting up a <emphasis>swap</emphasis> partition."
758 msgstr ""
759
760 #: partitioning.xml:835
761 #, no-c-format
762 #. Tag: para
763 msgid ""
764 "The <command>partman</command> partitioner will handle most disk layouts. For those rare cases where it is necessary to manually set up a disk, you can use the shell as described above and run the <command>parted</command> utility directly using its command line interface. Assuming that you want to erase your whole disk and create a GPT table and some partitions, then something similar to the following command sequence could be used: <informalexample><screen>\n"
765 " mklabel gpt\n"
766 " mkpartfs primary fat 0 50\n"
767 " mkpartfs primary linux-swap 51 1000\n"
768 " mkpartfs primary ext2 1001 3000\n"
769 " set 1 boot on\n"
770 " print\n"
771 " quit\n"
772 "</screen></informalexample> This creates a new partition table, and three partitions to be used as an EFI boot partition, swap space, and a root file system. Finally it sets the boot flag on the EFI partition. Partitions are specified in Megabytes, with start and end offsets from the beginning of the disk. So, for example, above we created a 1999MB ext2 file system starting at offset 1001MB from the start of the disk. Note that formatting swap space with <command>parted</command> can take a few minutes to complete, as it scans the partition for bad blocks."
773 msgstr ""
774
775 #: partitioning.xml:860
776 #, no-c-format
777 #. Tag: title
778 msgid "Boot Loader Partition Requirements"
779 msgstr "Boot Loader Partition Requirements"
780
781 #: partitioning.xml:862
782 #, no-c-format
783 #. Tag: para
784 msgid "ELILO, the ia64 boot loader, requires a partition containing a FAT file system with the <userinput>boot</userinput> flag set. The partition must be big enough to hold the boot loader and any kernels or RAMdisks you may wish to boot. A minimum size would be about 20MB, but if you expect to run with multiple kernels, then 128MB might be a better size."
785 msgstr ""
786
787 #: partitioning.xml:871
788 #, no-c-format
789 #. Tag: para
790 msgid "The EFI Boot Manager and the EFI Shell fully support the GPT table so the boot partition does not necessarily have to be the first partition or even on the same disk. This is convenient if you should forget to allocate the partition and only find out after you have formatted the other partitions on your disk(s). The <command>partman</command> partitioner checks for an EFI partition at the same time it checks for a properly set up <emphasis>root</emphasis> partition. This gives you an opportunity to correct the disk layout before the package install begins. The easiest way to correct this omission is to shrink the last partition of the disk to make enough free space for adding an EFI partition."
791 msgstr ""
792
793 #: partitioning.xml:886
794 #, no-c-format
795 #. Tag: para
796 msgid "It is strongly recommended that you allocate the EFI boot partition on the same disk as the <emphasis>root</emphasis> filesystem."
797 msgstr ""
798
799 #: partitioning.xml:895
800 #, no-c-format
801 #. Tag: title
802 msgid "EFI Diagnostic Partitions"
803 msgstr "EFI Diagnostic Partitions"
804
805 #: partitioning.xml:897
806 #, no-c-format
807 #. Tag: para
808 msgid "The EFI firmware is significantly more sophisticated than the usual BIOS seen on most x86 PCs. Some system vendors take advantage of the ability of the EFI to access files and run programs from a hard disk filesystem to store diagnostics and EFI based system management utilities on the hard disk. This is a separate FAT format filesystem on the system disk. Consult the system documentation and accessories that come with the system for details. The easiest time to set up a diagnostics partition is at the same time you set up the EFI boot partition."
809 msgstr ""
810
811 #: partitioning.xml:920
812 #, no-c-format
813 #. Tag: para
814 msgid "SGI Indys require an SGI disk label in order to make the system bootable from hard disk. It can be created in the fdisk expert menu. The thereby created volume header(partition number 9) should be at least 3MB large. If the volume header created is too small, you can simply delete partition number 9 and re-add it with a different size. Note that the volume header must start at sector 0."
815 msgstr ""
816
817 #: partitioning.xml:937
818 #, no-c-format
819 #. Tag: title
820 msgid "Partitioning Newer PowerMacs"
821 msgstr ""
822
823 #: partitioning.xml:938
824 #, no-c-format
825 #. Tag: para
826 msgid "If you are installing onto a NewWorld PowerMac you must create a special bootstrap partition to hold the boot loader. The size of this partition must be 800KB and its partition type must be <emphasis>Apple_Bootstrap</emphasis>. If the bootstrap partition is not created with the <emphasis>Apple_Bootstrap</emphasis> type your machine cannot be made bootable from the hard disk. This partition can easily be created by creating a new partition in <command>partman</command> and telling it to use it as a <quote>NewWorld boot partition</quote>, or in <command>mac-fdisk</command> using the <userinput>b</userinput> command."
827 msgstr ""
828
829 #: partitioning.xml:951
830 #, no-c-format
831 #. Tag: para
832 msgid "The special partition type Apple_Bootstrap is required to prevent MacOS from mounting and damaging the bootstrap partition, as there are special modifications made to it in order for OpenFirmware to boot it automatically."
833 msgstr ""
834
835 #: partitioning.xml:958
836 #, no-c-format
837 #. Tag: para
838 msgid "Note that the bootstrap partition is only meant to hold 3 very small files: the <command>yaboot</command> binary, its configuration <filename>yaboot.conf</filename>, and a first stage OpenFirmware loader <command>ofboot.b</command>. It need not and must not be mounted on your file system nor have kernels or anything else copied to it. The <command>ybin</command> and <command>mkofboot</command> utilities are used to manipulate this partition."
839 msgstr ""
840
841 #: partitioning.xml:968
842 #, no-c-format
843 #. Tag: para
844 msgid "In order for OpenFirmware to automatically boot &debian; the bootstrap partition should appear before other boot partitions on the disk, especially MacOS boot partitions. The bootstrap partition should be the first one you create. However, if you add a bootstrap partition later, you can use <command>mac-fdisk</command>'s <userinput>r</userinput> command to reorder the partition map so the bootstrap partition comes right after the map (which is always partition 1). It's the logical map order, not the physical address order, that counts."
845 msgstr ""
846
847 #: partitioning.xml:980
848 #, no-c-format
849 #. Tag: para
850 msgid "Apple disks normally have several small driver partitions. If you intend to dual boot your machine with MacOSX, you should retain these partitions and a small HFS partition (800k is the minimum size). That is because MacOSX, on every boot, offers to initialize any disks which do not have active MacOS partitions and driver partitions."
851 msgstr ""
852
853 #: partitioning.xml:997
854 #, no-c-format
855 #. Tag: para
856 msgid "Make sure you create a <quote>Sun disk label</quote> on your boot disk. This is the only kind of partition scheme that the OpenBoot PROM understands, and so it's the only scheme from which you can boot. The <keycap>s</keycap> key is used in <command>fdisk</command> to create Sun disk labels."
857 msgstr ""
858
859 #: partitioning.xml:1005
860 #, no-c-format
861 #. Tag: para
862 msgid "Furthermore, on &arch-title; disks, make sure your first partition on your boot disk starts at cylinder 0. While this is required, it also means that the first partition will contain the partition table and the boot block, which are the first two sectors of the disk. You must <emphasis>not</emphasis> put swap on the first partition of the boot drive, since swap partitions do not preserve the first few sectors of the partition. You can put Ext2 or UFS partitions there; these will leave the partition table and the boot block alone."
863 msgstr ""
864
865 #: partitioning.xml:1016
866 #, no-c-format
867 #. Tag: para
868 msgid "It is also advised that the third partition should be of type <quote>Whole disk</quote> (type 5), and contain the entire disk (from the first cylinder to the last). This is simply a convention of Sun disk labels, and helps the <command>SILO</command> boot loader keep its bearings."
869 msgstr ""
870

  ViewVC Help
Powered by ViewVC 1.1.5