Hacker News new | ask | show | jobs
by tremon 1591 days ago
For all practical intents and purposes, BSD's use partitions. They just call them differently because they use a different technical implementation. But they're still just as static and just as limiting as regular partitions.
2 comments

The important distinction for me is that the tools for working with partitions exist on openBSD (eg fdisk) but those deal with mbr/ gpt partitions, and won’t tell you about slices. So practically it’s a distinction you need to understand if you intend on working with them.
No, you slice up an OpenBSD partition (GPT/MBR/Apple...) into several parts (subvolumes to get mounted).
It's the same...GPT is the partition-table, you even write it yourself:

>into several parts

parts are partitions and not subvolumes, a subvolume is a filesystem or volume-manager on top of a partition and it's size/quota etc is defined BY the filesystem or the volume-manager (look up btrfs subvolumes, zfs-filesystems or lvm).