C.3. 建議的分割方案

對於新使用者,個人 Debian 系統,家庭系統以及其它單用戶設定來說,一個單一/ 分割區(加上置換區)可能是最容易簡單的方式。但是如果您的分割區大於6GB,請選擇 ext3 作為您的分割區類型。ext2 分割區需要週期性的檔案系統完整性檢查,而且當分割區很大的時候,這個特性將導致開機的延遲。

對於多使用者系統或者有很多磁碟空間的系統,最好放置 /usr, /var, /tmp, 以及 /home 到他們自己的分割區空間以和 / 分割區區隔開來。

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. Often, putting /tmp 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 /home partition. In general, the partitioning situation varies from computer to computer depending on its uses.

對於非常複雜的系統來說,您應該閱讀 Multi Disk HOWTO。其中包含了很多對 ISP 以及設定伺服器的用戶來說非常用的深入資訊。

至於在置換分割區大小的問題,不同的人有不同的觀點。我們的建議是使用和系統記憶體大小相同的置換分割區。在大多數情況下它不應該小於 16MB ,當然也有一些例外。如果您正嘗試在 256MB 記憶體的機器上同時解決10000 個聯立方程式,您可能需要 1G (或者更多)的置換分割區。

在 32 位元結構(i386, m68k, 32位 SPARC 以及 PowerPC)下,置換分割區的最大尺寸是 2GB。這應該滿足任何安裝情況。但是如果您的置換分割區需求非常大,您應該嘗試將置換分割區分至不同磁碟中(這也叫做 “spindles” ),如果可能的話,甚至是在不同的 SCSI 或者 IDE 通道。核心將在多個置換空間平衡用量來達到更好的性能。

As an example, an older home machine might have 32MB of RAM and a 1.7GB IDE drive on /dev/hda. There might be a 500MB partition for another operating system on /dev/hda1, a 32MB swap partition on /dev/hda3 and about 1.2GB on /dev/hda2 as the Linux partition.

對於不同工作所需要多大的空間的概念,您也許對於系統安裝完畢後加入的安裝感興趣,請參照 節 D.2, “各軟體集所需的磁碟空間”