I have an (MBR) external hard drive with the following partitions:
250GB xfs, 600GB swap, 81GB vfat
The swap partition is actually a placeholder for a single OpenBSD filesystem.
I've tried using fdisk to change the partition type to OpenBSD (A6) but disklabel only recognises the other two. Using disklabel without fdisk does not let me change the partition type to 4.2BSD.
I gather from documentation that I should use fdisk to create a MBR partition in which to then use disklabel to create filesystems.
I would rather ask than lose data. What is the correct way to accomplish this?