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
|
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-09-05 14:12+0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(version):11
msgid "6"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(date):12
msgid "2011-09-04"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):15
msgid "Introduction to Block Devices"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):22
msgid "Partitions"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):25
msgid "Although it is theoretically possible to use a full 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. On <keyval id=\"arch\"/> systems, these are called <e>partitions</e>."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):32
msgid "Itanium systems use EFI, the Extensible Firmware Interface, for booting. The partition table format that EFI understands is called GPT, or GUID Partition Table. The partitioning program that understands GPT is called \"parted\", so that is the tool we will use below. Additionally, EFI can only read FAT filesystems, so that is the format to use for the EFI boot partition, where the kernel will be installed by \"elilo\"."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):44
msgid "Advanced Storage"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):47
msgid "The <keyval id=\"arch\"/> Installation CDs provide support for EVMS and LVM2. EVMS and LVM2 increase the flexibility offered by your partitioning setup. During the installation instructions, we will focus on \"regular\" partitions, but it is still good to know EVMS and LVM2 are supported as well."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):58
msgid "Designing a Partitioning Scheme"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):60
msgid "Default Partitioning Scheme"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):63
msgid "If you are not interested in drawing up a partitioning scheme for your system, you can use the partitioning scheme we use throughout this book:"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(th):70 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(th):197
msgid "Partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(th):71 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(th):442
msgid "Filesystem"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(th):72
msgid "Size"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(th):73 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(th):198
msgid "Description"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):77 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):446
msgid "vfat"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):78
msgid "32M"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):79 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):202
msgid "EFI Boot partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):83
msgid "(swap)"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):84
msgid "512M"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):85 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):206
msgid "Swap partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):89 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):454
msgid "ext3"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):90
msgid "Rest of the disk"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):91 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):210
msgid "Root partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):95
msgid "If you are interested in knowing how big a partition should be, or even how many partitions you need, read on. Otherwise continue now with partitioning your disk by reading <uri link=\"#parted\">Using parted to Partition your Disk</uri>."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):105
msgid "How Many and How Big?"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):108
msgid "The number of partitions is highly dependent on your environment. For instance, if you have lots of users, you will most likely want to have your <path>/home</path> separate as it increases security and makes backups easier. If you are installing Gentoo to perform as a mailserver, your <path>/var</path> should be separate as all mails are stored inside <path>/var</path>. A good choice of filesystem will then maximise your performance. Gameservers will have a separate <path>/opt</path> as most gaming servers are installed there. The reason is similar for <path>/home</path>: security and backups. You will definitely want to keep <path>/usr</path> big: not only will it contain the majority of applications, the Portage tree alone takes around 500 Mbyte excluding the various sources that are stored in it."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):122
msgid "As you can see, it very much depends on what you want to achieve. Separate partitions or volumes have the following advantages:"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(li):128
msgid "You can choose the best performing filesystem for each partition or volume"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(li):131
msgid "Your entire system cannot run out of free space if one defunct tool is continuously writing files to a partition or volume"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(li):135
msgid "If necessary, file system checks are reduced in time, as multiple checks can be done in parallel (although this advantage is more with multiple disks than it is with multiple partitions)"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(li):140
msgid "Security can be enhanced by mounting some partitions or volumes read-only, nosuid (setuid bits are ignored), noexec (executable bits are ignored) etc."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):146
msgid "However, multiple partitions have one big disadvantage: if not configured properly, you might result in having a system with lots of free space on one partition and none on another. There is also a 15-partition limit for SCSI and SATA."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):153
msgid "As an example partitioning, we show you one for a 20GB disk, used as a demonstration laptop (containing webserver, mailserver, gnome, ...):"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre:caption):158
msgid "Filesystem usage example"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre):158
#, no-wrap
msgid "\n$ <i>df -h</i>\nFilesystem Type Size Used Avail Use% Mounted on\n/dev/sda5 ext3 509M 132M 351M 28% /\n/dev/sda2 ext3 5.0G 3.0G 1.8G 63% /home\n/dev/sda7 ext3 7.9G 6.2G 1.3G 83% /usr\n/dev/sda8 ext3 1011M 483M 477M 51% /opt\n/dev/sda9 ext3 2.0G 607M 1.3G 32% /var\n/dev/sda1 ext2 51M 17M 31M 36% /boot\n/dev/sda6 swap 516M 12M 504M 2% <not mounted>\n<comment>(Unpartitioned space for future usage: 2 GB)</comment>\n"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):171
msgid "<path>/usr</path> is rather full (83% used) here, but once all software is installed, <path>/usr</path> doesn't tend to grow that much. Although allocating a few gigabytes of disk space for <path>/var</path> may seem excessive, remember that Portage uses this partition by default for compiling packages. If you want to keep <path>/var</path> at a more reasonable size, such as 1GB, you will need to alter your <c>PORTAGE_TMPDIR</c> variable in <path>/etc/make.conf</path> to point to the partition with enough free space for compiling extremely large packages such as OpenOffice."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):186
msgid "Using parted to Partition your Disk"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):190
msgid "The following parts explain how to create the example partition layout described previously, namely:"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):214
msgid "Change your partition layout according to your own preference."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):221
msgid "Viewing the Current Partition Layout"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):224
msgid "<c>parted</c> is the GNU partition editor. Fire up <c>parted</c> on your disk (in our example, we use <path>/dev/sda</path>):"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre:caption):230
msgid "Starting parted"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre):230
#, no-wrap
msgid "\n# <i>parted /dev/sda</i>\n"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):234
msgid "Once in <c>parted</c>, you'll be greeted with a prompt that looks like this:"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre:caption):238
msgid "parted prompt"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre):238
#, no-wrap
msgid "\nGNU Parted 1.6.22\nCopyright (C) 1998 - 2005 Free Software Foundation, Inc.\nThis program is free software, covered by the GNU General Public License.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without\neven the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\nGeneral Public License for more details.\n\nUsing /dev/sda\n(parted)\n"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):251
msgid "At this point one of the available commands is <c>help</c>, which you should use if you want to see the other available commands. Another command is <c>print</c> which you should type next to display your disk's current partition configuration:"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre:caption):258
msgid "An example partition configuration"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre):258
#, no-wrap
msgid "\n(parted) <i>print</i>\nDisk geometry for /dev/sda: 0.000-34732.890 megabytes\nDisk label type: gpt\nMinor Start End Filesystem Name Flags\n1 0.017 203.938 fat32 boot\n2 203.938 4243.468 linux-swap\n3 4243.469 34724.281 ext3\n"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):268
msgid "This particular configuration is very similar to the one that we recommend above. Note on the second line that the partition table is type is GPT. If it is different, then the ia64 system will not be able to boot from this disk. For the sake of this guide we'll remove the partitions and create them anew."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):278
msgid "Removing all Partitions"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(note):281
msgid "Unlike fdisk and some other partitioning programs which postpone committing changes until you give the write instruction, parted commands take effect immediately. So once you start adding and removing partitions, you can't simply quit without writing them... they've already been written."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):288
msgid "The easy way to remove all partitions and start fresh, which guarantees that we are using the correct partition type, is to make a new partition table using the <c>mklabel</c> command. After you do this, you will have an empty GPT partition table."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre:caption):295
msgid "Creating a new partition table"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre):295
#, no-wrap
msgid "\n(parted) <i>mklabel gpt</i>\n(parted) <i>print</i>\nDisk geometry for /dev/sda: 0.000-34732.890 megabytes\nDisk label type: gpt\nMinor Start End Filesystem Name Flags\n"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):303
msgid "Now that the partition table is empty, we're ready to create the partitions. We will use a default partitioning scheme as discussed previously. Of course, don't follow these instructions to the letter if you don't want the same partitioning scheme!"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):313
msgid "Creating the EFI Boot Partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):316
msgid "We first create a small EFI boot partition. This is required to be a FAT filesystem in order for the <keyval id=\"arch\"/> firmware to read it. Our example makes this 32 MB, which is appropriate for storing kernels and <c>elilo</c> configuration. You can expect each <keyval id=\"arch\"/> kernel to be around 5 MB, so this configuration leaves you some room to grow and experiment."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre:caption):325
msgid "Creating the boot partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre):325
#, no-wrap
msgid "\n(parted) <i>mkpart primary fat32 0 32</i>\n(parted) <i>print</i>\nDisk geometry for /dev/sda: 0.000-34732.890 megabytes\nDisk label type: gpt\nMinor Start End Filesystem Name Flags\n1 0.017 32.000 fat32\n"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):337
msgid "Creating the Swap Partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):340
msgid "Let's now create the swap partition. The classic size to make the swap partition was twice the amount of RAM in the system. In modern systems with lots of RAM, this is no longer necessary. For most desktop systems, a 512 megabyte swap partition is sufficient. For a server, you should consider something larger to reflect the anticipated needs of the server."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre:caption):348
msgid "Creating the swap partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre):348
#, no-wrap
msgid "\n(parted) <i>mkpart primary linux-swap 32 544</i>\n(parted) <i>print</i>\nDisk geometry for /dev/sda: 0.000-34732.890 megabytes\nDisk label type: gpt\nMinor Start End Filesystem Name Flags\n1 0.017 32.000 fat32\n2 32.000 544.000\n"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):361
msgid "Creating the Root Partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):364
msgid "Finally, let's create the root partition. Our configuration will make the root partition to occupy the rest of the disk. We default to ext3, but you can use ext2, jfs, reiserfs or xfs if you prefer. The actual filesystem is not created in this step, but the partition table contains an indication of what kind of filesystem is stored on each partition, and it's a good idea to make the table match your intentions."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre:caption):373
msgid "Creating the root partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre):373
#, no-wrap
msgid "\n(parted) <i>mkpart primary ext3 544 34732.890</i>\n(parted) <i>print</i>\nDisk geometry for /dev/sda: 0.000-34732.890 megabytes\nDisk label type: gpt\nMinor Start End Filesystem Name Flags\n1 0.017 32.000 fat32\n2 32.000 544.000\n3 544.000 34732.874\n"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):387
msgid "Exiting parted"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):390
msgid "To quit from parted, type <c>quit</c>. There's no need to take a separate step to save your partition layout since parted has been saving it all along. As you leave, parted gives you reminder to update your <c>/etc/fstab</c>, which we'll do later in this guide."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre:caption):397
msgid "Quit from parted"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre):397
#, no-wrap
msgid "\n(parted) <i>quit</i>\nInformation: Don't forget to update /etc/fstab, if necessary.\n"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):402
msgid "Now that your partitions are created, you can continue with <uri link=\"#filesystems\">Creating Filesystems</uri>."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):411
msgid "Creating Filesystems"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):413
msgid "Introduction"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):416
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 we use 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 ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):432
msgid "Applying a Filesystem to a Partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):435
msgid "To create a filesystem on a partition or volume, there are tools available for each possible filesystem:"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(th):443
msgid "Creation Command"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):450
msgid "ext2"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):458
msgid "ext4"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):462
msgid "reiserfs"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):466
msgid "xfs"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(ti):470
msgid "jfs"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):475
msgid "For instance, to have the boot partition (<path>/dev/sda1</path> in our example) as vfat and the root partition (<path>/dev/sda3</path> in our example) as ext3, you would run the following commands:"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre:caption):481
msgid "Applying a filesystem on a partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre):481
#, no-wrap
msgid "\n# <i>mkdosfs /dev/sda1</i>\n# <i>mkfs.ext3 /dev/sda3</i>\n"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):489
msgid "Activating the Swap Partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):492
msgid "<c>mkswap</c> is the command that is used to initialize swap partitions:"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre:caption):496
msgid "Creating a Swap signature"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre):496
#, no-wrap
msgid "\n# <i>mkswap /dev/sda2</i>\n"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):500
msgid "To activate the swap partition, use <c>swapon</c>:"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre:caption):504
msgid "Activating the swap partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre):504
#, no-wrap
msgid "\n# <i>swapon /dev/sda2</i>\n"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):508
msgid "Create and activate the swap with the commands mentioned above."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(title):516
msgid "Mounting"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):519
msgid "Now that your partitions are initialized and are housing a filesystem, it is time to mount those partitions. Use the <c>mount</c> command. Don't forget to create the necessary mount directories for every partition you created. As an example we mount the root and boot partition:"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre:caption):526
msgid "Mounting the root partition"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(pre):526
#, no-wrap
msgid "\n# <i>mount /dev/sda3 /mnt/gentoo</i>\n"
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(note):530
msgid "Unlike some of the other architectures supported by Gentoo, <path>/boot</path> is not mounted on ia64. The reason for this is that the EFI boot partition will be automatically mounted and written by the <c>elilo</c> command each time that you run it. Because of this, <path>/boot</path> resides on the root filesystem and is the storage place for the kernels referenced by your <c>elilo</c> configuration."
msgstr ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(note):539
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 ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):545
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 ""
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(p):550
msgid "Continue with <uri link=\"?part=1&chap=5\">Installing the Gentoo Installation Files</uri>."
msgstr ""
#. Place here names of translator, one per line. Format should be NAME; ROLE; E-MAIL
#: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-ia64-disk.xml(None):0
msgid "translator-credits"
msgstr ""
|