Vultr has one of the better OpenBSD installations that I’ve seen and offers a level if trust I can appreciate. I’m sure there are some others like Amsterdam but I do not know anything about them as yet.
Per usual … create a block storage instance and an OpenBSD instance… in the same datacenter (NJ in my case)
sd1
… dmesg | grep sd1
(assuming sd0
is the instance drive)fdisk -e sd1
… (cmd) reinit
… (cmd) write
newfs sd1c
sysctl hw.disknames
/etc/fstab
… echo "706e5c5d280789f2.c /opt ffs rw 0 0" >> /etc/fstab
or whatever you needmkdir /opt
mount /opt
That should do it.