From owner-freebsd-current@FreeBSD.ORG Wed May 28 04:55:27 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F34F037B401 for ; Wed, 28 May 2003 04:55:26 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FD1643F3F for ; Wed, 28 May 2003 04:55:26 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (210.50.218.27) by smtp01.syd.iprimus.net.au (7.0.015) id 3ECDA445000E77BE for current@freebsd.org; Wed, 28 May 2003 21:55:24 +1000 Received: by dilbert.robbins.dropbear.id.au (Postfix, from userid 1000) id 612CEC90F; Wed, 28 May 2003 21:54:37 +1000 (EST) Date: Wed, 28 May 2003 21:54:37 +1000 From: Tim Robbins To: current@freebsd.org Message-ID: <20030528215437.A84477@dilbert.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Subject: disklabel/bsdlabel and md(4) devices X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 11:55:27 -0000 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