|
|
|
|
|
by mrweasel
1591 days ago
|
|
Having used OpenBSD and seeing how partitions and mount options are used to increase security, it’s really weird going back to a Linux system where everything is just one big partition. You’re right though, it’s really tricky getting the partition sizes right. The auto layout is sensible, I just feel that it set aside to much space for home and to little for var. Linux has all the tools to make use of partitions, but many distros still just go for one big partition. It seems counter intuitive. |
|
This wasn't great in practice. One partition layout certainly doesn't fit everbody, and there is a world of difference between the use case of a laptop, a database server, and a small web server. Most people outgrew the default setup rather quickly.
Over time installers tended to get the simplest use case as default, while allowing users with knowledge to choose their desired file system setup.
Since more than a decade ago it's not necessary to choose since all major file systems have online resizing capabilities and you can change the setup without downtime. There's also no need to be limited by the age old partitioning format. That made the simple default even more appropriate.