Sounds like a misnomer to me.

  • owenfromcanada@lemmy.ca
    link
    fedilink
    arrow-up
    19
    ·
    14 hours ago

    To add to the other comments: it’s “full-disk” to distinguish it from “per-file” encryption. And “full-partition” didn’t catch on, probably because functionally an unencrypted boot partition makes little practical difference.

    • higgsboson@piefed.social
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 hours ago

      And also because “disk” is already too hard for most people. “Partition” would be way way too complicated a concept for most users.

    • communism@lemmy.ml
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      10 hours ago

      I think FDE is different to full partition. If your home partition is encrypted but not your root partition, that’s not FDE. I would say FDE is when the partition that you mount to / is encrypted.

      • owenfromcanada@lemmy.ca
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        10 hours ago

        This is more nitpicking. Yes, there’s a difference between partition and disk. But if we want to get technical, it’s not disk encryption unless you’re using a HDD. SSDs don’t have disks.

        At the end of the day, FDE would generally imply that all partitions with user data on them are encrypted. So it would generally include root and home partitions, and generally not include the boot partition, and would likely include partitions like /var and /opt, though not necessarily.