creatingfilesystem.po 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  5. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  6. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  7. "Language-Team: LANGUAGE <LL@li.org>\n"
  8. "Language: zh_CN\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "X-Generator: Translate Toolkit 2.2.5\n"
  13. #. type: Content of: <sect1><title>
  14. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:11
  15. msgid "Creating a File System on the Partition"
  16. msgstr "在分区上建立文件系统"
  17. #. type: Content of: <sect1><para>
  18. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:13
  19. msgid ""
  20. "Now that a blank partition has been set up, the file system can be created. "
  21. "LFS can use any file system recognized by the Linux kernel, but the most "
  22. "common types are ext3 and ext4. The choice of file system can be complex "
  23. "and depends on the characteristics of the files and the size of the "
  24. "partition. For example:"
  25. msgstr ""
  26. "现在我们建立好了空白分区,可以在分区上建立文件系统。LFS 可以使用 Linux 内核"
  27. "能够识别的任何文件系统,最常见的是 ext3 和 ext4。文件系统的选型是一个复杂的"
  28. "问题,要综合考虑分区的大小,以及其中所存储文件的特征。例如:"
  29. #. type: Content of: <sect1><variablelist><varlistentry><term>
  30. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:21
  31. msgid "ext2"
  32. msgstr "ext2"
  33. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  34. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:22
  35. msgid ""
  36. "is suitable for small partitions that are updated infrequently such as /boot."
  37. msgstr "适用于不经常更新的小分区,例如 /boot。"
  38. #. type: Content of: <sect1><variablelist><varlistentry><term>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:27
  40. msgid "ext3"
  41. msgstr "ext3"
  42. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:28
  44. msgid ""
  45. "is an upgrade to ext2 that includes a journal to help recover the "
  46. "partition's status in the case of an unclean shutdown. It is commonly used "
  47. "as a general purpose file system."
  48. msgstr ""
  49. "是 ext2 的升级版本,拥有日志系统,能够在非正常关机的情况下恢复分区的正常状"
  50. "态。它被广泛用于一般场合。"
  51. #. type: Content of: <sect1><variablelist><varlistentry><term>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:35
  53. msgid "ext4"
  54. msgstr "ext4"
  55. #. type: Content of: <sect1><variablelist><varlistentry><listitem><para>
  56. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:36
  57. msgid ""
  58. "is the latest version of the ext file system family of partition types. It "
  59. "provides several new capabilities including nano-second timestamps, creation "
  60. "and use of very large files (16 TB), and speed improvements."
  61. msgstr ""
  62. "是 ext 文件系统家族的最新成员,它具有纳秒精度时间戳、 超大 (16 TB) 文件支持等"
  63. "新功能,速度也更快。"
  64. #. type: Content of: <sect1><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:44
  66. msgid ""
  67. "Other file systems, including FAT32, NTFS, ReiserFS, JFS, and XFS are useful "
  68. "for specialized purposes. More information about these file systems can be "
  69. "found at <ulink url=\"http://en.wikipedia.org/wiki/Comparison_of_file_systems"
  70. "\"/>."
  71. msgstr ""
  72. "其他文件系统,包括 FAT32, NTFS, ReiserFS, JFS 和 XFS 在特定场合也很有用。关于"
  73. "这些文件系统的更多信息,可以在 <ulink url=\"http://en.wikipedia.org/wiki/"
  74. "Comparison_of_file_systems\"/> 找到。"
  75. #. type: Content of: <sect1><para>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:49
  77. msgid ""
  78. "LFS assumes that the root file system (/) is of type ext4. To create an "
  79. "<systemitem class=\"filesystem\">ext4</systemitem> file system on the LFS "
  80. "partition, run the following:"
  81. msgstr ""
  82. "LFS 假设根文件系统 (/) 采用 ext4 文件系统。输入以下命令在 LFS 分区创建一个 "
  83. "<systemitem class=\"filesystem\">ext4</systemitem> 文件系统:"
  84. #. type: Content of: <sect1><screen>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:53
  86. #, no-wrap
  87. msgid "<userinput>mkfs -v -t ext4 /dev/<replaceable>&lt;xxx&gt;</replaceable></userinput>"
  88. msgstr "<userinput>mkfs -v -t ext4 /dev/<replaceable>&lt;xxx&gt;</replaceable></userinput>"
  89. #. type: Content of: <sect1><para>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:55
  91. msgid ""
  92. "Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the LFS "
  93. "partition."
  94. msgstr ""
  95. "命令中 <replaceable>&lt;xxx&gt;</replaceable> 应该替换成 LFS 分区的名称。"
  96. #. type: Content of: <sect1><para>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:58
  98. msgid ""
  99. "If you are using an existing <systemitem class=\"filesystem\">swap </"
  100. "systemitem> partition, there is no need to format it. If a new <systemitem "
  101. "class=\"filesystem\"> swap</systemitem> partition was created, it will need "
  102. "to be initialized with this command:"
  103. msgstr ""
  104. "如果您拥有一个现成的 <systemitem class=\"filesystem\">swap</systemitem>分"
  105. "区,就不需要格式化它。如果新创建了一个 <systemitem class=\"filesystem"
  106. "\">swap</systemitem>分区,需要执行以下命令以初始化它:"
  107. #. type: Content of: <sect1><screen>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:63
  109. #, no-wrap
  110. msgid "<userinput>mkswap /dev/<replaceable>&lt;yyy&gt;</replaceable></userinput>"
  111. msgstr "<userinput>mkswap /dev/<replaceable>&lt;yyy&gt;</replaceable></userinput>"
  112. #. type: Content of: <sect1><para>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter02/creatingfilesystem.xml:65
  114. msgid ""
  115. "Replace <replaceable>&lt;yyy&gt;</replaceable> with the name of the "
  116. "<systemitem class=\"filesystem\">swap</systemitem> partition."
  117. msgstr ""
  118. "命令中 <replaceable>&lt;yyy&gt;</replaceable> 应该替换成 <systemitem class="
  119. "\"filesystem\">swap</systemitem> 分区的名称。"