我应该如何分区一个64GB的SSD多个Linux安装?

为了延长我SSD的寿命和效率,有什么需要记住的吗?

我build议你像这样分割你的音量。

MBR partition 1 - 2GB. will be used as /boot, will be shared by all installs MBR partition 2 - all remaining space into an LVM volume group LVM - Logical volume /home start with a 4-8GB and more if desired LVM - LV root-debian root partition for an install of debian LVM - LV root-centos root partition for an install of centos LVM - LV-root-foobar root partition for an install of foobar 

对于LVM来说,扩展卷是非常容易的,因此使所有的逻辑卷变小,并为卷组留出大量的可用空间。 当你需要更多的存储分配它。

有关LVM的详细信息,请参阅LVM howto 。

您可以使用共享/启动分区进行多个安装,但是需要手动调整引导加载程序configuration,并且应该在安装时保留这些文件的备份。

除非你的内存真的很低,否则你可能想跳过设置交换。