summaryrefslogtreecommitdiff
blob: ade135f304d651a9852776e3770c074b4816d6bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
# Azamat H. Hackimov <azamat.hackimov@gmail.com>, 2009, 2010, 2011.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2011-09-05 14:12+0600\n"
"PO-Revision-Date: 2011-10-10 02:18+0500\n"
"Last-Translator: Vladimir <vokalashnikov@gmail.com>\n"
"Language-Team: Russian <gentoo-doc-ru@gentoo.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 1.0\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(version):11
msgid "7"
msgstr "7"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(date):12
msgid "2011-09-04"
msgstr "2011-09-04"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):15
msgid "Introduction to Block Devices"
msgstr "Введение в блочные устройства"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):22
msgid "Partitions"
msgstr "Разделы"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):25
msgid "Although it is theoretically possible to use the entire disk to house your Linux system, this is almost never done in practice. Instead, full disk block devices are split up in smaller, more manageable block devices. These are known as <e>partitions</e> or <e>slices</e>."
msgstr "Хоть теоретически и возможно использовать все пространство винчестера под этот ваш Linux, в большинстве случаев так не делают. Вместо этого, весь блок памяти (винчестер) разделяют на более маленькие блоки, улучшая управление блочного устройства в целом.  Известные так же, как <e>разделы</e> или <e>слайсы</e>."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):32
msgid "The first partition on the first SCSI disk is <path>/dev/sda1</path>, the second <path>/dev/sda2</path> and so on."
msgstr "Первый раздел на первом SCSI винчестере  - <path>/dev/sda1</path>,  второй раздел на этом же винчестере <path>/dev/sda2</path> и т.д."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):37
msgid "The third partition on Sun systems is set aside as a special \"whole disk\" slice. This partition must not contain a file system."
msgstr "Третий раздел в системах Sun отмечается, как специальный \"whole disk\" слайс. Этот раздел не должен содержать файловую систему."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):42
msgid "Users who are used to the DOS partitioning scheme should note that Sun disklabels do not have \"primary\" and \"extended\" partitions. Instead, up to eight partitions are available per drive, with the third of these being reserved."
msgstr "Пользователи которые используют для DOS схему разбиения следует отметить, что Sun разметка не имеет \"primary \" и \"extended \" разделов. Взамени, до 8 разделов на диск доступны, с третьим изначально зарезервированным."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):53
msgid "Designing a Partitioning Scheme"
msgstr "Разработка схемы разделения диска"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):55
msgid "Default Partitioning Scheme"
msgstr "Схема разделения по умолчанию"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):58
msgid "If you are not interested in drawing up a partitioning scheme, the table below suggests a suitable starting point for most systems."
msgstr "Если вы не заинтересованы в разработке схемы секционирования, таблица ниже предлагает подходящую отправную точку для большинства систем."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):63
msgid "Note that a separate <path>/boot</path> partition is generally <e>not</e> recommended on SPARC, as it complicates the bootloader configuration."
msgstr "Обратите внимание на то, что отдельный <path>/boot</path> раздел, как правило <e>не</e> рекомендуется для SPARC, ибо это затрудняет настройку загрузчика"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(th):70
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(th):152
msgid "Partition"
msgstr "Раздел"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(th):71
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(th):476
msgid "Filesystem"
msgstr "Файловая система"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(th):72
msgid "Size"
msgstr "Размер"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(th):73
msgid "Mount Point"
msgstr "Точка монтирования"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(th):74
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(th):153
msgid "Description"
msgstr "Описание"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):77
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):156
msgid "/dev/sda1"
msgstr "/dev/sda1"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):78
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):106
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):117
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):129
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):484
msgid "ext3"
msgstr "ext3"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):79
msgid "&lt;2 GB"
msgstr "&lt;2 ГБ"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):80
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):157
msgid "/"
msgstr "/"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):81
msgid "Root partition. For SPARC64 systems with older OBP versions, this <e>must</e> be less than 2 GB in size, and the first partition on the disk."
msgstr "Корневой раздел. Для систем SPARC64 со старыми OBP версиями, <e>должен</e> быть не менее, чем 2 GB и являться первым разделом диска."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):88
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):160
msgid "/dev/sda2"
msgstr "/dev/sda2"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):89
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):161
msgid "swap"
msgstr "Пространство подкачки"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):90
msgid "512 MB"
msgstr "512 Мб"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):91
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):99
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):101
msgid "none"
msgstr "нет"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):92
msgid "Swap partition. For bootstrap and certain larger compiles, at least 512 MB of RAM (including swap) is required."
msgstr "Swap раздел. Для загрузки и определенных больших компиляциях, которым требуется как минимум 512 MB оперативной памяти (включая swap)."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):98
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):164
msgid "/dev/sda3"
msgstr "/dev/sda3"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):100
msgid "Whole disk"
msgstr "Весь диск"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):102
msgid "Whole disk partition. This is required on SPARC systems."
msgstr "Цельно-дисковый (Боже) раздел. \"Это\" требуется для SPARC систем."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):105
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):168
msgid "/dev/sda4"
msgstr "/dev/sda4"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):107
msgid "at least 2 GB"
msgstr "не менее 2 ГБ"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):108
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):169
msgid "/usr"
msgstr "/usr"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):109
msgid "/usr partition. Applications are installed here. By default this partition is also used for Portage data (which takes around 500 MB excluding source code)."
msgstr "/usr раздел. Здесь устанавливаются приложения. По умолчанию этот раздел так же исользуется для данных Portage (Занимающий около 500 MB, исключая исходный код)."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):116
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):172
msgid "/dev/sda5"
msgstr "/dev/sda5"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):118
msgid "at least 1 GB"
msgstr "не менее 1 ГБ"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):119
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):173
msgid "/var"
msgstr "/var"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):120
msgid "/var partition. Used for program-generated data. By default Portage uses this partition for temporary space whilst compiling. Certain larger applications such as Mozilla and OpenOffice.org can require over 1 GB of temporary space here when building."
msgstr "/var раздел. Используется данными, сгенерированными программами. По умолчанию Portage использует этот раздел для временного пространства во время компиляции. Некоторые большие приложения, такие как Mozilla и OpenOffice.org могут потребовать более 1 Гб временного пространства, когда \"собираются\"."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):128
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):176
msgid "/dev/sda6"
msgstr "/dev/sda6"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):130
msgid "remaining space"
msgstr "оставшееся место"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):131
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):177
msgid "/home"
msgstr "/home"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):132
msgid "/home partition. Used for users' home directories."
msgstr "/home раздел. Используется как домашняя директория пользователей."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):141
msgid "Using fdisk to Partition your Disk"
msgstr "Использование fdisk для создания разделов"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):145
msgid "The following parts explain how to create the example partition layout described previously, namely:"
msgstr "Следующая часть описывает создание примерной схемы разделения диска, описанной ранее:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):165
msgid "whole disk slice"
msgstr "Цельная часть диска"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):181
msgid "Change the partition layout as required. Remember to keep the root partition entirely within the first 2 GB of the disk for older systems. There is also a 15-partition limit for SCSI and SATA."
msgstr "Выберете необходимую разметку раздела. Помните "

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):190
msgid "Firing up fdisk"
msgstr "Запуск fdisk"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):193
msgid "Start <c>fdisk</c> with your disk as argument:"
msgstr "Запустите <c>fdisk</c> с вашим диском, как аргументом:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):197
msgid "Starting fdisk"
msgstr "Запуск fdisk"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):197
#, no-wrap
msgid ""
"\n"
"# <i>fdisk /dev/sda</i>\n"
msgstr ""
"\n"
"# <i>fdisk /dev/sda</i>\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):201
msgid "You should be greeted with the fdisk prompt:"
msgstr "Вас может приветствовать fdisk следующей строкой:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):205
msgid "The fdisk prompt"
msgstr "Приглашение fdisk"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):205
#, no-wrap
msgid ""
"\n"
"Command (m for help):\n"
msgstr ""
"\n"
"Command (m for help):\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):209
msgid "To view the available partitions, type in <c>p</c>:"
msgstr "Для просмотра доступных разделов, напечатайте <c>p</c>:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):213
msgid "Listing available partitions"
msgstr "Список доступных разделов"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):213
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):407
#, no-wrap
msgid ""
"\n"
"Command (m for help): <i>p</i>\n"
"\n"
"Disk /dev/sda (Sun disk label): 64 heads, 32 sectors, 8635 cylinders\n"
"Units = cylinders of 2048 * 512 bytes\n"
"\n"
"   Device Flag    Start       End    Blocks   Id  System\n"
"/dev/sda1             0       488    499712   83  Linux native\n"
"/dev/sda2           488       976    499712   82  Linux swap\n"
"/dev/sda3             0      8635   8842240    5  Whole disk\n"
"/dev/sda4           976      1953   1000448   83  Linux native\n"
"/dev/sda5          1953      2144    195584   83  Linux native\n"
"/dev/sda6          2144      8635   6646784   83  Linux native\n"
msgstr ""
"\n"
"Command (m for help): <i>p</i>\n"
"\n"
"Disk /dev/sda (Sun disk label): 64 heads, 32 sectors, 8635 cylinders\n"
"Units = cylinders of 2048 * 512 bytes\n"
"\n"
"   Device Flag    Start       End    Blocks   Id  System\n"
"/dev/sda1             0       488    499712   83  Linux native\n"
"/dev/sda2           488       976    499712   82  Linux swap\n"
"/dev/sda3             0      8635   8842240    5  Whole disk\n"
"/dev/sda4           976      1953   1000448   83  Linux native\n"
"/dev/sda5          1953      2144    195584   83  Linux native\n"
"/dev/sda6          2144      8635   6646784   83  Linux native\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):228
msgid "Note the <c>Sun disk label</c> in the output. If this is missing, the disk is using the DOS-partitioning, not the Sun partitioning. In this case, use <c>s</c> to ensure that the disk has a Sun partition table:"
msgstr "Обратите внимание <c>Sun disk label</c>, на выводе. Если этого нет, диск использует DOS-разметку, а не Sun. В этом случае, используйте <c>s</c> для гарантии, что диск имеет таблицу разделов Sun:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):234
msgid "Creating a Sun Disklabel"
msgstr "Создание Sun метки"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):234
#, no-wrap
msgid ""
"\n"
"Command (m for help): <i>s</i>\n"
"Building a new sun disklabel. Changes will remain in memory only,\n"
"until you decide to write them. After that, of course, the previous\n"
"content won't be recoverable.\n"
"\n"
"Drive type\n"
"   ?   auto configure\n"
"   0   custom (with hardware detected defaults)\n"
"   a   Quantum ProDrive 80S\n"
"   b   Quantum ProDrive 105S\n"
"   c   CDC Wren IV 94171-344\n"
"   d   IBM DPES-31080\n"
"   e   IBM DORS-32160\n"
"   f   IBM DNES-318350\n"
"   g   SEAGATE ST34371\n"
"   h   SUN0104\n"
"   i   SUN0207\n"
"   j   SUN0327\n"
"   k   SUN0340\n"
"   l   SUN0424\n"
"   m   SUN0535\n"
"   n   SUN0669\n"
"   o   SUN1.0G\n"
"   p   SUN1.05\n"
"   q   SUN1.3G\n"
"   r   SUN2.1G\n"
"   s   IOMEGA Jaz\n"
"Select type (? for auto, 0 for custom): <i>0</i>\n"
"Heads (1-1024, default 64): \n"
"Using default value 64\n"
"Sectors/track (1-1024, default 32): \n"
"Using default value 32\n"
"Cylinders (1-65535, default 8635): \n"
"Using default value 8635\n"
"Alternate cylinders (0-65535, default 2): \n"
"Using default value 2\n"
"Physical cylinders (0-65535, default 8637): \n"
"Using default value 8637\n"
"Rotation speed (rpm) (1-100000, default 5400): <i>10000</i>\n"
"Interleave factor (1-32, default 1): \n"
"Using default value 1\n"
"Extra sectors per cylinder (0-32, default 0): \n"
"Using default value 0\n"
msgstr ""
"\n"
"Command (m for help): <i>s</i>\n"
"Building a new sun disklabel. Changes will remain in memory only,\n"
"until you decide to write them. After that, of course, the previous\n"
"content won't be recoverable.\n"
"\n"
"Drive type\n"
"   ?   auto configure\n"
"   0   custom (with hardware detected defaults)\n"
"   a   Quantum ProDrive 80S\n"
"   b   Quantum ProDrive 105S\n"
"   c   CDC Wren IV 94171-344\n"
"   d   IBM DPES-31080\n"
"   e   IBM DORS-32160\n"
"   f   IBM DNES-318350\n"
"   g   SEAGATE ST34371\n"
"   h   SUN0104\n"
"   i   SUN0207\n"
"   j   SUN0327\n"
"   k   SUN0340\n"
"   l   SUN0424\n"
"   m   SUN0535\n"
"   n   SUN0669\n"
"   o   SUN1.0G\n"
"   p   SUN1.05\n"
"   q   SUN1.3G\n"
"   r   SUN2.1G\n"
"   s   IOMEGA Jaz\n"
"Select type (? for auto, 0 for custom): <i>0</i>\n"
"Heads (1-1024, default 64): \n"
"Using default value 64\n"
"Sectors/track (1-1024, default 32): \n"
"Using default value 32\n"
"Cylinders (1-65535, default 8635): \n"
"Using default value 8635\n"
"Alternate cylinders (0-65535, default 2): \n"
"Using default value 2\n"
"Physical cylinders (0-65535, default 8637): \n"
"Using default value 8637\n"
"Rotation speed (rpm) (1-100000, default 5400): <i>10000</i>\n"
"Interleave factor (1-32, default 1): \n"
"Using default value 1\n"
"Extra sectors per cylinder (0-32, default 0): \n"
"Using default value 0\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):280
msgid "You can find the correct values in your disk's documentation. The 'auto configure' option does not usually work."
msgstr "Вы можете найти правильные значения разделов в документации к вашему диску. Опция \"автонастройки\", обычно, не срабатывает."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):288
msgid "Deleting Existing Partitions"
msgstr "Удалите существующие разделы"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):291
msgid "It's time to delete any existing partitions. To do this, type <c>d</c> and hit Enter. You will then be prompted for the partition number you would like to delete. To delete a pre-existing <path>/dev/sda1</path>, you would type:"
msgstr "Пришло время удаления всех существующих разделов. Сделайте это, напечатав <c>d</c> и нажмите Enter. Вам будет предложено ввести номер раздела, который вы желаете удалить. Для удаления существующего <path>/dev/sda1</path>, вы можете ввести:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):297
msgid "Deleting a partition"
msgstr "Удаление раздела"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):297
#, no-wrap
msgid ""
"\n"
"Command (m for help): <i>d</i>\n"
"Partition number (1-4): <i>1</i>\n"
msgstr ""
"\n"
"Command (m for help): <i>d</i>\n"
"Partition number (1-4): <i>1</i>\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):302
msgid "<e>You should not delete partition 3 (whole disk).</e> This is required. If this partition does not exist, follow the \"Creating a Sun Disklabel\" instructions above."
msgstr "<e>Желательно вам не удалять 3 раздел (whole disk).</e> Он необходим. Если этого раздела нету, выполните \"Создание разметки Sun\", инструкции выше."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):308
msgid "After deleting all partitions except the Whole disk slice, you should have a partition layout similar to the following:"
msgstr "После удаления всех разделов кроме полного слайс, вы должны иметь разметку разделов, подобный следующему:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):313
msgid "View an empty partition scheme"
msgstr "Просмотр пустой схемы разделов"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):313
#, no-wrap
msgid ""
"\n"
"Command (m for help): <i>p</i>\n"
"\n"
"Disk /dev/sda (Sun disk label): 64 heads, 32 sectors, 8635 cylinders\n"
"Units = cylinders of 2048 * 512 bytes\n"
"\n"
"   Device Flag    Start       End    Blocks   Id  System\n"
"/dev/sda3             0      8635   8842240    5  Whole disk\n"
msgstr ""
"\n"
"Command (m for help): <i>p</i>\n"
"\n"
"Disk /dev/sda (Sun disk label): 64 heads, 32 sectors, 8635 cylinders\n"
"Units = cylinders of 2048 * 512 bytes\n"
"\n"
"Устройства загрузки  Начало     Конец    Блоки    Id  Сиситема\n"
" /dev/sda3                0      8635   8842240    5  Whole disk\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):328
msgid "Creating the Root Partition"
msgstr "Создание корневого раздела"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):331
msgid "We're ready to create the root partition. To do this, type <c>n</c> to create a new partition, then type <c>1</c> to create the partition. When prompted for the first cylinder, hit enter. When prompted for the last cylinder, type <c>+512M</c> to create a partition <c>512 MB</c> in size. Make sure that the entire root partition fits within the first 2 GB of the disk. You can see output from these steps below:"
msgstr "Мы готовы к созданию корневого раздела. Сделайте это, напечатав <c>n</c> для создания нового раздела, затем напечатайте <c>1</c> чтобы создать раздел. Когда спросят про первый цилиндр, нажмите enter. Когда спросят про последний, напечатайте <c>+512M</c> для создания раздела, размером <c>512 MB</c>. Удостоверьтесь, что весь корневой раздел помещается в первых 2 Гб диска. Вы можете увидеть вывод этих шагов ниже:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):340
msgid "Creating a root partition"
msgstr "Создание корневого раздела"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):340
#, no-wrap
msgid ""
"\n"
"Command (m for help): <i>n</i>\n"
"Partition number (1-8): <i>1</i>\n"
"First cylinder (0-8635): <i>(press Enter)</i>\n"
"Last cylinder or +size or +sizeM or +sizeK (0-8635, default 8635): <i>+512M</i>\n"
msgstr ""
"\n"
"Command (m for help): <i>n</i>\n"
"Partition number (1-8): <i>1</i>\n"
"First cylinder (0-8635): <i>(press Enter)</i>\n"
"Last cylinder or +size or +sizeM or +sizeK (0-8635, default 8635): <i>+512M</i>\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):347
msgid "Now, when you type <c>p</c>, you should see the following partition printout:"
msgstr "Теперь, когда вы наберете <c>p</c>, вы должны увидеть следующую распечатку:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):351
msgid "Listing the partition layout"
msgstr "Список расположения разделов"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):351
#, no-wrap
msgid ""
"\n"
"Command (m for help): <i>p</i>\n"
"\n"
"Disk /dev/sda (Sun disk label): 64 heads, 32 sectors, 8635 cylinders\n"
"Units = cylinders of 2048 * 512 bytes\n"
"\n"
"   Device Flag    Start       End    Blocks   Id  System\n"
"/dev/sda1             0       488    499712   83  Linux native\n"
"/dev/sda3             0      8635   8842240    5  Whole disk\n"
msgstr ""
"\n"
"Command (m for help): <i>p</i>\n"
"\n"
"Disk /dev/sda (Sun disk label): 64 heads, 32 sectors, 8635 cylinders\n"
"Units = cylinders of 2048 * 512 bytes\n"
"\n"
"   Device Flag    Start       End    Blocks   Id  System\n"
"/dev/sda1             0       488    499712   83  Linux native\n"
"/dev/sda3             0      8635   8842240    5  Whole disk\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):365
msgid "Creating a swap partition"
msgstr "Создание swap раздела"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):368
msgid "Next, let's create the swap partition. To do this, type <c>n</c> to create a new partition, then <c>2</c> to create the second partition, <path>/dev/sda2</path> in our case. When prompted for the first cylinder, hit enter. When prompted for the last cylinder, type <c>+512M</c> to create a partition 512 MB in size. After you've done this, type <c>t</c> to set the partition type, and then type in <c>82</c> to set the partition type to \"Linux Swap\". After completing these steps, typing <c>p</c> should display a partition table that looks similar to this:"
msgstr "Далее, давайте создадим swap раздел. Сделайте это, напечатав <c>n</c> для создания нового раздела, введите <c>2</c> для создания следующего раздела, <path>/dev/sda2</path> в нашем случае. В ответ на вопрос о первом целиндре, нажмите enter. Когда увидите вопрос о последнем, напечатайте <c>+512M</c> для создания раздела, размером 512 MB. После того как сделаете это, напечатайте <c>t</c> для установки типа раздела, и затем напечатайте <c>82</c> для установки раздела как \"Linux Swap\". После завершения этих шагов, напечатайте <c>p</c> что бы увидеть таблицу разделов, которая выглядит примерно так:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):379
msgid "Listing of available partitions"
msgstr "Список доступных разделов"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):379
#, no-wrap
msgid ""
"\n"
"Command (m for help): <i>p</i>\n"
"\n"
"Disk /dev/sda (Sun disk label): 64 heads, 32 sectors, 8635 cylinders\n"
"Units = cylinders of 2048 * 512 bytes\n"
"\n"
"   Device Flag    Start       End    Blocks   Id  System\n"
"/dev/sda1             0       488    499712   83  Linux native\n"
"/dev/sda2           488       976    499712   82  Linux swap\n"
"/dev/sda3             0      8635   8842240    5  Whole disk\n"
msgstr ""
"\n"
"Command (m for help): <i>p</i>\n"
"\n"
"Disk /dev/sda (Sun disk label): 64 heads, 32 sectors, 8635 cylinders\n"
"Units = cylinders of 2048 * 512 bytes\n"
"\n"
"   Device Flag    Start       End    Blocks   Id  System\n"
"/dev/sda1             0       488    499712   83  Linux native\n"
"/dev/sda2           488       976    499712   82  Linux swap\n"
"/dev/sda3             0      8635   8842240    5  Whole disk\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):394
msgid "Creating the /usr, /var and /home partitions"
msgstr "Создание /use, /var и /home разделов"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):397
msgid "Finally, let's create the /usr, /var and /home partitions. As before, type <c>n</c> to create a new partition, then type <c>4</c> to create the third partition, <path>/dev/sda4</path> in our case. When prompted for the first cylinder, hit enter. When prompted for the last cylinder, enter <c>+2048M</c> to create a partition 2 GB in size. Repeat this process for <path>sda5</path> and <path>sda6</path>, using the desired sizes. Once you're done, you should see something like this:"
msgstr "В конце, давайте создадим /usr, /var и /home разделы. Как и прежде, напечатайте <c>n</с> для создания нового раздела, затем напечатайте <c>4</с> для создания третьего раздела, <path>/dev/sda4</path> в нашем случае. В ответ на вопрос о первом цилиндре, нажмите enter. В ответ на вопрос о последнем цилиндре, введите <c>+2048M</c> для создания раздела, размером 2 GB. Повторите процесс для <path>sda5</path> и <path>sda6</path>, используйте желаемые размеры. Когда закончите, вы увидете примерно следующее:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):407
msgid "Listing complete partition table"
msgstr "Список завершенной таблицы разделов"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):425
msgid "Save and Exit"
msgstr "Сохранимся и выйдем"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):428
msgid "To save your partition layout and exit <c>fdisk</c>, type <c>w</c>:"
msgstr "Сохраните ваше расположение разделов и выходите <c>fdisk</c>, напечатайте <c>w</c>:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):432
msgid "Save and exit fdisk"
msgstr "Сохранение и выход из fdisk"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):432
#, no-wrap
msgid ""
"\n"
"Command (m for help): <i>w</i>\n"
msgstr ""
"\n"
"Command (m for help): <i>w</i>\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):436
msgid "Now that your partitions are created, you can continue with <uri link=\"#filesystems\">Creating Filesystems</uri>."
msgstr "Теперь, когда все разделы созданы, перейдем к <uri link=\"#filesystems\">Созданию файловых систем</uri>."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):445
msgid "Creating Filesystems"
msgstr "Создание файловых систем"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):447
msgid "Introduction"
msgstr "Введение"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):450
msgid "Now that your partitions are created, it is time to place a filesystem on them. If you don't care about what filesystem to choose and are happy with what is used as default in this handbook, continue with <uri link=\"#filesystems-apply\">Applying a Filesystem to a Partition</uri>. Otherwise, read on to learn about the available filesystems..."
msgstr "Теперь, когда разделы созданы, настало время разместить файловые системы на них. Если вам не важно то, какую файловую систему использовать и вы вполне довольны той, которая используется по умолчанию в этой книге, продолжайте с <uri link=\"#filesystems-apply\">Доступные для разделов файловые системы</uri>. В противном случае, продолжайте читать чтобы узнать о доступных файловых системах..."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):466
msgid "Applying a Filesystem to a Partition"
msgstr "Размещение файловой системы на разделе"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):469
msgid "To create a filesystem on a partition or volume, tools specific to the chosen filesystem are available:"
msgstr "Для создания файловой системы на разделе или томе, доступны следующие специальные программы:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(th):477
msgid "Creation Command"
msgstr "Команда создания"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):480
msgid "ext2"
msgstr "ext2"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(ti):488
msgid "ext4"
msgstr "ext4"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):493
msgid "For instance, to create the root partition (<path>/dev/sda1</path> in our example) as ext2, and the <path>/usr</path>, <path>/var</path>, and <path>/home</path> partitions (<path>/dev/sda4</path>, <path>5</path> and <path>6</path> in our example, respectively) as ext3, you would use:"
msgstr "Например, для создания корневого раздела (<path>/dev/sda1</path> в нашем примере) как ext2, и <path>/usr</path>, <path>/var</path>, и <path>/home</path> разделы (<path>/dev/sda4</path>, <path>/dev/sda5</path> и <path>/dev/sda6</path> в нашем примере, соответственно) как ext3, вы можете использовать:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):500
msgid "Applying a filesystem on a partition"
msgstr "Размещение файловых систем на разделе"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):500
#, no-wrap
msgid ""
"\n"
"# <i>mkfs.ext2 /dev/sda1</i>\n"
"# <i>mkfs.ext3 /dev/sda4</i>\n"
"# <i>mkfs.ext3 /dev/sda5</i>\n"
"# <i>mkfs.ext3 /dev/sda6</i>\n"
msgstr ""
"\n"
"# <i>mkfs.ext2 /dev/sda1</i>\n"
"# <i>mkfs.ext3 /dev/sda4</i>\n"
"# <i>mkfs.ext3 /dev/sda5</i>\n"
"# <i>mkfs.ext3 /dev/sda6</i>\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):510
msgid "Activating the Swap Partition"
msgstr "Активация раздела подкачки"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):513
msgid "<c>mkswap</c> is the command used to initialize swap partitions:"
msgstr "<c>mkswap</c> — команда, используемая для инициализации раздела подкачки:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):517
msgid "Creating a Swap signature"
msgstr "Создание сигнатуры раздела подкачки"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):517
#, no-wrap
msgid ""
"\n"
"# <i>mkswap /dev/sda2</i>\n"
msgstr ""
"\n"
"# <i>mkswap /dev/sda2</i>\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):521
msgid "To activate the swap partition, use <c>swapon</c>:"
msgstr "Для активации раздела подкачки используйте <c>swapon</c>:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):525
msgid "Activating the swap partition"
msgstr "Активация раздела подкачки"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):525
#, no-wrap
msgid ""
"\n"
"# <i>swapon /dev/sda2</i>\n"
msgstr ""
"\n"
"# <i>swapon /dev/sda2</i>\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):529
msgid "Create and activate the swap with the commands mentioned above."
msgstr "Создайте и активируйте раздел подкачки, используя приведенные выше команды."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(title):537
msgid "Mounting"
msgstr "Монтирование"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):540
msgid "Now that your partitions are initialized and are housing a filesystem, it is time to mount them using the <c>mount</c> command. Don't forget to first create the necessary mount directories for every partition you created. For example:"
msgstr "Теперь, когда разделы созданы и файловые системы размещены, настало время смонтировать эти разделы с помощью команды <c>mount</c>. Не забудьте предварительно создать необходимые каталоги для монтирования каждого раздела. Вот пример:"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre:caption):547
msgid "Mounting partitions"
msgstr "Монтирование разделов"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(pre):547
#, no-wrap
msgid ""
"\n"
"# <i>mount /dev/sda1 /mnt/gentoo</i>\n"
"# <i>mkdir /mnt/gentoo/usr</i>\n"
"# <i>mount /dev/sda4 /mnt/gentoo/usr</i>\n"
"# <i>mkdir /mnt/gentoo/var</i>\n"
"# <i>mount /dev/sda5 /mnt/gentoo/var</i>\n"
"# <i>mkdir /mnt/gentoo/home</i>\n"
"# <i>mount /dev/sda6 /mnt/gentoo/home</i>\n"
msgstr ""
"\n"
"# <i>mount /dev/sda1 /mnt/gentoo</i>\n"
"# <i>mkdir /mnt/gentoo/usr</i>\n"
"# <i>mount /dev/sda4 /mnt/gentoo/usr</i>\n"
"# <i>mkdir /mnt/gentoo/var</i>\n"
"# <i>mount /dev/sda5 /mnt/gentoo/var</i>\n"
"# <i>mkdir /mnt/gentoo/home</i>\n"
"# <i>mount /dev/sda6 /mnt/gentoo/home</i>\n"

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(note):557
msgid "If you want your <path>/tmp</path> to reside on a separate partition, be sure to change its permissions after mounting: <c>chmod 1777 /mnt/gentoo/tmp</c>. This also holds for <path>/var/tmp</path>."
msgstr "Если вы хотите разместить <path>/tmp</path> на отдельном разделе, не забудьте изменить права доступа к этому каталогу после монтирования: <c>chmod 1777 /mnt/gentoo/tmp</c>. Это касается также и <path>/var/tmp</path>."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):563
msgid "We will also have to mount the proc filesystem (a virtual interface with the kernel) on <path>/proc</path>. But first we will need to place our files on the partitions."
msgstr "Нам также необходимо будет смонтировать файловую систему proc (виртуальный интерфейс ядра) в каталог <path>/proc</path>. Но для начала надо разместить необходимые нам файлы на разделах."

#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(p):568
msgid "Continue with <uri link=\"?part=1&amp;chap=5\">Installing the Gentoo Installation Files</uri>."
msgstr "Переходите к разделу <uri link=\"?part=1&amp;chap=5\">Установка установочных файлов Gentoo</uri>."

#. Place here names of translator, one per line. Format should be NAME; ROLE; E-MAIL
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-sparc-disk.xml(None):0
msgid "translator-credits"
msgstr ""
"Азамат Хакимов; переводчик, редактор перевода; azamat.hackimov@gmail.com\n"
"Владимир Калашников; переводчик, редактор перевода; vokalashnikov@gmail.com"

#~ msgid "6.0"
#~ msgstr "6.0"

#~ msgid "2010-07-20"
#~ msgstr "2010-07-20"