From owner-freebsd-current@FreeBSD.ORG Sun Jun 28 05:00:26 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF9E5106564A for ; Sun, 28 Jun 2009 05:00:26 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.freebsd.org (Postfix) with ESMTP id 16BA38FC13 for ; Sun, 28 Jun 2009 05:00:25 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (ppp121-45-162-173.lns11.adl2.internode.on.net [121.45.162.173]) (authenticated bits=0) by cain.gsoft.com.au (8.13.8/8.13.8) with ESMTP id n5S50NfU013619 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 28 Jun 2009 14:30:23 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-current@freebsd.org Date: Sun, 28 Jun 2009 14:30:02 +0930 User-Agent: KMail/1.9.10 References: <4A4517BE.9040504@FreeBSD.org> <200906280847.59316.doconnor@gsoft.com.au> <4DF26D1E-B437-4FB3-B210-50ACB727101A@transsys.com> In-Reply-To: <4DF26D1E-B437-4FB3-B210-50ACB727101A@transsys.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1614187.FEMWT3FR2i"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200906281430.12157.doconnor@gsoft.com.au> X-Spam-Score: -1.314 () AWL,BAYES_00,RDNS_DYNAMIC X-Scanned-By: MIMEDefang 2.63 on 203.31.81.10 Cc: Subject: Re: RFC: ATA to CAM integration patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 28 Jun 2009 05:00:27 -0000 --nextPart1614187.FEMWT3FR2i Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sun, 28 Jun 2009, Louis Mamakos wrote: > > Unfortunately you can't specify swap this way because it has no ID, > > I don't know how hard it would be to add such a thing (which would > > require a mkswap or somesuch, and modification to the dump & swap > > code..) > > I use glabel to create containers with named labels that I then > reference as swap devices. (e.g., /dev/label/swap0, etc.) > > # swapinfo > Device 1024-blocks Used Avail Capacity > /dev/label/swap2 1044192 0 1044192 0% > /dev/label/swap3 1044192 0 1044192 0% > /dev/label/swap4 1044192 0 1044192 0% > Total 3132576 0 3132576 0% Ahh, of course, like this? glabel label swap0 /dev/ad0s1b (well that works for me but I'd like to check ;) Any idea if that works with dumping? dumpon accepts it but.. Thanks! =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart1614187.FEMWT3FR2i Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iD8DBQBKRvjc5ZPcIHs/zowRAtuoAJ43MLNtLt60Y+8g3mjhuagFJbRrRgCfbvv6 zddE/sCgtnHKiLLByDtzRlA= =0X+7 -----END PGP SIGNATURE----- --nextPart1614187.FEMWT3FR2i--