Format a disk for use with both 9front and OpenBSD
Assuming you don't care about the present data on the disk. This process will destroy it. Replace sd1 with the right disk...
connect the disk to an openbsd machine
` fdisk -e sd1
- ( disable existing partitions, e 1 0, .. ),
- make a new 0 partition FAT32 (LBA) ( e 0 0C, CHS [n], offset [0], size [*])
` newfs_msdos sd1i ` mount /dev/sd1i /mnt/
put some files in /mnt
` umount /dev/sd1i
take out the disk and put it in a 9 device it's mounted automagically in /shr/sdSomeThingSomeThing