# Debian GNU/Linux Installation Guide msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2023-08-04 23:04+0000\n" "PO-Revision-Date: 2005-07-18 13:23+0800\n" "Last-Translator: Lin, Shu-Fen\n" "Language-Team: debian-chinese-big5 \n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Tag: title #: partitioning.xml:5 #, no-c-format msgid "Partitioning for &debian;" msgstr "為 &debian; 分割磁區" #. Tag: title #: partitioning.xml:13 #, no-c-format msgid "Deciding on &debian; Partitions and Sizes" msgstr "決定 &debian; 磁區及大小" #. Tag: para #: partitioning.xml:14 #, no-c-format msgid "" "At a bare minimum, GNU/&arch-kernel; needs one partition for itself. You can " "have a single partition containing the entire operating system, " "applications, and your personal files. Most people feel that a separate swap " "partition is also a necessity, although it's not strictly true. Swap is scratch space for an operating system, which allows the system to " "use disk storage as virtual memory. By putting swap on a " "separate partition, &arch-kernel; can make much more efficient use of it. It " "is possible to force &arch-kernel; to use a regular file as swap, but it is " "not recommended." msgstr "" "最小化情況下,GNU/&arch-kernel; 需要一個分割區。您可以有一個包含整個作業系" "統,應用程式以及您個人檔案的分割區。大多數人認為另建一個的置換分割區是有必要" "的,雖然嚴格來說它並不正確。 Swap 是一個作業系統用的空白空間," "允許系統使用磁碟來提供 虛擬記憶體。通過置換空間至一個分離的分" "割區,&arch-kernel; 可以有效地使用它。強迫 &arch-kernel; 使用一個一般檔案作為" "置換空間也是可行的,但是並不建議這種做法。" #. Tag: para #: partitioning.xml:26 #, no-c-format msgid "" "Most people choose to give GNU/&arch-kernel; more than the minimum number of " "partitions, however. There are two reasons you might want to break up the " "file system into a number of smaller partitions. The first is for safety. If " "something happens to corrupt the file system, generally only one partition " "is affected. Thus, you only have to replace (from the backups you've been " "carefully keeping) a portion of your system. At a bare minimum, you should " "consider creating what is commonly called a root partition. " "This contains the most essential components of the system. If any other " "partitions get corrupted, you can still boot into GNU/&arch-kernel; to fix " "the system. This can save you the trouble of having to reinstall the system " "from scratch." msgstr "" "大多數人選擇給 GNU/Linu 比最小化更多的分區。有兩個原因可能使您願意把檔案系統" "打散放置到一些較小的分區上。第一個問題是安全性,如果檔案系統出現了問題,一般" "來說只有一個磁區會受到影響。因此,您只需要更換(來自於您小心維護的備份)一個磁" "區。在最小化階段,您應該考慮建立所謂的 根分割區。它含有最主要" "的系統組件。如果其它分割區出現了問題,您仍可以進入至 GNU/&arch-kernel; 來修復" "系統。這樣您可以不必從頭重新安裝系統。" #. Tag: para #: partitioning.xml:40 #, no-c-format msgid "" "The second reason is generally more important in a business setting, but it " "really depends on your use of the machine. For example, a mail server " "getting spammed with e-mail can easily fill a partition. If you made " "/var/mail a separate partition on the mail server, most " "of the system will remain working even if you get spammed." msgstr "" "第二個理由對商業設置來說更重要,但它實際上取決於您機器的使用。比如,一個郵件" "伺服器接受到很多垃圾郵件會很快填滿一個分割區,如果您建立 /var/" "mail 在一個分離的分割區上面,大多數系統在您得到太多垃圾郵件的情況" "下會繼續工作。" #. Tag: para #: partitioning.xml:48 #, no-c-format msgid "" "The only real drawback to using more partitions is that it is often " "difficult to know in advance what your needs will be. If you make a " "partition too small then you will either have to reinstall the system or you " "will be constantly moving things around to make room in the undersized " "partition. On the other hand, if you make the partition too big, you will be " "wasting space that could be used elsewhere. Disk space is cheap nowadays, " "but why throw your money away?" msgstr "" "使用更多分割區的唯一缺點是很難預先知道您將來的需求。如果您建立了一個太小的分" "割區,則您可能需要重新安裝系統或者不停地移動資料以增加分割區空間。除此之外," "如果您建立的分割區過大,您將浪費一些可以用在別的地方的空間。硬碟容量目前很便" "宜,但是為什麼要浪費呢?" #. Tag: title #: partitioning.xml:67 #, no-c-format msgid "The Directory Tree" msgstr "目錄樹" #. Tag: para #: partitioning.xml:68 #, no-c-format msgid "" "&debian-gnu; adheres to the Filesystem " "Hierarchy Standard for directory and file naming. This standard " "allows users and software programs to predict the location of files and " "directories. The root level directory is represented simply by the slash " "/. At the root level, all &debian; systems include " "these directories:" msgstr "" "&debian-gnu; 依照 檔案系統層次標準 (Filesystem " "Hierarchy Standard) 為目錄以及檔案命名。這個標準允許使用者以及軟體程" "式預測檔案及目錄的位置。根層次目錄只是簡單表現為 /。在根" "層次,所有的 &debian; 系統包括這些目錄:" #. Tag: entry #: partitioning.xml:82 #, no-c-format msgid "Directory" msgstr "目錄" #. Tag: entry #: partitioning.xml:82 #, no-c-format msgid "Content" msgstr "內容" #. Tag: filename #: partitioning.xml:88 #, no-c-format msgid "bin" msgstr "bin" #. Tag: entry #: partitioning.xml:89 #, no-c-format msgid "Essential command binaries" msgstr "基礎命令執行檔案" #. Tag: filename #: partitioning.xml:91 #, no-c-format msgid "boot" msgstr "boot" #. Tag: entry #: partitioning.xml:92 #, no-c-format msgid "Static files of the boot loader" msgstr "boot loader的靜態鏈結檔案" #. Tag: filename #: partitioning.xml:94 #, no-c-format msgid "dev" msgstr "dev" #. Tag: entry #: partitioning.xml:95 #, no-c-format msgid "Device files" msgstr "裝置檔案" #. Tag: filename #: partitioning.xml:97 #, no-c-format msgid "etc" msgstr "etc" #. Tag: entry #: partitioning.xml:98 #, no-c-format msgid "Host-specific system configuration" msgstr "主機特定的系統設定" #. Tag: filename #: partitioning.xml:100 #, no-c-format msgid "home" msgstr "home" #. Tag: entry #: partitioning.xml:101 #, no-c-format msgid "User home directories" msgstr "使用者家目錄" #. Tag: filename #: partitioning.xml:103 #, no-c-format msgid "lib" msgstr "lib" #. Tag: entry #: partitioning.xml:104 #, no-c-format msgid "Essential shared libraries and kernel modules" msgstr "基本共享程式庫以及核心單元" #. Tag: filename #: partitioning.xml:106 #, no-c-format msgid "media" msgstr "media" #. Tag: entry #: partitioning.xml:107 #, no-c-format msgid "Contains mount points for replaceable media" msgstr "包含移動媒介的掛載點" #. Tag: filename #: partitioning.xml:109 #, no-c-format msgid "mnt" msgstr "mnt" #. Tag: entry #: partitioning.xml:110 #, no-c-format msgid "Mount point for mounting a file system temporarily" msgstr "暫時掛載檔案系統的掛載點" #. Tag: filename #: partitioning.xml:112 #, no-c-format msgid "proc" msgstr "proc" #. Tag: entry #: partitioning.xml:113 partitioning.xml:125 #, fuzzy, no-c-format #| msgid "Virtual directory for system information (2.6 kernels)" msgid "Virtual directory for system information" msgstr "系統資訊的虛擬目錄(2.6 內核)" #. Tag: filename #: partitioning.xml:115 #, no-c-format msgid "root" msgstr "root" #. Tag: entry #: partitioning.xml:116 #, no-c-format msgid "Home directory for the root user" msgstr "根使用者的家目錄" #. Tag: filename #: partitioning.xml:118 #, no-c-format msgid "run" msgstr "run" #. Tag: entry #: partitioning.xml:119 #, fuzzy, no-c-format #| msgid "Variable data" msgid "Run-time variable data" msgstr "變動資料" #. Tag: filename #: partitioning.xml:121 #, no-c-format msgid "sbin" msgstr "sbin" #. Tag: entry #: partitioning.xml:122 #, no-c-format msgid "Essential system binaries" msgstr "基本的系統執行檔案" #. Tag: filename #: partitioning.xml:124 #, no-c-format msgid "sys" msgstr "sys" #. Tag: filename #: partitioning.xml:127 #, no-c-format msgid "tmp" msgstr "tmp" #. Tag: entry #: partitioning.xml:128 #, no-c-format msgid "Temporary files" msgstr "暫存檔" #. Tag: filename #: partitioning.xml:130 #, no-c-format msgid "usr" msgstr "usr" #. Tag: entry #: partitioning.xml:131 #, no-c-format msgid "Secondary hierarchy" msgstr "第二層次" #. Tag: filename #: partitioning.xml:133 #, no-c-format msgid "var" msgstr "var" #. Tag: entry #: partitioning.xml:134 #, no-c-format msgid "Variable data" msgstr "變動資料" #. Tag: filename #: partitioning.xml:136 #, no-c-format msgid "srv" msgstr "srv" #. Tag: entry #: partitioning.xml:137 #, no-c-format msgid "Data for services provided by the system" msgstr "" #. Tag: filename #: partitioning.xml:139 #, no-c-format msgid "opt" msgstr "opt" #. Tag: entry #: partitioning.xml:140 #, no-c-format msgid "Add-on application software packages" msgstr "附加的應用程式軟體套件" #. Tag: para #: partitioning.xml:145 #, no-c-format msgid "" "The following is a list of important considerations regarding directories " "and partitions. Note that disk usage varies widely given system " "configuration and specific usage patterns. The recommendations here are " "general guidelines and provide a starting point for partitioning." msgstr "" "下面列出關於目錄和分割區的重要考量。要注意硬碟的使用隨系統設定和特定用途有很" "大變化。這裡的建議是一般導引,提供分割區的基本分割方式。" #. Tag: para #: partitioning.xml:155 #, fuzzy, no-c-format msgid "" "The root partition / must always physically contain " "/etc, /bin, /sbin, /lib, /dev and " "/usr, otherwise you won't be able to boot. This means " "that you should provide at least &root-system-size-min;–&root-system-" "size-max;MB of disk space for the root partition including /usr, or &root-desktop-system-size-min;–&root-desktop-system-size-" "max;GB for a workstation or a server installation." msgstr "" "根分割區 / 必須包含 /etc、" "/bin/sbin/lib 以及 /dev,否則您將不能開機。 root 分區通常需" "要 &root-system-size-min;–&root-system-size-max;MB 大小空間。" #. Tag: para #: partitioning.xml:169 #, fuzzy, no-c-format msgid "" "/var: variable data like news articles, e-mails, web " "sites, databases, the packaging system cache, etc. will be placed under this " "directory. The size of this directory depends greatly on the usage of your " "system, but for most people will be dictated by the package management " "tool's overhead. If you are going to do a full installation of just about " "everything &debian; has to offer, all in one session, setting aside 2 or 3 " "GB of space for /var should be sufficient. If you are " "going to install in pieces (that is to say, install services and utilities, " "followed by text stuff, then X, ...), you can get away with 300–500 " "MB. If hard drive space is at a premium and you don't plan on doing major " "system updates, you can get by with as little as 30 or 40 MB." msgstr "" "/var:所有的可變資料,如新的文章,電子郵件,網站,資料" "庫,套件系統快取等等,將被置入這個目錄下。這個目錄的大小取決於您對系統的使" "用,但是對大多數人來說主要取決於套件管理工具的額外負擔。如果您準備做完整的安" "裝,包含 &debian; 提供的所有程式,為/var 保留 2 或 3GB " "的空間應該滿足需求。如果您準備分開安裝(也就是說,安裝服務程式和工具,然後是文" "本處理工具,接著是 X,...),您可以在 /var 下預留 " "300—500 MB。如果硬碟空間不足,而且您不打算做主要的系統升級,您甚至可以" "配置更少的空間,大概約 30-40MB" #. Tag: para #: partitioning.xml:185 #, fuzzy, no-c-format msgid "" "/tmp: temporary data created by programs will most " "likely go in this directory. 40–100MB should usually be enough. Some " "applications — including archive manipulators, CD/DVD authoring tools, " "and multimedia software — may use /tmp to " "temporarily store image files. If you plan to use such applications, you " "should adjust the space available in /tmp accordingly." msgstr "" "/tmp: 程式製造出的暫存檔大都存到這個目錄,通常 " "40–100 MB 便足夠。一些應用程式 — 包括檔案處理器,CD/DVD 製作工" "具,和多媒體軟體 — 可能會使用 /tmp 臨時儲存映像" "檔。如果您要使用這些程式,應該依據需要調整 /tmp 目錄的大" "小。" #. Tag: para #: partitioning.xml:196 #, fuzzy, no-c-format msgid "" "/home: every user will put his personal data into a " "subdirectory of this directory. Its size depends on how many users will be " "using the system and what files are to be stored in their directories. " "Depending on your planned usage you should reserve about 100MB for each " "user, but adapt this value to your needs. Reserve a lot more space if you " "plan to save a lot of multimedia files (pictures, MP3, movies) in your home " "directory." msgstr "" "/home:每個使用者將他的個人資料放置在這個目錄的子目錄" "下。其大小取決於有多少使用者將使用系統和有什麼文件放在他們的目錄下。根據您計" "畫的使用量,您應該為每個使用者預留 100MB 空間,不過這個值應該依照您的需求設" "定。假如您的家目錄計畫保存大量的多媒體檔案(MP3,電影),您該預留更多的空間。" #. Tag: title #: partitioning.xml:217 #, no-c-format msgid "Recommended Partitioning Scheme" msgstr "建議的分割方案" #. Tag: para #: partitioning.xml:218 #, fuzzy, no-c-format #| msgid "" #| "For new users, personal &debian; boxes, home systems, and other single-" #| "user setups, a single / 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 / partition (plus swap) is probably " "the easiest, simplest way to go. The recommended partition type is ext4." msgstr "" "對於新使用者,個人 &debian; 系統,家庭系統以及其它單用戶設定來說,一個單一" "/ 分割區(加上置換區)可能是最容易簡單的方式。但是如果您的" "分割區大於6GB,請選擇 ext3 作為您的分割區類型。ext2 分割區需要週期性的檔案系" "統完整性檢查,而且當分割區很大的時候,這個特性將導致開機的延遲。" #. Tag: para #: partitioning.xml:225 #, fuzzy, no-c-format #| msgid "" #| "For multi-user systems or systems with lots of disk space, it's best to " #| "put /usr, /var, /tmp, and /home each on their own partitions " #| "separate from the / partition." msgid "" "For multi-user systems or systems with lots of disk space, it's best to put " "/var, /tmp, and /home each on their own partitions separate from the / partition." msgstr "" "對於多使用者系統或者有很多磁碟空間的系統,最好放置 /usr, /var, /tmp, 以及 " "/home 到他們自己的分割區空間以和 / " "分割區區隔開來。" #. Tag: para #: partitioning.xml:233 #, fuzzy, no-c-format msgid "" "You might need a separate /usr/local 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 " "/var/mail a separate partition. If you are setting up a " "server with lots of user accounts, it's generally good to have a separate, " "large /home partition. In general, the partitioning " "situation varies from computer to computer depending on its uses." msgstr "" "若您打算安裝許多不是 &debian; 分發版本的程式時,您或許需要另一個獨立的 " "/usr/local 分割區。如果您的機器是一個小的郵件伺服器,您" "也許需要為 /var/mail 建立一個獨立的分割區。通常我們會放" "置 /tmp 至獨立的分割區,大小大約20至 50MB 。如果您配置一" "個伺服器帶有許多使用者帳戶,通常需要一個獨立、大的 /home 分割區。一般來說,每台電腦的分割區狀況都有所不同,這取決於他們的用" "途。" #. Tag: para #: partitioning.xml:244 #, no-c-format msgid "" "For very complex systems, you should see the Multi Disk HOWTO. This contains in-depth information, " "mostly of interest to ISPs and people setting up servers." msgstr "" "對於非常複雜的系統來說,您應該閱讀 " "Multi Disk HOWTO。其中包含了很多對 ISP 以及設定伺服器的用戶來說非常用" "的深入資訊。" #. Tag: para #: partitioning.xml:251 #, 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 512MB, in most cases. Of course, " "there are exceptions to these rules." msgstr "" "至於在置換分割區大小的問題,不同的人有不同的觀點。我們的建議是使用和系統記憶" "體大小相同的置換分割區。在大多數情況下它不應該小於 16MB ,當然也有一些例外。" "如果您正嘗試在 256MB 記憶體的機器上同時解決10000 個聯立方程式,您可能需要 1G " "(或者更多)的置換分割區。" #. Tag: para #: partitioning.xml:258 #, fuzzy, no-c-format #| msgid "" #| "As an example, an older home machine might have 32MB of RAM and a 1.7GB " #| "IDE drive on /dev/sda. There might be a 500MB " #| "partition for another operating system on /dev/sda1, " #| "a 32MB swap partition on /dev/sda3 and about 1.2GB " #| "on /dev/sda2 as the Linux partition." msgid "" "As an example, an older home machine might have 512MB of RAM and a 20GB SATA " "drive on /dev/sda. There might be a 8GB partition for " "another operating system on /dev/sda1, a 512MB swap " "partition on /dev/sda3 and about 11.4GB on /" "dev/sda2 as the Linux partition." msgstr "" "例如,一個較老的機器可能具有 32MB 記憶體以及一個在 /dev/sda上 1.7GB 的 IDE 磁碟。 其他作業系統寫在 /dev/sda1 上,此分區大小為 500MB ,一個 32MB 置換分割區作為 /dev/" "sda3以及一個 1.2GB 分割區 /dev/sda2)作為 " "Linux 分割區。" #. Tag: para #: partitioning.xml:267 #, no-c-format msgid "" "For an idea of the space taken by tasks you might be interested in adding " "after your system installation is complete, check ." msgstr "" "對於不同工作所需要多大的空間的概念,您也許對於系統安裝完畢後加入的安裝感興" "趣,請參照 。" #. Tag: title #: partitioning.xml:283 #, no-c-format msgid "Device Names in Linux" msgstr "Linux 裡的裝置名稱" #. Tag: para #: partitioning.xml:284 #, no-c-format msgid "" "Linux disks and partition names may be different from other operating " "systems. You need to know the names that Linux uses when you create and " "mount partitions. Here's the basic naming scheme:" msgstr "" "Linux 磁碟以及分割區名稱可能和其它的作業系統有所不同。當您建立以及掛載分割區" "時,必須先知道 Linux 所使用的設備名稱。以下是基本的命名規則:" #. Tag: para #: partitioning.xml:292 #, fuzzy, no-c-format #| msgid "The first XT disk is named /dev/xda." msgid "The first hard disk detected is named /dev/sda." msgstr "第一個 XT 磁碟會被命名為 /dev/xda。" #. Tag: para #: partitioning.xml:297 #, fuzzy, no-c-format #| msgid "" #| "The second DASD device is named /dev/dasdb, and so " #| "on." msgid "" "The second hard disk detected is named /dev/sdb, and so " "on." msgstr "第二個 DASD 裝置被命名為 /dev/dasdb,等等。" #. Tag: para #: partitioning.xml:303 #, no-c-format msgid "" "The first SCSI CD-ROM is named /dev/scd0, also known as " "/dev/sr0." msgstr "" "第一個 SCSI 光碟機被命名為 /dev/scd0,也叫 /" "dev/sr0。" #. Tag: para #: partitioning.xml:312 #, no-c-format msgid "The first DASD device is named /dev/dasda." msgstr "第一個 DASD 裝置被命名為 /dev/dasda。" #. Tag: para #: partitioning.xml:318 #, no-c-format msgid "" "The second DASD device is named /dev/dasdb, and so on." msgstr "第二個 DASD 裝置被命名為 /dev/dasdb,等等。" #. Tag: para #: partitioning.xml:326 #, no-c-format msgid "" "The partitions on each disk are represented by appending a decimal number to " "the disk name: sda1 and sda2 " "represent the first and second partitions of the first SCSI disk drive in " "your system." msgstr "" "每個磁碟分割區的名字在磁碟名稱後面附加一個十進制數字: sda1 以及 sda2 表示系統裡第一個 SCSI 磁碟的第一個及" "第二個分割區。" #. Tag: para #: partitioning.xml:333 #, no-c-format msgid "" "Here is a real-life example. Let's assume you have a system with 2 SCSI " "disks, one at SCSI address 2 and the other at SCSI address 4. The first disk " "(at address 2) is then named sda, and the second " "sdb. If the sda drive has 3 " "partitions on it, these will be named sda1, " "sda2, and sda3. The same applies " "to the sdb disk and its partitions." msgstr "" "這裡有個實際的例子。假設您有一個系統帶有兩個 SCSI 磁碟,一個 SCSI 位址是 2 而" "另外一個是 4。第一個磁碟(在 2 上)會被命名為 sda而第二個" "是 sdb。如果 sda 磁碟有 3 個分割" "區,它們將被命名為 sda1sda2,以" "及 sda3sdb 及其分割區亦是如此。" #. Tag: para #: partitioning.xml:344 #, no-c-format msgid "" "Note that if you have two SCSI host bus adapters (i.e., controllers), the " "order of the drives can get confusing. The best solution in this case is to " "watch the boot messages, assuming you know the drive models and/or " "capacities." msgstr "" "注意如果您有兩個 SCSI 主機匯流排適配器 (控制器),設備的順序可能會比較混亂。假" "設您知道磁碟模式以及/或者容量,最好的解決方案是觀察開機訊息。" #. Tag: para #: partitioning.xml:351 #, fuzzy, no-c-format #| msgid "" #| "Linux represents the primary partitions as the drive name, plus the " #| "numbers 1 through 4. For example, the first primary partition on the " #| "first IDE drive is /dev/hda1. The logical partitions " #| "are numbered starting at 5, so the first logical partition on that same " #| "drive is /dev/hda5. Remember that the extended " #| "partition, that is, the primary partition holding the logical partitions, " #| "is not usable by itself. This applies to SCSI disks as well as IDE disks." msgid "" "Linux represents the primary partitions as the drive name, plus the numbers " "1 through 4. For example, the first primary partition on the first drive is " "/dev/sda1. The logical partitions are numbered starting " "at 5, so the first logical partition on that same drive is /dev/" "sda5. Remember that the extended partition, that is, the primary " "partition holding the logical partitions, is not usable by itself." msgstr "" "Linux 以主分割區為您的磁碟名稱再加上數字 1 到 4。例如,在第一個 IDE 磁碟上的" "第一個主分區是 /dev/hda1。邏輯分割區將會從數字 5 開始," "因此在此磁碟的第一個邏輯分割區是 /dev/hda5。記住延伸分割" "區,意即含有邏輯分割區的主分割區本身將不可用。這個規則同樣適用於 SCSI 。" #. Tag: para #: partitioning.xml:363 #, no-c-format msgid "" "The partitions on each disk are represented by appending a decimal number to " "the disk name: dasda1 and dasda2 " "represent the first and second partitions of the first DASD device in your " "system." msgstr "" "每個磁碟的分割區名字,是在磁碟名稱後面加一個十進制數字: dasda1 以及 dasda2 表示您系統上第一個 DASD 裝置的第一" "個以及第二個分區。" #. Tag: title #: partitioning.xml:378 #, no-c-format msgid "&debian; Partitioning Programs" msgstr "&debian; 分割程式" #. Tag: para #: partitioning.xml:379 #, no-c-format msgid "" "Several varieties of partitioning programs have been adapted by &debian; " "developers to work on various types of hard disks and computer " "architectures. Following is a list of the program(s) applicable for your " "architecture." msgstr "" "&debian; 開發人員配置了幾種在不同硬碟及電腦架構上的分割區程式。下面是一個適合" "您的架構的程式列表。" #. Tag: para #: partitioning.xml:392 #, fuzzy, no-c-format msgid "" "Recommended partitioning tool in &debian;. This Swiss army knife can also " "resize partitions, create filesystems " "(format in Windows speak) and assign them to the " "mountpoints." msgstr "" "這是我們建議的 &debian; 分割區工具。這個小而全的工具可以修改分區大小,建立檔" "案系統 (在 Windows 下的說法是 format) 並將分區連結至掛載點。" #. Tag: para #: partitioning.xml:404 #, no-c-format msgid "The original Linux disk partitioner, good for gurus." msgstr "最早的 Linux 磁碟分割區工具,對高手來說很好用。" #. Tag: para #: partitioning.xml:408 #, fuzzy, no-c-format msgid "" "Be careful if you have existing FreeBSD partitions on your machine. The " "installation kernels include support for these partitions, but the way that " "fdisk represents them (or not) can make the device names " "differ. See the Linux+FreeBSD HOWTO." msgstr "" "請注意如果您的機器上有一個既存 FreeBSD 分區。安裝核心將包括對這些分割區的支" "援,但是 fdisk 裝置名稱的表示方式可能有所不同(也可能不" "是)。請參照 Linux+FreeBSD HOWTO" #. Tag: para #: partitioning.xml:421 #, no-c-format msgid "A simple-to-use, full-screen disk partitioner for the rest of us." msgstr "一個簡單易用,給其它人使用的是全螢幕磁碟分割區程式。" #. Tag: para #: partitioning.xml:425 #, no-c-format msgid "" "Note that cfdisk doesn't understand FreeBSD partitions at " "all, and, again, device names may differ as a result." msgstr "" "請注意 cfdisk 完全不瞭解 FreeBSD 的分割區,而且裝置名稱也" "可能有所不同。" #. Tag: para #: partitioning.xml:435 #, no-c-format msgid "Atari-aware version of fdisk." msgstr "Atari-aware 版本的 fdisk。" #. Tag: para #: partitioning.xml:444 #, no-c-format msgid "Amiga-aware version of fdisk." msgstr "Amiga-aware 版本的 fdisk。" #. Tag: para #: partitioning.xml:453 #, no-c-format msgid "Mac-aware version of fdisk." msgstr "Mac-aware 版本的 fdisk。" #. Tag: para #: partitioning.xml:462 #, no-c-format msgid "" "PowerMac-aware version of fdisk, also used by BVM and " "Motorola VMEbus systems." msgstr "" "PowerMac版本的 fdisk,同時也用於 BVM 以及 Motorola VMEbus " "系統。" #. Tag: para #: partitioning.xml:472 #, no-c-format msgid "" "&arch-title; version of fdisk; Please read the fdasd " "manual page or chapter 13 in Device Drivers and " "Installation Commands for details." msgstr "" "&arch-title; fdisk 的版本; 請閱讀 fdasd 手冊或者 Device Drivers and " "\"\n" "\"Installation Commands 的第 13 章獲得詳細資訊。" #. Tag: para #: partitioning.xml:483 #, no-c-format msgid "" "One of these programs will be run by default when you select " "Partition disks (or similar). It may be possible " "to use a different partitioning tool from the command line on VT2, but this " "is not recommended." msgstr "" #. Tag: para #: partitioning.xml:490 #, no-c-format msgid "Remember to mark your boot partition as Bootable." msgstr "" #. Tag: para #: partitioning.xml:493 #, no-c-format msgid "" "One key point when partitioning for Mac type disks is that the swap " "partition is identified by its name; it must be named swap. " "All Mac linux partitions are the same partition type, Apple_UNIX_SRV2. " "Please read the fine manual. We also suggest reading the mac-fdisk Tutorial, which includes steps you " "should take if you are sharing your disk with MacOS." msgstr "" "重點是當分割 Mac 類型磁碟時,置換分割區根據它的名字做確認﹔它必須被命名為 " "swap。所有的 Mac Linux 分割區的類型都是 Apple_UNIX_SRV2 。請" "閱讀合適的手冊。我們通常建議閱讀 mac-" "fdisk 使用指南,其中包括了如何同 MacOS 共享磁碟的步驟。" # index.docbook:612, index.docbook:672, index.docbook:696, index.docbook:793, index.docbook:912, index.docbook:989 #. Tag: title #: partitioning.xml:509 #, no-c-format msgid "Partitioning for &arch-title;" msgstr "為 &arch-title; 分割" #. Tag: para #: partitioning.xml:510 #, no-c-format msgid "" "If you are using a new harddisk (or want to wipe out the whole partition " "table of your disk), a new partition table needs to be created. The " "Guided partitioning does this automatically, but when " "partitioning manually, move the selection on the top-level entry of the disk " "and hit &enterkey;. That will create a new partition table on that disk. In " "expert mode, you will then be asked for the type of the partition table. " "Default for UEFI-based systems is gpt, while for the older " "BIOS world the default value is msdos. In a standard priority " "installation those defaults will be used automatically." msgstr "" #. Tag: para #: partitioning.xml:522 #, no-c-format msgid "" "When a partition table with type gpt was selected (default " "for UEFI systems), a free space of 1 MB will automatically get created at " "the beginning of the disk. This is intended and required to embed the GRUB2 " "bootloader." msgstr "" #. Tag: para #: partitioning.xml:529 #, fuzzy, no-c-format msgid "" "If you have an existing other operating system such as Windows and you want " "to preserve that operating system while installing &debian;, you may need to " "resize its partition to free up space for the &debian; installation. The " "installer supports resizing of both FAT and NTFS filesystems; when you get " "to the installer's partitioning step, select the option Manual and then simply select an existing partition and change its " "size." msgstr "" "如果您已經有其他作業系統存在,像是 DOS 或 Windows,而且想在安裝 &debian; 時保" "留它們,您需要重新設置分割區大小,以釋放更多的空間給 &debian; 安裝。安裝程式" "支援重新修改 FAT 和 NTFS 檔案系統的大小﹔當您進行到安裝程式的分割區步驟,選擇" "手動分割後只需選擇該分割區,即可更改其大小。" #. Tag: para #: partitioning.xml:539 #, fuzzy, no-c-format #| msgid "" #| "The PC BIOS generally adds additional constraints for disk partitioning. " #| "There is a limit to how many primary and logical partitions a drive can contain. Additionally, with pre " #| "1994–98 BIOSes, there are limits to where on the drive the BIOS can " #| "boot from. More information can be found in the Linux Partition HOWTO and the Phoenix BIOS FAQ, but this " #| "section will include a brief overview to help you plan most situations." msgid "" "While modern UEFI systems don't have such limitations as listed below, the " "old PC BIOS generally adds additional constraints for disk partitioning. " "There is a limit to how many primary and logical partitions a drive can contain. Additionally, with pre 1994–98 " "BIOSes, there are limits to where on the drive the BIOS can boot from. More " "information can be found in the Linux " "Partition HOWTO, but this section will include a brief overview to " "help you plan most situations." msgstr "" "PC BIOS 一般會對磁碟分割區加入一些限制。比如說一個磁碟可以包含多少個 " "主 (primry)邏輯分割區。在 1994—1998 年的 " "BIOS 裡, BIOS 能夠從什麼地方開機還受到限制。詳細資訊可以在 Linux Partition HOWTO 以及 Phoenix BIOS 常見問答集中找到。" "但是這一節會有一個簡單的介紹,來幫助在大部分情況下進行規劃。" #. Tag: para #: partitioning.xml:550 #, no-c-format msgid "" "Primary partitions are the original partitioning scheme for " "PC disks. However, there can only be four of them. To get past this " "limitation, extended and logical partitions " "were invented. By setting one of your primary partitions as an extended " "partition, you can subdivide all the space allocated to that partition into " "logical partitions. You can create up to 60 logical partitions per extended " "partition; however, you can only have one extended partition per drive." msgstr "" " 分割區是 PC 磁碟上最原始的分割區方式。但是,每個磁碟只能有" "四個主分區。為了突破這個限制,發明了 延伸 (extended) 以及 " " 邏輯 分割區。將一個主分割區設定為延伸分割區,您可以將之分成" "許多邏輯分割區。每個延伸分割區最多可切割成 60 個邏輯分割區﹔但是每個磁碟只能" "有一個延伸分割區。" #. Tag: para #: partitioning.xml:561 #, no-c-format msgid "" "Linux limits the partitions per drive to 255 partitions for SCSI disks (3 " "usable primary partitions, 252 logical partitions), and 63 partitions on an " "IDE drive (3 usable primary partitions, 60 logical partitions). However the " "normal &debian-gnu; system provides only 20 devices for partitions, so you " "may not install on partitions higher than 20 unless you first manually " "create devices for those partitions." msgstr "" "對於 SCSI 來說,Linux 限制每個磁碟最多有 255 個分割區( 3 個可用的主分割區," "252 個邏輯分割區)。對於 IDE 來說可以有 63 個分割區( 3 個可用的主分割區, 60 " "個邏輯分割區)。但是通常 &debian-gnu; 系統只支持 20 個分割區裝置,因此您不能安" "裝超過 20 個的分割區,除非您先為這些分割區手動建立裝置檔案。" #. Tag: para #: partitioning.xml:571 #, no-c-format msgid "" "If you have a large IDE disk, and are using neither LBA addressing, nor " "overlay drivers (sometimes provided by hard disk manufacturers), then the " "boot partition (the partition containing your kernel image) must be placed " "within the first 1024 cylinders of your hard drive (usually around 524 " "megabytes, without BIOS translation)." msgstr "" "如果您有一個很大的 IDE 磁碟,既沒有使用 LBA 定址,也沒有 overlay 驅動程式 (硬" "碟製造商有時候提供此功能),那麼開機分割區 (含有您核心映像的分割區) 必須放置在" "硬碟第一個 1024 磁柱內。(在沒有 BIOS 轉換的情況下,大約有 524MB)。" #. Tag: para #: partitioning.xml:579 #, fuzzy, no-c-format #| msgid "" #| "This restriction doesn't apply if you have a BIOS newer than around " #| "1995–98 (depending on the manufacturer) that supports the " #| "Enhanced Disk Drive Support Specification. Both Lilo, the " #| "Linux loader, and &debian;'s alternative mbr must use " #| "the BIOS to read the kernel from the disk into RAM. If the BIOS int 0x13 " #| "large disk access extensions are found to be present, they will be " #| "utilized. Otherwise, the legacy disk access interface is used as a fall-" #| "back, and it cannot be used to address any location on the disk higher " #| "than the 1023rd cylinder. Once &arch-kernel; is booted, no matter what " #| "BIOS your computer has, these restrictions no longer apply, since &arch-" #| "kernel; does not use the BIOS for disk access." msgid "" "This restriction doesn't apply if you have a BIOS newer than around " "1995–98 (depending on the manufacturer) that supports the " "Enhanced Disk Drive Support Specification. &debian;'s Lilo " "alternative mbr must use the BIOS to read the kernel from " "the disk into RAM. If the BIOS int 0x13 large disk access extensions are " "found to be present, they will be utilized. Otherwise, the legacy disk " "access interface is used as a fall-back, and it cannot be used to address " "any location on the disk higher than the 1023rd cylinder. Once &arch-kernel; " "is booted, no matter what BIOS your computer has, these restrictions no " "longer apply, since &arch-kernel; does not use the BIOS for disk access." msgstr "" "如果您的 BIOS 在 1995—1998 年之後出產(取決於製造商)且支援 " "Enhanced Disk Drive Support Specification 則不受限。 Lilo , " "Linux Loader 以及 &debian; 的替代方案 mbr 必須使用 BIOS 從" "磁碟讀取核心至記憶體。如果開啟 BIOS int 0x13 高容量硬碟的存取功能,則將被使" "用,否則合法的磁碟存取界面會拿來當備用方式,而且它不能定址任何大於 1023rd 磁" "柱的位置。一旦 &arch-kernel; 啟動後,不管電腦的 BIOS 哪一種,這些限制將不再起" "任何作用,因為 &arch-kernel; 不使用 BIOS 來存取硬碟。" #. Tag: para #: partitioning.xml:593 #, no-c-format msgid "" "If you have a large disk, you might have to use cylinder translation " "techniques, which you can set from your BIOS setup program, such as LBA " "(Logical Block Addressing) or CHS translation mode (Large). " "More information about issues with large disks can be found in the Large Disk HOWTO. If you are using a " "cylinder translation scheme, and the BIOS does not support the large disk " "access extensions, then your boot partition has to fit within the " "translated representation of the 1024th cylinder." msgstr "" "如果您有一個大硬碟,您也許必須使用磁柱轉換(cylinder translation)技術。它可以" "透過 BIOS 設定程式中設定,比如 LBA (Logical Block Addressing) 或者 CHS 轉換模" "式(Large)。關於大硬碟的各種議題討論可以在 Large Disk HOWTO 下找到。如果您正在使用一個磁柱轉" "換方案,而 BIOS 不支援高容量硬碟的存取,您的開機分割區必須放置在 轉" "換後 的 1024 磁柱內。" #. Tag: para #: partitioning.xml:605 #, fuzzy, no-c-format msgid "" "The recommended way of accomplishing this is to create a small " "(25–50MB should suffice) partition at the beginning of the disk to be " "used as the boot partition, and then create whatever other partitions you " "wish to have, in the remaining area. This boot partition must be mounted on /boot, since that is the " "directory where the &arch-kernel; kernel(s) will be stored. This " "configuration will work on any system, regardless of whether LBA or large " "disk CHS translation is used, and regardless of whether your BIOS supports " "the large disk access extensions." msgstr "" "解決這個問題的推薦方法,是在磁碟開始處建立一個小的( 5—10MB 就夠了)分割" "區來作為開機分割區。並且在其它地方建立其它的分區。這個開機分割區 必" "須 掛載至/boot 下,這是因為這是 &arch-" "kernel; 核心放置的地方。這樣的設定可以在任意系統上運作正常,不管是使用 LBA 或" "者大硬碟 CHS 轉換,甚至也不管您的 BIOS 是否支援高容量硬碟的存取。" #, fuzzy #~ msgid "" #~ "/usr: contains all user programs (/usr/" #~ "bin), libraries (/usr/lib), documentation " #~ "(/usr/share/doc), etc. This is the part of the file " #~ "system that generally takes up most space. You should provide at least " #~ "500MB of disk space. This amount should be increased depending on the " #~ "number and type of packages you plan to install. A generous workstation " #~ "or server installation should allow 4–6GB." #~ msgstr "" #~ "/usr:包含所有的使用者程式(/usr/bin)、函式庫(/usr/lib)、文件檔案(/" #~ "usr/share/doc),等等。這是檔案系統耗費最多的空間的部分。您至少" #~ "需要 500MB 磁碟空間。總容量與您要安裝的軟體套件數量和類型成正比。大的工作" #~ "站或伺服器安裝需要 4-6 GB。" #~ msgid "" #~ "Sun disk partitions allow for 8 separate partitions (or slices). The " #~ "third partition is usually (and is preferred to have) the Whole " #~ "Disk partition. This partition references all of the sectors of " #~ "the disk, and is used by the boot loader (either SILO, or Sun's)." #~ msgstr "" #~ "Sun 磁碟分割區允許 8 個獨立的分割區(或者片)。第三個分割區通常(一般也" #~ "是)整個磁碟分割區。這個分割區代表磁碟上所有的磁區,並且將" #~ "被 boot loader (SILO 或者 SUN 的)使用。" #, fuzzy #~ msgid "" #~ "PALO, the HPPA boot loader, requires a partition of type F0 somewhere in the first 2GB. This is where the boot loader and an " #~ "optional kernel and RAMdisk will be stored, so make it big enough for " #~ "that — at least 4Mb (I like 8–16MB). An additional " #~ "requirement of the firmware is that the Linux kernel must reside within " #~ "the first 2GB of the disk. This is typically achieved by making the root " #~ "ext2 partition fit entirely within the first 2GB of the disk. " #~ "Alternatively you can create a small ext2 partition near the start of the " #~ "disk and mount that on /boot, since that is the " #~ "directory where the Linux kernel(s) will be stored. /boot needs to be big enough to hold whatever kernels (and backups) " #~ "you might wish to load; 25–50MB is generally sufficient." #~ msgstr "" #~ "PALO 是一個 HPPA 的 boot loader ,需要在磁碟前 2GB 中建立一個 F0 的分割區。這個分割區裡面放有 boot loader 以及可選的核心和 " #~ "RAMdisk ,因此這個分區的大小最好夠大 — 至少需要 4 MB (我個人傾向於 " #~ "8—16MB)。軔體的附加需求是 Linux 核心必須放在磁碟的前 2 GB 內,我們可" #~ "以把根 ext2 分割區整個放在磁碟的前 2GB 內。或者您可以在磁碟前面建立一個小" #~ "分割區,並且掛載到 /boot,因為這個目錄下面放置了 " #~ "Linux 核心。/boot 必須夠大以便能放置任何你想載入的核" #~ "心﹔一般來說 8—16MB 應該足夠。" #, fuzzy #~ msgid "" #~ "The partman disk partitioner is the default " #~ "partitioning tool for the installer. It manages the set of partitions and " #~ "their mount points to ensure that the disks and filesystems are properly " #~ "configured for a successful installation. It actually uses " #~ "parted to do the on-disk partitioning." #~ msgstr "" #~ "partman 是安裝程式的預設分割工具。它管理一系列分割區以" #~ "及掛載點,來保証磁碟和檔案系統的設定正確,才能安裝成功。實際上它式使用 " #~ "parted 來進行磁碟分割的。" #~ msgid "EFI Recognized Formats" #~ msgstr "EFI 能夠識別的格式" #, fuzzy #~ msgid "" #~ "The IA-64 EFI firmware supports two partition table (or disk label) " #~ "formats, GPT and MS-DOS. MS-DOS, the format typically used on i386 PCs, " #~ "is no longer recommended for IA-64 systems. Although the installer also " #~ "provides cfdisk, you should only use parted because only it can " #~ "manage both GPT and MS-DOS tables correctly." #~ msgstr "" #~ "IA64 EFI 軔體支援 GPT 和 MS-DOS 兩種分割區表(或者磁碟標籤)格式。MS-DOS 格" #~ "式通常用在 i386 PC 上,並且不適用在 IA64 系統上。儘管安裝程式提供了 " #~ "cfdisk,您只需用 " #~ "parted,因為只有它能夠同時正確地管理 GPT 和 MS-" #~ "DOS 分區表。" #~ msgid "" #~ "The automatic partitioning recipes for partman " #~ "allocate an EFI partition as the first partition on the disk. You can " #~ "also set up the partition under the Guided partitioning from the main menu in a manner similar to setting up a " #~ "swap partition." #~ msgstr "" #~ "partman 自動分割區方案會分配一個 EFI 分割區作為磁碟上的" #~ "第一個分割區。您也可以在主選單下選擇 Guided partitioning 建立分割區。其方法類似建立一個 置換 分割" #~ "區。" #~ msgid "" #~ "The partman partitioner will handle most disk layouts. " #~ "For those rare cases where it is necessary to manually set up a disk, you " #~ "can use the shell as described above and run the parted utility directly using its command line interface. Assuming that " #~ "you want to erase your whole disk and create a GPT table and some " #~ "partitions, then something similar to the following command sequence " #~ "could be used: \n" #~ " mklabel gpt\n" #~ " mkpartfs primary fat 0 50\n" #~ " mkpartfs primary linux-swap 51 1000\n" #~ " mkpartfs primary ext2 1001 3000\n" #~ " set 1 boot on\n" #~ " print\n" #~ " quit\n" #~ " This creates a new partition table, and three " #~ "partitions to be used as an EFI boot partition, swap space, and a root " #~ "file system. Finally it sets the boot flag on the EFI partition. " #~ "Partitions are specified in Megabytes, with start and end offsets from " #~ "the beginning of the disk. So, for example, above we created a 1999MB " #~ "ext2 file system starting at offset 1001MB from the start of the disk. " #~ "Note that formatting swap space with parted can take a " #~ "few minutes to complete, as it scans the partition for bad blocks." #~ msgstr "" #~ "partman 分割區工具將處理大部分的磁碟排列方式。對於那些" #~ "需要手動設置磁碟的罕見例子,您可以按照上面方法採用 shell 並且直接執行 " #~ "parted 工具下的命令列界面。若您想清除整個硬碟並且建立一" #~ "個 GPT 分割區表以及一些分割區,可使用下面命令: " #~ "\n" #~ " mklabel gpt\n" #~ " mkpartfs primary fat 0 50\n" #~ " mkpartfs primary linux-swap 51 1000\n" #~ " mkpartfs primary ext2 1001 3000\n" #~ " set 1 boot on\n" #~ " print\n" #~ " quit\n" #~ " 一個新的分割區表及三個分割區建立後,分別用做 " #~ "EFI 開機分割區,置換空間以及一個根檔案系統。最後它建立了 EFI 分割區的開機" #~ "標記。分割區以百萬位元組為單位,表示從磁碟開始起始和結束位置的偏移量。舉個" #~ "例子,我們在磁碟開始處偏移量為 1001MB 的地方開始建立了一個 1999MB ext2 檔" #~ "案系統。注意用 parted 格式化置換分割區可能要花一些時間" #~ "來完成,因為它要掃瞄壞磁區。" #~ msgid "Boot Loader Partition Requirements" #~ msgstr " boot loader 分割區需求" #, fuzzy #~ msgid "" #~ "ELILO, the IA-64 boot loader, requires a partition containing a FAT file " #~ "system with the boot flag set. The partition must " #~ "be big enough to hold the boot loader and any kernels or RAMdisks you may " #~ "wish to boot. A minimum size would be about 20MB, but if you expect to " #~ "run with multiple kernels, then 128MB might be a better size." #~ msgstr "" #~ "ELILO 是一種 ia64 boot loader 需要一個 FAT 檔案系統的分割區,且此分割區標" #~ "記為 boot。分割區必須夠大以便能夠放入 boot loader," #~ "以及其他想啟動的核心以及 RAMdisks 。最小需要 20MB,但是如果您想執行多個核" #~ "心的話,最好是 128MB 。" #~ msgid "" #~ "The EFI Boot Manager and the EFI Shell fully support the GPT table so the " #~ "boot partition does not necessarily have to be the first partition or " #~ "even on the same disk. This is convenient if you should forget to " #~ "allocate the partition and only find out after you have formatted the " #~ "other partitions on your disk(s). The partman " #~ "partitioner checks for an EFI partition at the same time it checks for a " #~ "properly set up root partition. This gives you an " #~ "opportunity to correct the disk layout before the package install begins. " #~ "The easiest way to correct this omission is to shrink the last partition " #~ "of the disk to make enough free space for adding an EFI partition." #~ msgstr "" #~ "因為 EFI Boot Manager 以及 EFI Shell 完全支援 GPT 表格所以開機分割區不一定" #~ "需要是第一個分割區,甚至可以不在同個磁碟上。若你之前忘了分配分割區,這樣方" #~ "便您在格式化磁碟上的其它分割區後再決定。partman 分割區" #~ "程式將在設置 root 分割區時會同時檢查一個 EFI 分割區。" #~ "這樣您就有機會在開始安裝套件之前檢查磁碟的排列方式。糾正這個問題的最簡單的" #~ "方法,是在最後一個分割區末尾留下足夠的磁盤空間,來加入一個 EFI 分區。" #~ msgid "" #~ "It is strongly recommended that you allocate the EFI boot partition on " #~ "the same disk as the root filesystem." #~ msgstr "" #~ "強烈建議您把 EFI 開機分割區和 root 檔案系統裝在同一個" #~ "磁碟上。" #~ msgid "EFI Diagnostic Partitions" #~ msgstr "EFI 診斷分割區" #~ msgid "" #~ "The EFI firmware is significantly more sophisticated than the usual BIOS " #~ "seen on most x86 PCs. Some system vendors take advantage of the ability " #~ "of the EFI to access files and run programs from a hard disk filesystem " #~ "to store diagnostics and EFI based system management utilities on the " #~ "hard disk. This is a separate FAT format filesystem on the system disk. " #~ "Consult the system documentation and accessories that come with the " #~ "system for details. The easiest time to set up a diagnostics partition is " #~ "at the same time you set up the EFI boot partition." #~ msgstr "" #~ "大多數 x86 PCs 上常見的 BIOS 來說,EFI 軔體明顯地複雜得多。一些系統製造商" #~ "利用 EFI 的優點從硬碟檔案系統來存取檔案以及執行程式以儲存一些診斷訊息和 " #~ "EFI 的系統管理工具。 在系統磁碟上存在一個另外 FAT 格式的檔案系統,請查閱相" #~ "關的系統文檔和附件以獲得細節。建立一個診斷分割區的最容易的時刻是在設置 " #~ "EFI 開機分割區的時候。" #, fuzzy #~ msgid "" #~ "SGI machines require an SGI disk label in order to make the system " #~ "bootable from hard disk. It can be created in the fdisk expert menu. The " #~ "thereby created volume header (partition number 9) should be at least 3MB " #~ "large. If the volume header created is too small, you can simply delete " #~ "partition number 9 and re-add it with a different size. Note that the " #~ "volume header must start at sector 0." #~ msgstr "" #~ "SGI Indys 需要一個 SGI 磁碟標籤來確保系統能夠從硬碟上開機。它能夠在 fdisk " #~ "expert menu 下建立。因此建立的 volume header (分割區號 9)至少要有 3MB 大。" #~ "如果 volume header 建立的太小,您可以簡單的刪除分割區號 9 並且重新加入另外" #~ "不同的尺寸。注意 volume header 必須從 0 號磁區開始。" #~ msgid "Partitioning Newer PowerMacs" #~ msgstr "較新的 PowerMacs 分割區" #, fuzzy #~ msgid "" #~ "If you are installing onto a NewWorld PowerMac you must create a special " #~ "bootstrap partition to hold the boot loader. The size of this partition " #~ "must have at least 819200 bytes and its partition type must be " #~ "Apple_Bootstrap. If the bootstrap partition is not " #~ "created with the Apple_Bootstrap type your machine " #~ "cannot be made bootable from the hard disk. This partition can easily be " #~ "created by creating a new partition in partman and " #~ "telling it to use it as a NewWorld boot partition, or in " #~ "mac-fdisk using the b command." #~ msgstr "" #~ "如果您在 NewWorld PowerMac 上安裝,您必須建立一個特殊的啟動分割區來存放 " #~ "boot loader 。這個分割區大小必須是 800KB ,而且它的分割區類型必須是" #~ "Apple_Bootstrap。如果啟動分割區的類型並非" #~ "Apple_Bootstrap,則您的機器無法從硬碟開機。可以採用 " #~ "partman 並將它用作 NewWorld boot partition,或在 mac-fdisk 使用 b 命" #~ "令。" #~ msgid "" #~ "The special partition type Apple_Bootstrap is required to prevent MacOS " #~ "from mounting and damaging the bootstrap partition, as there are special " #~ "modifications made to it in order for OpenFirmware to boot it " #~ "automatically." #~ msgstr "" #~ "特殊的分割區類型 Apple_Bootstrap 用來避免 MacOS 掛載並且毀壞此開機磁區,這" #~ "是因為要使 OpenFirmware 能夠自動啟動 MacOS 需要對分割區做一些特殊修改。" #~ msgid "" #~ "Note that the bootstrap partition is only meant to hold 3 very small " #~ "files: the yaboot binary, its configuration " #~ "yaboot.conf, and a first stage OpenFirmware loader " #~ "ofboot.b. It need not and must not be mounted on your " #~ "file system nor have kernels or anything else copied to it. The " #~ "ybin and mkofboot utilities are " #~ "used to manipulate this partition." #~ msgstr "" #~ "注意開機磁區只能存放三個非常小的檔案:yaboot 可執行檔," #~ "它的設定檔 yaboot.conf,以及第一級 OpenFirmware " #~ "loader ofboot.b。它不需要且不能被您的檔案系統掛載,或者" #~ "把核心或其它檔案複製到其中。ybinmkofboot 工具可以用來管理這個分割區。" #~ msgid "" #~ "In order for OpenFirmware to automatically boot &debian-gnu; the " #~ "bootstrap partition should appear before other boot partitions on the " #~ "disk, especially MacOS boot partitions. The bootstrap partition should be " #~ "the first one you create. However, if you add a bootstrap partition " #~ "later, you can use mac-fdisk's r command to reorder the partition map so the bootstrap " #~ "partition comes right after the map (which is always partition 1). It's " #~ "the logical map order, not the physical address order, that counts." #~ msgstr "" #~ "為了確保 OpenFirmware 能夠自動啟動 &debian-gnu;,開機磁區必須位於硬碟上其" #~ "他開機磁區之前,特別是 MacOS 開機磁區。開機分割區應該是您第一個建立的分割" #~ "區。但是,如果您在之後新加入開機磁區,您可以使用 mac-fdiskr 命令來重新調整分割區順序,如此一來開" #~ "機磁區就可以在此之後順利使用(位於 1 號分割區)。請注意,這是邏輯順序而不是" #~ "實際位址順序。" #~ msgid "" #~ "Apple disks normally have several small driver partitions. If you intend " #~ "to dual boot your machine with MacOSX, you should retain these partitions " #~ "and a small HFS partition (800k is the minimum size). That is because " #~ "MacOSX, on every boot, offers to initialize any disks which do not have " #~ "active MacOS partitions and driver partitions." #~ msgstr "" #~ "Apple 磁碟通常有一些小的驅動分割區。如果您想同時使用 MacOSX 而採用雙開機方" #~ "式,您應該保持這些分割區以及一個小的 HFS 分割區 (大小至少 800k)。這是因為 " #~ "MacOSX 在每次啟動時,會初始化沒有任何啟用中的 MacOS 分割區及驅動分割區的磁" #~ "盤。" #~ msgid "" #~ "Make sure you create a Sun disk label on your boot disk. " #~ "This is the only kind of partition scheme that the OpenBoot PROM " #~ "understands, and so it's the only scheme from which you can boot. The " #~ "s key is used in fdisk to create Sun " #~ "disk labels." #~ msgstr "" #~ "確保在您的開機磁碟上建立了 Sun 磁碟標籤 。這是 OpenBoot " #~ "PROM 唯一懂得的分割區方式,而且它是唯一能夠被開機分割區類型。可以在 " #~ "fdisk 中使用s 鍵來建立 Sun 磁碟標籤。" #~ msgid "" #~ "Furthermore, on &arch-title; disks, make sure your first partition on " #~ "your boot disk starts at cylinder 0. While this is required, it also " #~ "means that the first partition will contain the partition table and the " #~ "boot block, which are the first two sectors of the disk. You must " #~ "not put swap on the first partition of the boot " #~ "drive, since swap partitions do not preserve the first few sectors of the " #~ "partition. You can put Ext2 or UFS partitions there; these will leave the " #~ "partition table and the boot block alone." #~ msgstr "" #~ "進一步來說,在 &arch-title; 磁碟裡,請確認您的開機磁碟的第一分割區是從 " #~ "cylinder 0 開始。這是必須的,這意味著第一個分割區將含有分割區表以及開機" #~ "區,它們通常在磁碟的前兩個磁區內。您一定 不能 設置開" #~ "機磁碟的第一分割區為置換分割區,因為置換分割區並不能保留分割區前幾個磁區。" #~ "您可以在那裡放置 Ext2 或者 UFS 分割區,它們將分割區表和開機磁區隔離開來。" #~ msgid "" #~ "It is also advised that the third partition should be of type " #~ "Whole disk (type 5), and contain the entire disk (from the " #~ "first cylinder to the last). This is simply a convention of Sun disk " #~ "labels, and helps the SILO boot loader keep its " #~ "bearings." #~ msgstr "" #~ "我們建議第三個分割區的類型應該是 Whole disk(type 5),並且包" #~ "含整個磁碟(從第一個磁柱至最後一個),這是 Sun 磁碟標籤的慣例, 並且確保 " #~ "SILO boot loader 工作良好。" #~ msgid "The first floppy drive is named /dev/fd0." #~ msgstr "第一個軟碟機被命名為 /dev/fd0。" #~ msgid "The second floppy drive is named /dev/fd1." #~ msgstr "第二個軟碟機被命名為 /dev/fd1。" #, fuzzy #~| msgid "" #~| "On 32-bit architectures (i386, m68k, 32-bit SPARC, 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 spindles) and, if possible, different SCSI " #~| "or IDE channels. The kernel will balance swap usage between multiple " #~| "swap partitions, giving better performance." #~ 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 spindles) and, if possible, different SCSI or IDE channels. The kernel will " #~ "balance swap usage between multiple swap partitions, giving better " #~ "performance." #~ msgstr "" #~ "在 32 位元結構(i386, m68k, 32位 SPARC 以及 PowerPC)下,置換分割區的最大尺" #~ "寸是 2GB。這應該滿足任何安裝情況。但是如果您的置換分割區需求非常大,您應該" #~ "嘗試將置換分割區分至不同磁碟中(這也叫做 spindles ),如果可" #~ "能的話,甚至是在不同的 SCSI 或者 IDE 通道。核心將在多個置換空間平衡用量來" #~ "達到更好的性能。" #~ msgid "" #~ "The first SCSI disk (SCSI ID address-wise) is named /dev/sda." #~ msgstr "" #~ "第一個 SCSI 磁碟 (SCSI ID 反向地址) 被命名為 /dev/sda。" #~ msgid "" #~ "The second SCSI disk (address-wise) is named /dev/sdb, and so on." #~ msgstr "" #~ "第二個 SCSI 磁碟 (反向地址) 被命名為 /dev/sdb,等等。" #~ msgid "Virtual directory for system information (2.4 and 2.6 kernels)" #~ msgstr "系統資訊的虛擬目錄(2.4 和 2.6 內核)" #~ msgid "partman" #~ msgstr "partman" #~ msgid "fdisk" #~ msgstr "fdisk" #~ msgid "cfdisk" #~ msgstr "cfdisk" #~ msgid "atari-fdisk" #~ msgstr "atari-fdisk" #~ msgid "amiga-fdisk" #~ msgstr "amiga-fdisk" #~ msgid "mac-fdisk" #~ msgstr "mac-fdisk" #~ msgid "pmac-fdisk" #~ msgstr "pmac-fdisk" #~ msgid "fdasd" #~ msgstr "fdasd" #, fuzzy #~ msgid "" #~ "Booting Debian from the SRM console (the only disk boot method supported " #~ "by &releasename;) requires you to have a BSD disk label, not a DOS " #~ "partition table, on your boot disk. (Remember, the SRM boot block is " #~ "incompatible with MS-DOS partition tables — see .) As a result, partman creates " #~ "BSD disk labels when running on &architecture;, but if your disk has an " #~ "existing DOS partition table the existing partitions will need to be " #~ "deleted before partman can convert it to use a disk " #~ "label." #~ msgstr "" #~ "從 SRM 控制台啟動 Debian (唯一 &releasename; 支援的啟動方法)要求您的開機磁" #~ "碟上有 BSD 磁碟標籤,而不是 MS-DOS 分割區。(注意, SRM 開機區塊不與 MS-" #~ "DOS 分割區相容 — 請參閱 。)因此," #~ "partman 在 &architecture; 上使用時會建立 BSD 磁碟標籤," #~ "如果您的磁碟上已經存在一個 DOS 分割區表,在 partman 將之轉換到磁碟標籤前需" #~ "要將此分割區刪除。" #~ msgid "" #~ "If you have chosen to use fdisk to partition your " #~ "disk, and the disk that you have selected for partitioning does not " #~ "already contain a BSD disk label, you must use the b " #~ "command to enter disk label mode." #~ msgstr "" #~ "如果您選擇使用 fdisk 來分割您的磁碟,並且該磁碟上沒有 " #~ "BSD 磁碟標籤,您必須使用 b 命令進入磁碟標籤模式。" #, fuzzy #~ msgid "" #~ "Unless you wish to use the disk you are partitioning from Tru64 Unix or " #~ "one of the free 4.4BSD-Lite derived operating systems (FreeBSD, OpenBSD, " #~ "or NetBSD), you should not create the third " #~ "partition as a whole disk partition (i.e. with start and " #~ "end sectors to span the whole disk), as this renders the disk " #~ "incompatible with the tools used to make it bootable with aboot. This " #~ "means that the disk configured by the installer for use as the Debian " #~ "boot disk will be inaccessible to the operating systems mentioned earlier." #~ msgstr "" #~ "除非您想在 Tru64 Unix 或者一個 free 4.4BSD-Lite 衍生的作業系統下(FreeBSD, " #~ "OpenBSD 或 NetBSD)使用這個磁碟,請 不要 建立包含整個" #~ "磁碟的第三分割區。aboot 並不需要做這個動作,而且它可能" #~ "導致一些麻煩,這是因為當用 swriteboot 工具在開機區段下" #~ "安裝 aboot 時,分割區會被一個開機區塊覆蓋。" #~ msgid "" #~ "Also, because aboot is written to the first few " #~ "sectors of the disk (currently it occupies about 70 kilobytes, or 150 " #~ "sectors), you must leave enough empty space at the " #~ "beginning of the disk for it. In the past, it was suggested that you make " #~ "a small partition at the beginning of the disk, to be left unformatted. " #~ "For the same reason mentioned above, we now suggest that you do not do " #~ "this on disks that will only be used by GNU/Linux. When using " #~ "partman, a small partition will still be created for " #~ "aboot for convenience reasons." #~ msgstr "" #~ "同時因為 aboot 將被寫到磁碟前面的幾個區段(目前它佔用大" #~ "約 70 KB 空間,或者 150 個區段)。您 必須 在磁碟一開始" #~ "的地方留下足夠的空間。過去我們建議您在磁碟的開始處分出一個較小且未格式化的" #~ "分割區。基於以上的理由,我們現在建議您這塊磁碟專門用於 GNU/Linux。當使用 " #~ "partman,仍會建立一個小的分割區給 aboot,這樣一來較為方便。" #~ msgid "" #~ "For ARC installations, you should make a small FAT partition at the " #~ "beginning of the disk to contain MILO and " #~ "linload.exe — 5 megabytes should be sufficient, " #~ "see . Unfortunately, making " #~ "FAT file systems from the menu is not yet supported, so you'll have to do " #~ "it manually from the shell using mkdosfs before " #~ "attempting to install the boot loader." #~ msgstr "" #~ "對於 ARC 的安裝來說,您應該在磁碟開始處建立一個小的 FAT 分區以放入 " #~ "MILO 以及 linload.exe — 這至少" #~ "需要 5 MB 空間,請參見 。不幸地" #~ "是,尚未支援從選單建立 FAT 檔案系統的方法,因此您必須在 Shell 下面手動使" #~ "用 mkdosfs ,然後再嘗試安裝 boot loader 。" #~ msgid "" #~ "On the other hand, Atari Falcons and Macs feel pain when swapping, so " #~ "instead of making a large swap partition, get as much RAM as possible." #~ msgstr "" #~ "另外一個方面,Atari Falcons 以及 Macs 對置換感到很痛苦,因此建立一個大的置" #~ "換分割區不如盡可能獲得更多的 RAM 。" #~ msgid "" #~ "The first ACSI device is named /dev/ada, the second " #~ "is named /dev/adb." #~ msgstr "" #~ "第一個 ACSI 裝置被命名為 /dev/ada ,第二個則是 " #~ "/dev/adb。" #~ msgid "" #~ "VMEbus systems using the TEAC FC-1 SCSI floppy drive will see it as " #~ "normal SCSI disk. To make identification of the drive simpler the " #~ "installation software will create a symbolic link to the appropriate " #~ "device and name it /dev/sfd0." #~ msgstr "" #~ "VMEbus 系統使用的 TEAC FC-1 SCSI 軟碟將被看成正常的 SCSI 磁碟。為了讓磁碟" #~ "辨認更容易,安裝軟體將建立一個符號連結至合適的裝置並且稱為 /dev/" #~ "sfd0。" #~ msgid "The second XT disk is named /dev/xdb." #~ msgstr "第二個 XT 磁碟會被命名為 /dev/xdb。" #, fuzzy #~ msgid "" #~ "If you will be working with more than 20 partitions on your ide disk, you " #~ "will need to create devices for partitions 21 and beyond. The next step " #~ "of initializing the partition will fail unless a proper device is " #~ "present. As an example, here are commands you can use in tty2 or under Execute a shell to add a " #~ "device so the 21st partition can be initialized: " #~ "\n" #~ "# cd /dev\n" #~ "# mknod hda21 b 3 21\n" #~ "# chgrp disk hda21\n" #~ "# chmod 660 hda21\n" #~ " Booting into the new system will fail unless " #~ "proper devices are present on the target system. After installing the " #~ "kernel and modules, execute: \n" #~ "# cd /target/dev\n" #~ "# mknod hda21 b 3 21\n" #~ "# chgrp disk hda21\n" #~ "# chmod 660 hda21\n" #~ " Remember to mark your " #~ "boot partition as Bootable." #~ msgstr "" #~ "如果您的 ide 磁碟上會超過 20 個分割區,您需要為 21 以上的分割區建立裝置檔" #~ "案。除非有適當的裝置,否則下一步初始化分割區將失敗。比如說,這裡列舉了相關" #~ "的命令,讓您可以在 tty2 中使用或者在執行一個介殼之" #~ "後加入一個裝置檔案,令第 21 個分割區能夠被初始化。 " #~ "\n" #~ "# cd /dev\n" #~ "# mknod hda21 b 3 21 \n" #~ "# chgrp disk hda21\n" #~ "# chmod 660 hda21\n" #~ " 除非在目標系統上有合適的裝置名稱,否則啟動一個" #~ "新安裝的系統將會失敗。在安裝完核心及模塊後,執行: " #~ "\n" #~ "# cd /target/dev\n" #~ "# mknod hda21 b 3 21 \n" #~ "# chgrp disk hda21\n" #~ "# chmod 660 hda21\n" #~ " 記住將您的開機分割區標籤" #~ "為 Bootable" #~ msgid "" #~ "One of these programs will be run by default when you select " #~ "Partition a Hard Disk. If the one which is run " #~ "by default isn't the one you want, quit the partitioner, go to the shell " #~ "(tty2) by pressing Alt and " #~ "F2 keys together, and manually type in the name of the " #~ "program you want to use (and arguments, if any). Then skip the " #~ "Partition a Hard Disk step in debian-" #~ "installer and continue to the next step." #~ msgstr "" #~ "當您選擇 對硬碟進行分割 時,有一程式預設會啟" #~ "動。如果預設啟動的那個不是您所想要的,退出分割區程式,在 shell " #~ "(tty2) 下按下 Alt 以及 " #~ "F2,並且手動輸入您想使用的程式名稱(以及可能的參數)。然後" #~ "跳過 對硬碟進行分割 步驟至 debian-" #~ "installer ,並繼續進行下一步。" #~ msgid "" #~ "The following is a list of important considerations regarding directories " #~ "and partitions." #~ msgstr "file:///home/jungle/doc/localstart.html" #~ msgid "" #~ "/tmp: if a program creates temporary data it will " #~ "most likely go in /tmp. 20-50 MB should usually be " #~ "enough." #~ msgstr "" #~ "/tmp:如果一個程式建立暫存檔它很可能會放在 " #~ "/tmp 中。一般來說 20-50 MB 應該足夠使用。" #~ msgid "" #~ "Atari-aware version of fdisk; read the atari-fdisk manual page." #~ msgstr "" #~ "Atari-aware 的 fdisk版本﹔請閱讀 atari-fdisk 手冊。" #~ msgid "" #~ "Amiga-aware version of fdisk; read the amiga-fdisk manual page." #~ msgstr "" #~ "Amiga-aware 的 fdisk版本﹔請閱讀 amiga-fdisk 手冊。" #~ msgid "" #~ "Mac-aware version of fdisk; read the mac-fdisk manual page." #~ msgstr "" #~ "Mac-aware 的 fdisk版本﹔請閱讀 mac-fdisk 手冊。"