为了延长 SSD 的使用寿命和提高其效率,我应该记住哪些事项?
答案1
我建议您像这样对您的卷进行分区。
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 的详细信息。
您可以使用共享的 /boot 分区进行多个安装,但这需要对引导加载程序配置进行一些手动调整,并且您应该在安装时保留这些文件的备份。
除非您的内存确实不足,否则您可能希望跳过设置任何交换。