On Fri, Jun 27, 2014 at 07:29:42PM -0400, Greg Troxel wrote: > You have taken the cgd and made a GPT label. So you'd need to use the > "gpt" verification method, after you write it.
Right! (and point about library functions taken) > You should be able to just newfs the raw /dev/cgd0d (or c). Hmmm: # newfs -O2 -o space /dev/rcgd1d newfs: /dev/rcgd1d partition type is not `4.2BSD' (no label nor gpt...) Cheers, Patrick