creatingpartition.po 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter02/creatingpartition.po\n"
  5. "Project-Id-Version: PACKAGE VERSION\n"
  6. "POT-Creation-Date: 2020-08-08 19:28+0800\n"
  7. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  8. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  9. "Language-Team: LANGUAGE <LL@li.org>\n"
  10. "Language: zh_CN\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "X-Generator: Translate Toolkit 2.2.5\n"
  15. #. type: Content of: <sect1><title>
  16. msgid "Creating a New Partition"
  17. msgstr "创建新的分区"
  18. #. type: Content of: <sect1><para>
  19. msgid ""
  20. "Like most other operating systems, LFS is usually installed on a dedicated "
  21. "partition. The recommended approach to building an LFS system is to use an "
  22. "available empty partition or, if you have enough unpartitioned space, to "
  23. "create one."
  24. msgstr ""
  25. "像其他操作系统那样,LFS 一般也被安装在一个专用的分区。我们推荐您为 LFS 选择一"
  26. "个可用的空分区,或者在有充足未划分空间的情况下,创建一个新分区。"
  27. #. type: Content of: <sect1><para>
  28. msgid ""
  29. "A minimal system requires a partition of around 10 gigabytes (GB). This is "
  30. "enough to store all the source tarballs and compile the packages. However, "
  31. "if the LFS system is intended to be the primary Linux system, additional "
  32. "software will probably be installed which will require additional space. A "
  33. "30 GB partition is a reasonable size to provide for growth. The LFS system "
  34. "itself will not take up this much room. A large portion of this requirement "
  35. "is to provide sufficient free temporary storage as well as for adding "
  36. "additional capabilities after LFS is complete. Additionally, compiling "
  37. "packages can require a lot of disk space which will be reclaimed after the "
  38. "package is installed."
  39. msgstr ""
  40. "一个最小的系统需要大小约 10 吉字节 (GB) 的分区。这足够保存所有源代码压缩包,"
  41. "并且编译所有软件包。然而,如果希望用 LFS 作为日常的 Linux 系统,很可能需要安"
  42. "装额外软件,需要更多空间。一个 30 GB 的分区是比较合理的。LFS 系统本身用不了太"
  43. "多空间,但大分区可以提供足够的临时存储空间,以及在 LFS 构建完成后增添附加功能"
  44. "需要的空间。另外,编译软件包可能需要大量磁盘空间,但在软件包安装完成后可以回"
  45. "收这些空间。"
  46. #. type: Content of: <sect1><para>
  47. msgid ""
  48. "Because there is not always enough Random Access Memory (RAM) available for "
  49. "compilation processes, it is a good idea to use a small disk partition as "
  50. "<systemitem class=\"filesystem\">swap</systemitem> space. This is used by "
  51. "the kernel to store seldom-used data and leave more memory available for "
  52. "active processes. The <systemitem class=\"filesystem\">swap</systemitem> "
  53. "partition for an LFS system can be the same as the one used by the host "
  54. "system, in which case it is not necessary to create another one."
  55. msgstr ""
  56. "计算机未必有足够满足编译过程要求的内存 (RAM) 空间,因此可以使用一个小的磁盘分"
  57. "区作为 <systemitem class=\"filesystem\">swap</systemitem> 空间。内核使用此分"
  58. "区存储很少使用的数据,从而为活动进程留出更多内存。LFS 的 <systemitem class="
  59. "\"filesystem\">swap</systemitem> 分区可以和宿主系统共用,这样就不用专门为 "
  60. "LFS 创建一个。"
  61. #. type: Content of: <sect1><para>
  62. msgid ""
  63. "Start a disk partitioning program such as <command>cfdisk</command> or "
  64. "<command>fdisk</command> with a command line option naming the hard disk on "
  65. "which the new partition will be created&mdash;for example <filename class="
  66. "\"devicefile\">/dev/sda</filename> for the primary disk drive. Create a "
  67. "Linux native partition and a <systemitem class=\"filesystem\">swap</"
  68. "systemitem> partition, if needed. Please refer to <filename>cfdisk(8)</"
  69. "filename> or <filename>fdisk(8)</filename> if you do not yet know how to use "
  70. "the programs."
  71. msgstr ""
  72. "启动一个磁盘分区程序,例如 <command>cfdisk</command> 或者<command>fdisk</"
  73. "command>。在启动分区程序时需要一个命令行参数,表示希望创建新分区的硬盘,例如"
  74. "主硬盘 <filename class=\"devicefile\">/dev/sda</filename>。创建一个 Linux 原"
  75. "生分区,如果有必要的话再创建一个 <systemitem class=\"filesystem\">swap</"
  76. "systemitem> 分区。请参考 <filename>cfdisk(8)</filename> 或者 "
  77. "<filename>fdisk(8)</filename> 来学习如何使用分区程序。"
  78. #. type: Content of: <sect1><note><para>
  79. msgid ""
  80. "For experienced users, other partitioning schemes are possible. The new LFS "
  81. "system can be on a software <ulink url=\"&blfs-book;postlfs/raid.html"
  82. "\">RAID</ulink> array or an <ulink url=\"&blfs-book;postlfs/aboutlvm.html"
  83. "\">LVM</ulink> logical volume. However, some of these options require an "
  84. "<ulink url=\"&blfs-book;postlfs/initramfs.html\">initramfs</ulink>, which is "
  85. "an advanced topic. These partitioning methodologies are not recommended for "
  86. "first time LFS users."
  87. msgstr ""
  88. "有经验的用户可以尝试其他分区架构。LFS 系统可以被构建在软件 <ulink url="
  89. "\"&blfs-book;postlfs/raid.html\">RAID</ulink> 阵列或 <ulink url=\"&blfs-book;"
  90. "postlfs/aboutlvm.html\">LVM</ulink> 逻辑卷上。然而,一些分区架构需要 <ulink "
  91. "url=\"&blfs-book;postlfs/initramfs.html\">initramfs</ulink>,这是一个比较复杂"
  92. "的话题。对于初次构建 LFS 的用户来说,不推荐采用这些分区方法。"
  93. #. type: Content of: <sect1><para>
  94. msgid ""
  95. "Remember the designation of the new partition (e.g., <filename class="
  96. "\"devicefile\">sda5</filename>). This book will refer to this as the LFS "
  97. "partition. Also remember the designation of the <systemitem class="
  98. "\"filesystem\">swap</systemitem> partition. These names will be needed later "
  99. "for the <filename>/etc/fstab</filename> file."
  100. msgstr ""
  101. "牢记新分区的代号 (例如 <filename class=\"devicefile\">sda5</filename> )。本书"
  102. "将这个分区称为 LFS 分区。还需要记住 <systemitem class=\"filesystem\">swap</"
  103. "systemitem> 分区的代号。之后在设置 <filename>/etc/fstab</filename> 文件时要用"
  104. "到这些代号。"
  105. #. type: Content of: <sect1><sect2><title>
  106. msgid "Other Partition Issues"
  107. msgstr "其他分区问题"
  108. #. type: Content of: <sect1><sect2><para>
  109. msgid ""
  110. "Requests for advice on system partitioning are often posted on the LFS "
  111. "mailing lists. This is a highly subjective topic. The default for most "
  112. "distributions is to use the entire drive with the exception of one small "
  113. "swap partition. This is not optimal for LFS for several reasons. It "
  114. "reduces flexibility, makes sharing of data across multiple distributions or "
  115. "LFS builds more difficult, makes backups more time consuming, and can waste "
  116. "disk space through inefficient allocation of file system structures."
  117. msgstr ""
  118. "经常有人在 LFS 邮件列表询问如何进行系统分区。这是一个相当主观的问题。许多发行"
  119. "版在默认情况下会使用整个磁盘,只留下一个小的 swap 分区。对于 LFS 来说,这往往"
  120. "不是最好的方案。它削弱了系统的灵活性,使得我们难以在多个发行版或 LFS 系统之间"
  121. "共享数据,增加系统备份时间,同时导致文件系统结构的不合理分配,浪费磁盘空间。"
  122. #. type: Content of: <sect1><sect2><sect3><title>
  123. msgid "The Root Partition"
  124. msgstr "根分区"
  125. #. type: Content of: <sect1><sect2><sect3><para>
  126. msgid ""
  127. "A root LFS partition (not to be confused with the <filename class=\"directory"
  128. "\">/root</filename> directory) of twenty gigabytes is a good compromise for "
  129. "most systems. It provides enough space to build LFS and most of BLFS, but "
  130. "is small enough so that multiple partitions can be easily created for "
  131. "experimentation."
  132. msgstr ""
  133. "一个 LFS 根分区 (不要与 <filename class=\"directory\">/root</filename> 目录混"
  134. "淆) 一般分配 20 GB 的空间就足以保证多数系统的运行。它提供了构建 LFS 以及 "
  135. "BLFS 的大部分软件包的充足空间,但又不太大,因此能够创建多个分区,多次尝试构"
  136. "建 LFS 系统。"
  137. #. type: Content of: <sect1><sect2><sect3><title>
  138. msgid "The Swap Partition"
  139. msgstr "交换 (Swap) 分区"
  140. #. type: Content of: <sect1><sect2><sect3><para>
  141. msgid ""
  142. "Most distributions automatically create a swap partition. Generally the "
  143. "recommended size of the swap partition is about twice the amount of physical "
  144. "RAM, however this is rarely needed. If disk space is limited, hold the swap "
  145. "partition to two gigabytes and monitor the amount of disk swapping."
  146. msgstr ""
  147. "许多发行版自动创建交换空间。一般来说,推荐采用两倍于物理内存的交换空间,然而"
  148. "这几乎没有必要。如果磁盘空间有限,可以创建不超过 2GB 的交换空间,并注意它的使"
  149. "用情况。"
  150. #. type: Content of: <sect1><sect2><sect3><para>
  151. msgid ""
  152. "If you want to use the hibernation feature (suspend-to-disk) of Linux, it "
  153. "writes out the contents of RAM to the swap partition before turning off the "
  154. "machine. In this case the size of the swap partition should be at least as "
  155. "large as the system's installed RAM."
  156. msgstr ""
  157. "如果您希望使用 Linux 的休眠功能 (挂起到磁盘),它会在关机前将内存内容写入到交"
  158. "换分区。这种情况下,交换分区的大小应该至少和系统内存相同。"
  159. #. type: Content of: <sect1><sect2><sect3><para>
  160. msgid ""
  161. "Swapping is never good. For mechanical hard drives you can generally tell if "
  162. "a system is swapping by just listening to disk activity and observing how "
  163. "the system reacts to commands. For an SSD drive you will not be able to "
  164. "hear swapping but you can tell how much swap space is being used by the "
  165. "<command>top</command> or <command>free</command> programs. Use of an SSD "
  166. "drive for a swap partition should be avoided if possible. The first "
  167. "reaction to swapping should be to check for an unreasonable command such as "
  168. "trying to edit a five gigabyte file. If swapping becomes a normal "
  169. "occurrence, the best solution is to purchase more RAM for your system."
  170. msgstr ""
  171. "交换到磁盘从来就不是一件好事。对于机械硬盘,通过听硬盘的工作噪声,同时观察系"
  172. "统的响应速度,就能说出系统是否在交换。对于 SSD,您无法听到工作噪声,但可以使"
  173. "用<command>top</command> 或 <command>free</command> 程序查看使用了多少交换空"
  174. "间。应该尽量避免使用 SSD 设备作为交换分区。一旦发生交换,首先检查是否输入了不"
  175. "合理的命令,例如试图编辑一个 5GB 的文件。如果交换时常发生,最好的办法是为你的"
  176. "系统添置内存。"
  177. #. type: Content of: <sect1><sect2><sect3><title>
  178. msgid "The Grub Bios Partition"
  179. msgstr "Grub Bios 分区"
  180. # "Critical" warning suppressed because in Chinese we have no we to put "EF02" earlier.
  181. #. type: Content of: <sect1><sect2><sect3><para>
  182. msgid ""
  183. "If the <emphasis>boot disk</emphasis> has been partitioned with a GUID "
  184. "Partition Table (GPT), then a small, typically 1 MB, partition must be "
  185. "created if it does not already exist. This partition is not formatted, but "
  186. "must be available for GRUB to use during installation of the boot loader. "
  187. "This partition will normally be labeled 'BIOS Boot' if using <command>fdisk</"
  188. "command> or have a code of <emphasis>EF02</emphasis> if using "
  189. "<command>gdisk</command>."
  190. msgstr ""
  191. "如果 <emphasis>启动磁盘</emphasis> 采用 GUID 分区表 (GPT),那么必须创建一个小"
  192. "的,一般占据 1MB 的分区,除非它已经存在。这个分区不能格式化,在安装启动引导器"
  193. "时必须能够被 GRUB 发现。这个分区在 <command>fdisk</command> 下显示为 'BIOS "
  194. "Boot' 分区,在 <command>gdisk</command> 下显示分区类型代号为 <emphasis>EF02</"
  195. "emphasis>。"
  196. #. type: Content of: <sect1><sect2><sect3><note><para>
  197. msgid ""
  198. "The Grub Bios partition must be on the drive that the BIOS uses to boot the "
  199. "system. This is not necessarily the same drive where the LFS root partition "
  200. "is located. Disks on a system may use different partition table types. The "
  201. "requirement for this partition depends only on the partition table type of "
  202. "the boot disk."
  203. msgstr ""
  204. "Grub Bios 分区必须位于 BIOS 引导系统使用的磁盘上。这个磁盘未必是 LFS 根分区所"
  205. "在的磁盘。不同磁盘可以使用不同分区表格式,只有引导盘采用 GPT 时才必须创建该分"
  206. "区。"
  207. #. type: Content of: <sect1><sect2><sect3><title>
  208. msgid "Convenience Partitions"
  209. msgstr "常用分区"
  210. #. type: Content of: <sect1><sect2><sect3><para>
  211. msgid ""
  212. "There are several other partitions that are not required, but should be "
  213. "considered when designing a disk layout. The following list is not "
  214. "comprehensive, but is meant as a guide."
  215. msgstr ""
  216. "还有其他几个并非必须,但在设计磁盘布局时应当考虑的分区。下面的列表并不完整,"
  217. "但可以作为一个参考。"
  218. #. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
  219. msgid ""
  220. "/boot &ndash; Highly recommended. Use this partition to store kernels and "
  221. "other booting information. To minimize potential boot problems with larger "
  222. "disks, make this the first physical partition on your first disk drive. A "
  223. "partition size of 200 megabytes is quite adequate."
  224. msgstr ""
  225. "boot &ndash; 高度推荐。这个分区可以存储内核和其他引导信息。为了减少大磁盘可能"
  226. "引起的问题,建议将 /boot 分区设为第一块磁盘的第一个分区。为它分配 200 MB 就绰"
  227. "绰有余。"
  228. #. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
  229. msgid ""
  230. "/home &ndash; Highly recommended. Share your home directory and user "
  231. "customization across multiple distributions or LFS builds. The size is "
  232. "generally fairly large and depends on available disk space."
  233. msgstr ""
  234. "/home &ndash; 高度推荐。独立的 /home 分区可以在多个发行版或 LFS 系统之间共享 "
  235. "home 目录和用户设置。它的尺寸一般很大,取决于硬盘的可用空间。"
  236. #. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
  237. msgid ""
  238. "/usr &ndash; A separate /usr partition is generally used if providing a "
  239. "server for a thin client or diskless workstation. It is normally not needed "
  240. "for LFS. A size of ten gigabytes will handle most installations."
  241. msgstr ""
  242. "/usr &ndash; 一个独立的 /usr 分区一般被用于瘦客户端或无盘站的服务器,LFS 一般"
  243. "不需要。为它划分 10GB 足够满足多数系统的要求。"
  244. #. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
  245. msgid ""
  246. "/opt &ndash; This directory is most useful for BLFS where multiple "
  247. "installations of large packages like Gnome or KDE can be installed without "
  248. "embedding the files in the /usr hierarchy. If used, 5 to 10 gigabytes is "
  249. "generally adequate."
  250. msgstr ""
  251. "/opt &ndash; 这个目录往往被用于在 BLFS 中安装 Gnome 或 KDE 等大型软件,以免把"
  252. "大量文件塞进 /usr 目录树。如果将它划分为独立分区,5 到 10 GB 一般就足够了。"
  253. #. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
  254. msgid ""
  255. "/tmp &ndash; A separate /tmp directory is rare, but useful if configuring a "
  256. "thin client. This partition, if used, will usually not need to exceed a "
  257. "couple of gigabytes."
  258. msgstr ""
  259. "/tmp &ndash; 一个独立的 /tmp 分区是很少见的,但在配置瘦客户端时很有用。如果分"
  260. "配了这个分区,大小一般不会超过几个 GB。"
  261. #. type: Content of: <sect1><sect2><sect3><itemizedlist><listitem><para>
  262. msgid ""
  263. "/usr/src &ndash; This partition is very useful for providing a location to "
  264. "store BLFS source files and share them across LFS builds. It can also be "
  265. "used as a location for building BLFS packages. A reasonably large partition "
  266. "of 30-50 gigabytes allows plenty of room."
  267. msgstr ""
  268. "/usr/src &ndash; 将它划分为独立分区,可以用于存储 BLFS 源代码,并在多个 LFS "
  269. "系统之间共享它们。它也可以用于编译 BLFS 软件包。30-50 GB 的分区可以提供足够的"
  270. "空间。"
  271. #. type: Content of: <sect1><sect2><sect3><para>
  272. msgid ""
  273. "Any separate partition that you want automatically mounted upon boot needs "
  274. "to be specified in the <filename>/etc/fstab</filename>. Details about how "
  275. "to specify partitions will be discussed in <xref linkend=\"ch-bootable-fstab"
  276. "\"/>."
  277. msgstr ""
  278. "如果您希望在启动时自动挂载任何一个独立的分区,就要在 <filename>/etc/fstab</"
  279. "filename> 文件中说明。有关指定分区的细节将在 <xref linkend=\"ch-bootable-"
  280. "fstab\"/> 中讨论。"