On 2017-11-04 09:28, Implausibility wrote:
I simply want to create a single partition encompassing all of the
available space.

I've searched the web, plus read searched the last 11k+ messages on
misc@ -- but I can't seem to find any examples of defining a disk with
disklabel non-interactively.

# disklabel -w sd1 'disk'
disklabel: unknown disk type: disk

You need to create an entry in /etc/disktab for the disk type "disk", which defines all of the variables that go into the disklabel that will be created. man 5 disktab

It's easier to create a disklabel interactively.

Reply via email to