From owner-cvs-all Sat Jun 29 0:47:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E149D37B401; Sat, 29 Jun 2002 00:47:14 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7FC843E06; Sat, 29 Jun 2002 00:47:13 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g5T7ih6I070328; Sat, 29 Jun 2002 09:44:56 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_aes.c In-Reply-To: Your message of "Fri, 28 Jun 2002 20:44:50 CDT." <20020629014449.GS76002@squall.waterspout.com> Date: Sat, 29 Jun 2002 09:44:43 +0200 Message-ID: <70327.1025336683@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020629014449.GS76002@squall.waterspout.com>, Will Andrews writes: >On Fri, Jun 28, 2002 at 11:29:21PM +0200, Poul-Henning Kamp wrote: >> If you want to do this, you do of course need to run a GEOM kernel. >> >> Second, you need to put a magic tag in the swap-partition to make >> this module recognize it: >> >> echo "<>" | dd count=1 conv=sync of=${device} >> >> And finally you will need to do your swapping on ${device}.aes > >Shouldn't this be added to geom(4)? Or is this method likely to >change or a frontend of some sort written? geom(4) is the "intro & concepts page", each method will (eventually) get their own man-page. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message