diff options
Diffstat (limited to 'po/pt/partitioning.po')
-rw-r--r-- | po/pt/partitioning.po | 241 |
1 files changed, 131 insertions, 110 deletions
diff --git a/po/pt/partitioning.po b/po/pt/partitioning.po index 53350266d..2086f4671 100644 --- a/po/pt/partitioning.po +++ b/po/pt/partitioning.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: partitioning\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2015-05-04 18:16+0000\n" +"POT-Creation-Date: 2019-08-11 15:17+0000\n" "PO-Revision-Date: 2016-12-24 11:49+0000\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -507,14 +507,18 @@ msgstr "Esquema Recomendado de Particionamento" #. Tag: para #: partitioning.xml:236 -#, no-c-format +#, fuzzy, no-c-format +#| 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." 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." +"the easiest, simplest way to go. The recommended partition type is ext4." msgstr "" "Para novos utilizadores, máquinas pessoais &debian;, sistemas domésticos, e " "outras configurações de único utilizador, uma única partição <filename>/</" @@ -525,7 +529,7 @@ msgstr "" "inicialização caso a partição seja grande." #. Tag: para -#: partitioning.xml:245 +#: partitioning.xml:243 #, no-c-format msgid "" "For multi-user systems or systems with lots of disk space, it's best to put " @@ -539,18 +543,26 @@ msgstr "" "partição <filename>/</filename>." #. Tag: para -#: partitioning.xml:253 -#, no-c-format +#: partitioning.xml:251 +#, fuzzy, no-c-format +#| 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–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." 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–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." +"<filename>/var/mail</filename> a separate partition. 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." msgstr "" "Você precisará necessitar de ter <filename>/usr/local</filename> como " "partição separada se planear instalar muitos programas que não fazem parte " @@ -564,7 +576,7 @@ msgstr "" "sua utilização." #. Tag: para -#: partitioning.xml:265 +#: partitioning.xml:262 #, no-c-format msgid "" "For very complex systems, you should see the <ulink url=\"&url-multidisk-" @@ -576,15 +588,20 @@ msgstr "" "interesse para ISPs e pessoas que configuram servidores." #. Tag: para -#: partitioning.xml:272 -#, no-c-format +#: partitioning.xml:269 +#, fuzzy, no-c-format +#| 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." 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." +"memory. It also shouldn't be smaller than 512MB, in most cases. Of course, " +"there are exceptions to these rules." msgstr "" "No que respeita ao tamanho da partição swap, existem vários pontos de vista. " "Uma regra que funciona bem é usar a mesma quantidade correspondente a " @@ -594,32 +611,19 @@ msgstr "" "memória, poderá precisar um gigabyte (ou mais) de swap." #. Tag: para -#: partitioning.xml:281 -#, no-c-format -msgid "" -"On some 32-bit architectures (m68k 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." -msgstr "" -"Em algumas arquitecturas de 32-bits (m68k e PowerPC), o tamanho máximo de " -"uma partição swap é de 2GB. Que poderá ser suficiente para quase todas as " -"instalações actuais. No entanto, se as suas necessidades de swap são " -"elevadas, poderá tentar espalhar a swap por discos diferentes (também " -"conhecidos por <quote>spindles</quote>) e, se possível, num canal IDE ou " -"SCSI diferente. O kernel irá equilibrar a utilização de swap entre as " -"múltiplas partições de swap, oferecendo uma melhor performance." - -#. Tag: para -#: partitioning.xml:291 -#, no-c-format +#: partitioning.xml:276 +#, fuzzy, no-c-format +#| msgid "" +#| "As an example, an older home machine might have 32MB of RAM and a 1.7GB " +#| "IDE drive on <filename>/dev/sda</filename>. There might be a 500MB " +#| "partition for another operating system on <filename>/dev/sda1</filename>, " +#| "a 32MB swap partition on <filename>/dev/sda3</filename> and about 1.2GB " +#| "on <filename>/dev/sda2</filename> as the Linux partition." msgid "" -"As an example, an older home machine might have 32MB of RAM and a 1.7GB IDE " -"drive on <filename>/dev/sda</filename>. There might be a 500MB partition for " -"another operating system on <filename>/dev/sda1</filename>, a 32MB swap " -"partition on <filename>/dev/sda3</filename> and about 1.2GB on <filename>/" +"As an example, an older home machine might have 512MB of RAM and a 20GB SATA " +"drive on <filename>/dev/sda</filename>. There might be a 8GB partition for " +"another operating system on <filename>/dev/sda1</filename>, a 512MB swap " +"partition on <filename>/dev/sda3</filename> and about 11.4GB on <filename>/" "dev/sda2</filename> as the Linux partition." msgstr "" "Como exemplo, uma máquina antiga de casa pode ter 32MB de RAM e uma drive " @@ -629,7 +633,7 @@ msgstr "" "partição <filename>/dev/sda2</filename>) como a partição Linux." #. Tag: para -#: partitioning.xml:300 +#: partitioning.xml:285 #, no-c-format msgid "" "For an idea of the space taken by tasks you might be interested in adding " @@ -641,13 +645,13 @@ msgstr "" "veja a <xref linkend=\"tasksel-size-list\"/>." #. Tag: title -#: partitioning.xml:316 +#: partitioning.xml:301 #, no-c-format msgid "Device Names in Linux" msgstr "Nomes de Dispositivos em Linux" #. Tag: para -#: partitioning.xml:317 +#: partitioning.xml:302 #, no-c-format msgid "" "Linux disks and partition names may be different from other operating " @@ -659,7 +663,7 @@ msgstr "" "criar e montar partições. Aqui está o esquema básico de nomes:" #. Tag: para -#: partitioning.xml:325 +#: partitioning.xml:310 #, no-c-format msgid "The first floppy drive is named <filename>/dev/fd0</filename>." msgstr "" @@ -667,7 +671,7 @@ msgstr "" "filename>." #. Tag: para -#: partitioning.xml:330 +#: partitioning.xml:315 #, no-c-format msgid "The second floppy drive is named <filename>/dev/fd1</filename>." msgstr "" @@ -675,13 +679,13 @@ msgstr "" "filename>." #. Tag: para -#: partitioning.xml:335 +#: partitioning.xml:320 #, no-c-format msgid "The first hard disk detected is named <filename>/dev/sda</filename>." msgstr "O primeiro disco detetado é chamado <filename>/dev/sda</filename>." #. Tag: para -#: partitioning.xml:340 +#: partitioning.xml:325 #, no-c-format msgid "" "The second hard disk detected is named <filename>/dev/sdb</filename>, and so " @@ -691,7 +695,7 @@ msgstr "" "por diante." #. Tag: para -#: partitioning.xml:346 +#: partitioning.xml:331 #, no-c-format msgid "" "The first SCSI CD-ROM is named <filename>/dev/scd0</filename>, also known as " @@ -701,14 +705,14 @@ msgstr "" "conhecido como <filename>/dev/sr0</filename>." #. Tag: para -#: partitioning.xml:355 +#: partitioning.xml:340 #, no-c-format msgid "The first DASD device is named <filename>/dev/dasda</filename>." msgstr "" "O primeiro dispositivo DASD tem o nome de <filename>/dev/dasda</filename>." #. Tag: para -#: partitioning.xml:361 +#: partitioning.xml:346 #, no-c-format msgid "" "The second DASD device is named <filename>/dev/dasdb</filename>, and so on." @@ -717,7 +721,7 @@ msgstr "" "assim por diante." #. Tag: para -#: partitioning.xml:369 +#: partitioning.xml:354 #, no-c-format msgid "" "The partitions on each disk are represented by appending a decimal number to " @@ -731,7 +735,7 @@ msgstr "" "dispositivo SCSI no seu sistema." #. Tag: para -#: partitioning.xml:376 +#: partitioning.xml:361 #, no-c-format msgid "" "Here is a real-life example. Let's assume you have a system with 2 SCSI " @@ -751,7 +755,7 @@ msgstr "" "se aplica ao <filename>sdb</filename> e as suas partições." #. Tag: para -#: partitioning.xml:387 +#: partitioning.xml:372 #, no-c-format msgid "" "Note that if you have two SCSI host bus adapters (i.e., controllers), the " @@ -765,7 +769,7 @@ msgstr "" "dos dispositivos." #. Tag: para -#: partitioning.xml:394 +#: partitioning.xml:379 #, no-c-format msgid "" "Linux represents the primary partitions as the drive name, plus the numbers " @@ -783,7 +787,7 @@ msgstr "" "primária que tem partições lógicas, não é utilizada por ela própria." #. Tag: para -#: partitioning.xml:404 +#: partitioning.xml:389 #, no-c-format msgid "" "Sun disk partitions allow for 8 separate partitions (or slices). The third " @@ -797,7 +801,7 @@ msgstr "" "disco e é usada pelo gestor de arranque (seja o SILO ou o da Sun)." #. Tag: para -#: partitioning.xml:411 +#: partitioning.xml:396 #, no-c-format msgid "" "The partitions on each disk are represented by appending a decimal number to " @@ -811,13 +815,13 @@ msgstr "" "dispositivo DASD no seu sistema." #. Tag: title -#: partitioning.xml:426 +#: partitioning.xml:411 #, no-c-format msgid "&debian; Partitioning Programs" msgstr "Programas de Particionamento &debian;" #. Tag: para -#: partitioning.xml:427 +#: partitioning.xml:412 #, no-c-format msgid "" "Several varieties of partitioning programs have been adapted by &debian; " @@ -831,7 +835,7 @@ msgstr "" "a sua arquitectura." #. Tag: para -#: partitioning.xml:440 +#: partitioning.xml:425 #, no-c-format msgid "" "Recommended partitioning tool in &debian;. This Swiss army knife can also " @@ -845,13 +849,13 @@ msgstr "" "atribuir-lhes pontos de montagem." #. Tag: para -#: partitioning.xml:452 +#: partitioning.xml:437 #, no-c-format msgid "The original Linux disk partitioner, good for gurus." msgstr "O particionador original do Linux, bom para gurus." #. Tag: para -#: partitioning.xml:456 +#: partitioning.xml:441 #, no-c-format msgid "" "Be careful if you have existing FreeBSD partitions on your machine. The " @@ -867,7 +871,7 @@ msgstr "" "HOWTO</ulink>" #. Tag: para -#: partitioning.xml:469 +#: partitioning.xml:454 #, no-c-format msgid "A simple-to-use, full-screen disk partitioner for the rest of us." msgstr "" @@ -875,7 +879,7 @@ msgstr "" "de nós." #. Tag: para -#: partitioning.xml:473 +#: partitioning.xml:458 #, no-c-format msgid "" "Note that <command>cfdisk</command> doesn't understand FreeBSD partitions at " @@ -885,25 +889,25 @@ msgstr "" "e, novamente, como resultado os nomes dos dispositivos podem ser diferentes." #. Tag: para -#: partitioning.xml:483 +#: partitioning.xml:468 #, no-c-format msgid "Atari-aware version of <command>fdisk</command>." msgstr "Versão do <command>fdisk</command> que reconhece Atari." #. Tag: para -#: partitioning.xml:492 +#: partitioning.xml:477 #, no-c-format msgid "Amiga-aware version of <command>fdisk</command>." msgstr "Versão do <command>fdisk</command> que reconhece o Amiga" #. Tag: para -#: partitioning.xml:501 +#: partitioning.xml:486 #, no-c-format msgid "Mac-aware version of <command>fdisk</command>." msgstr "Versão do <command>fdisk</command> que reconhece Mac." #. Tag: para -#: partitioning.xml:510 +#: partitioning.xml:495 #, no-c-format msgid "" "PowerMac-aware version of <command>fdisk</command>, also used by BVM and " @@ -913,7 +917,7 @@ msgstr "" "por BVM e sistemas Motorola VMEbus." #. Tag: para -#: partitioning.xml:520 +#: partitioning.xml:505 #, no-c-format msgid "" "&arch-title; version of <command>fdisk</command>; Please read the fdasd " @@ -927,7 +931,7 @@ msgstr "" "Dispositivos e Comandos de Instalação</ulink> para mais detalhes." #. Tag: para -#: partitioning.xml:531 +#: partitioning.xml:516 #, no-c-format msgid "" "One of these programs will be run by default when you select " @@ -941,7 +945,7 @@ msgstr "" "linha de comandos no VT2, mas isto não é recomendado." #. Tag: para -#: partitioning.xml:538 +#: partitioning.xml:523 #, no-c-format msgid "Remember to mark your boot partition as <quote>Bootable</quote>." msgstr "" @@ -949,7 +953,7 @@ msgstr "" "quote>." #. Tag: para -#: partitioning.xml:541 +#: partitioning.xml:526 #, no-c-format msgid "" "One key point when partitioning for Mac type disks is that the swap " @@ -967,14 +971,14 @@ msgstr "" "deverá seguir se está a partilhar os seus discos com MacOS." #. Tag: title -#: partitioning.xml:557 partitioning.xml:581 partitioning.xml:677 -#: partitioning.xml:791 partitioning.xml:868 +#: partitioning.xml:542 partitioning.xml:566 partitioning.xml:662 +#: partitioning.xml:776 partitioning.xml:853 #, no-c-format msgid "Partitioning for &arch-title;" msgstr "Particionar para &arch-title;" #. Tag: para -#: partitioning.xml:558 +#: partitioning.xml:543 #, no-c-format msgid "" "PALO, the HPPA boot loader, requires a partition of type <quote>F0</quote> " @@ -1004,7 +1008,7 @@ msgstr "" "querer ter; 25–50MB geralmente é suficiente." #. Tag: para -#: partitioning.xml:582 +#: partitioning.xml:567 #, no-c-format msgid "" "If you have an existing other operating system such as DOS or Windows and " @@ -1025,7 +1029,7 @@ msgstr "" "seu tamanho." #. Tag: para -#: partitioning.xml:592 +#: partitioning.xml:577 #, no-c-format msgid "" "The PC BIOS generally adds additional constraints for disk partitioning. " @@ -1045,7 +1049,7 @@ msgstr "" "vista geral para ajudá-lo a planear a maioria das situações." #. Tag: para -#: partitioning.xml:602 +#: partitioning.xml:587 #, no-c-format msgid "" "<quote>Primary</quote> partitions are the original partitioning scheme for " @@ -1065,7 +1069,7 @@ msgstr "" "estendida; contudo, apenas pode ter uma única partição estendida por disco. " #. Tag: para -#: partitioning.xml:613 +#: partitioning.xml:598 #, no-c-format msgid "" "Linux limits the partitions per drive to 255 partitions for SCSI disks (3 " @@ -1084,7 +1088,7 @@ msgstr "" "partições." #. Tag: para -#: partitioning.xml:623 +#: partitioning.xml:608 #, no-c-format msgid "" "If you have a large IDE disk, and are using neither LBA addressing, nor " @@ -1101,7 +1105,7 @@ msgstr "" "tradução BIOS)." #. Tag: para -#: partitioning.xml:631 +#: partitioning.xml:616 #, no-c-format msgid "" "This restriction doesn't apply if you have a BIOS newer than around " @@ -1129,7 +1133,7 @@ msgstr "" "mais, já que o &arch-kernel; não utiliza a BIOS para acesso ao disco." #. Tag: para -#: partitioning.xml:645 +#: partitioning.xml:630 #, no-c-format msgid "" "If you have a large disk, you might have to use cylinder translation " @@ -1152,7 +1156,7 @@ msgstr "" "<emphasis>traduzida</emphasis> dos primeiros 1024 cilindros." #. Tag: para -#: partitioning.xml:657 +#: partitioning.xml:642 #, no-c-format msgid "" "The recommended way of accomplishing this is to create a small " @@ -1176,7 +1180,7 @@ msgstr "" "de elevada capacidade." #. Tag: para -#: partitioning.xml:678 +#: partitioning.xml:663 #, no-c-format msgid "" "The <command>partman</command> disk partitioner is the default partitioning " @@ -1193,13 +1197,13 @@ msgstr "" "no disco." #. Tag: title -#: partitioning.xml:690 +#: partitioning.xml:675 #, no-c-format msgid "EFI Recognized Formats" msgstr "Formatos reconhecidos EFI" #. Tag: para -#: partitioning.xml:691 +#: partitioning.xml:676 #, no-c-format msgid "" "The IA-64 EFI firmware supports two partition table (or disk label) formats, " @@ -1217,7 +1221,7 @@ msgstr "" "correctamente com ambas as tabelas GPT e MS-DOS." #. Tag: para -#: partitioning.xml:703 +#: partitioning.xml:688 #, no-c-format msgid "" "The automatic partitioning recipes for <command>partman</command> allocate " @@ -1233,7 +1237,7 @@ msgstr "" "partição de <emphasis>swap</emphasis>." #. Tag: para -#: partitioning.xml:711 +#: partitioning.xml:696 #, no-c-format msgid "" "The <command>partman</command> partitioner will handle most disk layouts. " @@ -1282,13 +1286,13 @@ msgstr "" "devido ao scan feito ao disco para maus blocos." #. Tag: title -#: partitioning.xml:736 +#: partitioning.xml:721 #, no-c-format msgid "Boot Loader Partition Requirements" msgstr "Requisitos para a Partição do Gestor de Arranque" #. Tag: para -#: partitioning.xml:737 +#: partitioning.xml:722 #, no-c-format msgid "" "ELILO, the IA-64 boot loader, requires a partition containing a FAT file " @@ -1305,7 +1309,7 @@ msgstr "" "melhor opção." #. Tag: para -#: partitioning.xml:746 +#: partitioning.xml:731 #, no-c-format msgid "" "The EFI Boot Manager and the EFI Shell fully support the GPT table so the " @@ -1332,7 +1336,7 @@ msgstr "" "partição EFI." #. Tag: para -#: partitioning.xml:761 +#: partitioning.xml:746 #, no-c-format msgid "" "It is strongly recommended that you allocate the EFI boot partition on the " @@ -1342,13 +1346,13 @@ msgstr "" "que o sistema de ficheiros <emphasis>root</emphasis>." #. Tag: title -#: partitioning.xml:769 +#: partitioning.xml:754 #, no-c-format msgid "EFI Diagnostic Partitions" msgstr "Partições de Diagnóstico EFI" #. Tag: para -#: partitioning.xml:770 +#: partitioning.xml:755 #, no-c-format msgid "" "The EFI firmware is significantly more sophisticated than the usual BIOS " @@ -1371,7 +1375,7 @@ msgstr "" "arranque EFI." #. Tag: para -#: partitioning.xml:792 +#: partitioning.xml:777 #, no-c-format msgid "" "SGI machines require an SGI disk label in order to make the system bootable " @@ -1389,13 +1393,13 @@ msgstr "" "tamanho diferente. Note que o volume header tem de começar no sector 0." #. Tag: title -#: partitioning.xml:809 +#: partitioning.xml:794 #, no-c-format msgid "Partitioning Newer PowerMacs" msgstr "Particionar PowerMacs Recentes" #. Tag: para -#: partitioning.xml:810 +#: partitioning.xml:795 #, no-c-format msgid "" "If you are installing onto a NewWorld PowerMac you must create a special " @@ -1419,7 +1423,7 @@ msgstr "" "fdisk</command> utilizando o comando <userinput>b</userinput>." #. Tag: para -#: partitioning.xml:823 +#: partitioning.xml:808 #, no-c-format msgid "" "The special partition type Apple_Bootstrap is required to prevent MacOS from " @@ -1432,7 +1436,7 @@ msgstr "" "automaticamente." #. Tag: para -#: partitioning.xml:830 +#: partitioning.xml:815 #, no-c-format msgid "" "Note that the bootstrap partition is only meant to hold 3 very small files: " @@ -1451,7 +1455,7 @@ msgstr "" "manipular esta partição." #. Tag: para -#: partitioning.xml:840 +#: partitioning.xml:825 #, no-c-format msgid "" "In order for OpenFirmware to automatically boot &debian-gnu; the bootstrap " @@ -1473,7 +1477,7 @@ msgstr "" "que conta é a lógica da ordem do mapa, não a ordem do endereço físico." #. Tag: para -#: partitioning.xml:852 +#: partitioning.xml:837 #, no-c-format msgid "" "Apple disks normally have several small driver partitions. If you intend to " @@ -1489,7 +1493,7 @@ msgstr "" "disco que não tenha partições MacOS activas e partições de dispositivos." #. Tag: para -#: partitioning.xml:869 +#: partitioning.xml:854 #, no-c-format msgid "" "Make sure you create a <quote>Sun disk label</quote> on your boot disk. This " @@ -1503,7 +1507,7 @@ msgstr "" "é usada no <command>fdisk</command> para criar Sun disk labels." #. Tag: para -#: partitioning.xml:877 +#: partitioning.xml:862 #, no-c-format msgid "" "Furthermore, on &arch-title; disks, make sure your first partition on your " @@ -1525,7 +1529,7 @@ msgstr "" "tabela de partições e o bloco de arranque de parte." #. Tag: para -#: partitioning.xml:888 +#: partitioning.xml:873 #, no-c-format msgid "" "It is also advised that the third partition should be of type <quote>Whole " @@ -1539,6 +1543,23 @@ msgstr "" "gestor de arranque <command>SILO</command> a manter-se." #~ msgid "" +#~ "On some 32-bit architectures (m68k 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." +#~ msgstr "" +#~ "Em algumas arquitecturas de 32-bits (m68k e PowerPC), o tamanho máximo de " +#~ "uma partição swap é de 2GB. Que poderá ser suficiente para quase todas as " +#~ "instalações actuais. No entanto, se as suas necessidades de swap são " +#~ "elevadas, poderá tentar espalhar a swap por discos diferentes (também " +#~ "conhecidos por <quote>spindles</quote>) e, se possível, num canal IDE ou " +#~ "SCSI diferente. O kernel irá equilibrar a utilização de swap entre as " +#~ "múltiplas partições de swap, oferecendo uma melhor performance." + +#~ msgid "" #~ "The first SCSI disk (SCSI ID address-wise) is named <filename>/dev/sda</" #~ "filename>." #~ msgstr "" |