From owner-svn-doc-head@freebsd.org Sat Jan 9 16:20:45 2016 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B198BA69B38; Sat, 9 Jan 2016 16:20:45 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 843591367; Sat, 9 Jan 2016 16:20:45 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u09GKiXO035243; Sat, 9 Jan 2016 16:20:44 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u09GKi8j035242; Sat, 9 Jan 2016 16:20:44 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201601091620.u09GKi8j035242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 9 Jan 2016 16:20:44 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47967 - head/zh_TW.UTF-8/books/handbook/bsdinstall X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2016 16:20:45 -0000 Author: lwhsu (ports committer) Date: Sat Jan 9 16:20:44 2016 New Revision: 47967 URL: https://svnweb.freebsd.org/changeset/doc/47967 Log: - More Traditional Chinese translation to bsdinstall chapter Submitted by: RayCherng Yu Approved by: wblock Differential Revision: https://reviews.freebsd.org/D3843 Modified: head/zh_TW.UTF-8/books/handbook/bsdinstall/chapter.xml Modified: head/zh_TW.UTF-8/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/zh_TW.UTF-8/books/handbook/bsdinstall/chapter.xml Sat Jan 9 14:51:36 2016 (r47966) +++ head/zh_TW.UTF-8/books/handbook/bsdinstall/chapter.xml Sat Jan 9 16:20:44 2016 (r47967) @@ -133,7 +133,7 @@ 安裝 &os; 的硬體需求隨 &os; 的版本和硬體架構而不同。 &os;發行版支援的硬體架構和裝置列在硬體支援清單的檔案裡。 - 這個檔案通常名為 HARDWARE.TXT,位於發行媒體的根目錄。 + 這個檔案通常名為 HARDWARE.TXT,位於發行媒體的根目錄。 支援硬體清單的副本也可以在&os; 網站 (http://www.FreeBSD.org/releases/index.html)的發行資訊頁面找到。 @@ -222,134 +222,102 @@ 安裝前的工作 - Once it has been determined that the system meets the - minimum hardware requirements for installing &os;, the - installation file should be downloaded and the installation - media prepared. Before doing this, check that the system is - ready for an installation by verifying the items in this - checklist: + 一旦確定系統符合安裝 &os; 的最低硬體需求,就可以下載安裝檔案並準備安裝的媒體。 + 做這些之前,先檢查以下核對清單的項目是否準備好了: 備份重要資料 - Before installing any operating system, - always backup all important data first. - Do not store the backup on the system being installed. - Instead, save the data to a removable disk such as a - USB drive, another system on the network, - or an online backup service. Test the backup before - starting the installation to make sure it contains all of - the needed files. Once the installer formats the system's - disk, all data stored on that disk will be lost. + 安裝任何作業系統前, 總是 要先備份所有重要資料。 + 不要儲存備份在即將安裝的系統上。改為將資料儲存在可移除磁碟,像是 + USB 隨身碟,網路上的另一個系統或是線上備份服務上。 + 開始安裝前,要測試備份,確定它含有所有需要的檔案。 + 一旦安裝程式格式化系統的磁碟,所有儲存在上面的資料都會遺失。 - Decide Where to Install &os; + 決定 &os; 安裝在哪裡 - If &os; will be the only operating system installed, - this step can be skipped. But if &os; will share the disk - with another operating system, decide which disk or - partition will be used for &os;. - - In the &arch.i386; and &arch.amd64; architectures, disks - can be divided into multiple partitions using one of two - partitioning schemes. A traditional Master Boot - Record (MBR) holds a - partition table defining up to four primary - partitions. For historical reasons, &os; - calls these primary partition - slices. One of these primary - partitions can be made into an extended - partition containing multiple - logical partitions. The - GUID Partition Table - (GPT) is a newer and simpler method of - partitioning a disk. Common GPT - implementations allow up to 128 partitions per disk, - eliminating the need for logical partitions. + 如果 &os; 是唯一要安裝的作業系統,這個步驟可以略過。 + 但是假如 &os; 將和其他作業系統分享磁碟空間的話,要決定 &os; 要安裝在哪個磁碟或是哪個分割區。 + 在 &arch.i386; 和 &arch.amd64; 平台,磁碟可以使用兩種分割區配置之一來分割成多個分割區。 + 傳統的主開機紀錄 + (MBR) 有一個分割區表定義最多到 + 主分割區。 + 因為歷史性的理由, &os;稱這些主分割區為 slices。 + 其中一個主分割區可以分成一個 延伸分割區 + ,他包含多個 邏輯分割區。 + GUID 分割區表 + (GPT) 是較新和較簡單的分割磁碟的方法 + 一般GPT 實作允許每個磁碟最多達128個分割區,減少使用邏輯分割區的需要。 - Some older operating systems, like &windows; XP, - are not compatible with the GPT - partition scheme. If &os; will be sharing a disk with - such an operating system, MBR - partitioning is required. + 一些比較舊的作業系統,像是 &windows; XP , + 和 GPT 分割區配置並不相容。 + 如果 &os; 將和這樣的作業系統共享一個磁碟,那就需要用 + MBR 分割。 + - The &os; boot loader requires either a primary or - GPT partition. If all of the primary or - GPT partitions are already in use, one - must be freed for &os;. To create a partition without - deleting existing data, use a partition resizing tool to - shrink an existing partition and create a new partition - using the freed space. - - A variety of free and commercial partition resizing - tools are listed at http://en.wikipedia.org/wiki/List_of_disk_partitioning_software. + &os; 開機啟動程式需要主分割區或是 GPT 分割區。 + 如果所有的主分割區或 GPT 分割區都已使用, + 必須釋放其中一個分割區讓 &os; 使用。 + 如果要建立一個分割區而不刪除原有的資料, + 可以使用磁碟分割工具來縮小現有的分割區, + 並使用多出的空間來建立新分割區。 + + 各種自由的和商業化的磁碟分割工具列於 + http://en.wikipedia.org/wiki/List_of_disk_partitioning_software。 GParted Live (http://gparted.sourceforge.net/livecd.php) - is a free live CD which includes the - GParted partition editor. - GParted is also included with - many other Linux live CD - distributions. + 是包含分割編輯工具GParted的自由的 live CD。 + GParted 也包含在許多 Linux live CD 套件裡。 - When used properly, disk shrinking utilities can - safely create space for creating a new partition. Since - the possibility of selecting the wrong partition exists, - always backup any important data and verify the integrity - of the backup before modifying disk partitions. + 當正確地使用,磁碟分割工具可以安全地建立空間讓新的分割區使用。 + 因為有可能會誤選已經存在的分割區,所以在修改磁碟分割區前, + 一定要備份重要資料,並確認備份的完整性。 - Disk partitions containing different operating systems - make it possible to install multiple operating systems on - one computer. An alternative is to use virtualization - () which allows multiple - operating systems to run at the same time without modifying - any disk partitions. + 包含不同作業系統的磁碟分割區可以讓一台電腦安裝多重作業系統。 + 另一種作法是使用虛擬機器 () ,可以讓多重作業系統同時間執行而不需要改變任何磁碟分割區。 收集網路資訊 - Some &os; installation methods require a network - connection in order to download the installation files. - After any installation, the installer will offer to setup - the system's network interfaces. - - If the network has a DHCP server, it - can be used to provide automatic network configuration. If - DHCP is not available, the following - network information for the system must be obtained from the - local network administrator or Internet service - provider: + 有些 &os; 安裝方法為了下載安裝檔案需要網路連線。 + 在系統安裝之後,安裝程式將會讓您設定系統的網路介面。 + + + 如果網路有 DHCP 伺服器,可以自動設定網路。 + 如果沒有 DHCP , + 需要從區域網路管理者或是網際網路服務商取得以下系統的網路資訊: + 需要的網路資訊 - IP address + IP 位址 - Subnet mask + 子網路遮罩 - IP address of default - gateway + 預設閘道器 IP 位址 - Domain name of the network + 網路的網域名稱 - IP addresses of the network's - DNS servers + 網路 DNS 伺服器 IP 位址 @@ -357,21 +325,15 @@ 檢查 &os; 勘誤表 - Although the &os; Project strives to ensure that - each release of &os; is as stable as possible, bugs - occasionally creep into the process. On very rare occasions - those bugs affect the installation process. As these - problems are discovered and fixed, they are noted in the - &os; Errata (http://www.freebsd.org/releases/&rel.current;R/errata.html) - on the &os; web site. Check the errata before installing to - make sure that there are no problems that might affect the - installation. + 儘管 &os; Project 努力確保每個 &os; 發行版能夠儘可能地穩定,錯誤偶爾還是會悄悄出現。 + 有極小的機會錯誤會影響安裝過程。 + 當這些問題被發現並修正後,會被紀錄在 &os; 網站的 &os; 勘誤表 (http://www.freebsd.org/releases/&rel.current;R/errata.html)。 + 安裝前要檢查勘誤表,確保沒有會影響到安裝的問題。 - Information and errata for all the releases can be found - on the release information section of the &os; web site + 所有發行版的資訊和勘誤表可以在 &os; 網站的發行資訊找到 (http://www.freebsd.org/releases/index.html). + xlink:href="&url.base;/releases/index.html">http://www.freebsd.org/releases/index.html)。 @@ -504,9 +466,7 @@ 使用&windows; 來寫入映象檔 - Be sure to give the correct drive letter as the - existing data on the specified drive will be overwritten - and destroyed. + 要確保提供正確的磁碟機代號,因為磁碟上的資料會被覆蓋和摧毀。 @@ -523,26 +483,22 @@ 用 Image Writer 寫入映象檔 - 雙擊 Win32DiskImager icon 啟動程式。 Verify that the drive letter shown under - Device is the drive - with the memory stick. Click the folder icon and select - the image to be written to the memory stick. Click - [ Save ] to accept the - image file name. Verify that everything is correct, and - that no folders on the memory stick are open in other - windows. When everything is ready, click - [ Write ] to write the - image file to the memory stick. + 雙擊 Win32DiskImager icon 啟動程式。 + 確認 Device 顯示的磁碟機代號是隨身碟的磁碟機代號。 + 按下資料夾 icon 選擇要寫入隨身碟的映像檔。 + 按下 [ Save ] 按鈕確定映像檔名。 + 確認所有東西都正確,隨身碟的資料夾並沒有在其他視窗開啟。 + 所有東西準備好後,按下 [ Write ] 將映像檔寫入隨身碟。 - You are now ready to start installing &os;. + 您現在可以開始安裝 &os; 。 - Starting the Installation + 開始安裝 By default, the installation will not make any changes to