Håvard O. Nordstrand пре 5 година
родитељ
комит
bc72af7757
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      config/linux-server/debian-server.md

+ 3 - 1
config/linux-server/debian-server.md

@@ -164,12 +164,14 @@ Debian 10 Buster
 
 ## System Storage
 
-- The system drive doesn’t need to be super fast if not used a lot for service stuff. It's typically built from one overprovisioned SSD (leave 10% unused at the end) or 2 mirrored HDDs (as they're less reliable).
+- The system drive doesn’t need to be super fast if not used a lot for service stuff. It's typically built from one SSD (optionally overprovisioned) or 2 mirrored HDDs (as they're less reliable).
 - Set the boot flag on `/boot/efi` (UEFI) or `/boot` (BIOS). It's not used, but some hardware may require it to try booting the drive.
 - Swap can be added either as a partition, as an LVM volume or not added at all.
 - Use LVM or ZFS (if supported/stable) for the whole main disk, except the boot and EFI partitions.
 - Use EXT4 for general filesystems if ZFS is nor supported or appropriate.
 - Optionally use only the first half of the disk for LVM/system stuff and the other half as for ZFS.
+- Storage typically uses base-10 prefixes, not base-2, like speed and unlike memory.
+- SSDs can be overprovisioned in order to improve performance by leaving unused space the SSD can use internally. Factories typically reserve some minimum size appropriate to the drive, but users can overprovision further by leaving space unallocated/unpartitioned at the end of the drive. It's typically not needed to overprovision newer SSDs.
 
 ### System Volumes Suggestion