Date: Wed, 28 May 2003 21:54:37 +1000 From: Tim Robbins <tjr@FreeBSD.ORG> To: current@freebsd.org Subject: disklabel/bsdlabel and md(4) devices Message-ID: <20030528215437.A84477@dilbert.robbins.dropbear.id.au>
next in thread | raw e-mail | index | archive | help
This used to work but does not work any more: # mdconfig -a -t swap -s 16m md0 # disklabel -r -w md0 auto disklabel: Geom not specified # disklabel -w md0 auto disklabel: Geom not specified # disklabel md0 disklabel: Geom not specified # /dev/md0: 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 4096 0 unused 0 0 # "raw" part, don't edit How do I write a standard label to a md(4) device with bsdlabel? Tim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030528215437.A84477>