diff options
Diffstat (limited to 'content/blog/openbsd_partition.md')
-rw-r--r-- | content/blog/openbsd_partition.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/blog/openbsd_partition.md b/content/blog/openbsd_partition.md index 3e05b4b..231ed27 100644 --- a/content/blog/openbsd_partition.md +++ b/content/blog/openbsd_partition.md @@ -1,8 +1,9 @@ --- title: "Create new disk partition in OpenBSD" date: 2022-07-17T07:46:14+01:00 -slug: blog/create_new_partition_openbsd +slug: create_new_partition_openbsd draft: false +tags: ['openbsd'] --- 1. When I installed OpenBSD, the autoinstaller created a partition table for me. Interestingly (and I only just discovered this), it left a percentage of the disk free. This is a brilliant strategy, because it saves you having to do a lot of annoying resizing when you want to change things. In my case, I wanted to add a new partition of about 10G or so, for a `/jails` thing - check out [https://www.tubsta.com/2020/01/creating-a-chroot-in-openbsd/](https://www.tubsta.com/2020/01/creating-a-chroot-in-openbsd/). |