On Sat, Sep 03, 2022 at 02:32:55PM +, Klemens Nanni wrote:
> The softraid(4) example could also use
> echo 'raid 1m-* 100%' | disklabel -wAT/dev/stdin wd1
>
> but that's not as clear as
> echo 'RAID 1M-* 100%' > template
> disklabel -wAT template wd1
>
> Feedback? OK?
>
re
The softraid(4) example could also use
echo 'raid 1m-* 100%' | disklabel -wAT/dev/stdin wd1
but that's not as clear as
echo 'RAID 1M-* 100%' > template
disklabel -wAT template wd1
Feedback? OK?
Index: sbin/disklabel/disklabel.8