From owner-freebsd-questions@FreeBSD.ORG Tue Jan 18 17:58:42 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B7221065672 for ; Tue, 18 Jan 2011 17:58:42 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 2CD828FC14 for ; Tue, 18 Jan 2011 17:58:42 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 45878E8266; Tue, 18 Jan 2011 17:58:41 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=i64u4U2h6LgM u/Rfd1Fp4TI2VLA=; b=xtwCBz6GM0/iOIO5HZTjV5DDRN1jKj8yCx2sx8OcCzg2 UyRAmUxrTjzcxnYfpldJY5ZmSRNCza2vXsi46gFp8gYWLb6hyxqmiyb/hASmDY2c sCMQPf2POPwdta71U5P8nKYMXSX4LwN1jWpa+OEcShbV/bkmtERl9Dnuog3Nd0M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=Wj8zwC qWQVmlVRA3flOYMAbLYvHXfVMasPUThAHcbDkxl3QoY7ZCwlGklPVTqAXUkE5HnQ sRGnE/ja7zQe7m96u1coRTPx+bVtilCPpOf70edHR65UKav0C618L0I78uu1Ef1G ZAOvUf69jSGloRjpcMblS1Guo2HXiPji/fkJw= Received: from unknown (client-86-23-21-129.brhm.adsl.virginmedia.com [86.23.21.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id D3331E8264; Tue, 18 Jan 2011 17:58:40 +0000 (GMT) Date: Tue, 18 Jan 2011 17:58:39 +0000 From: Bruce Cran To: Alokat Message-ID: <20110118175839.000030ef@unknown> In-Reply-To: <4D34A6EF.30600@alokat.org> References: <4D34A6EF.30600@alokat.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: harddrive encryption X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2011 17:58:42 -0000 On Mon, 17 Jan 2011 21:30:39 +0100 Alokat wrote: > is it possible to encrypt my full harddrive (excluding /boot) during > a freebsd installation. Or do I have to do this after the > installation manually? The FreeBSD installer (sysinstall) doesn't support anything other than plain UFS but PCBSD's (pc-sysinstall) supports encryption, ZFS etc. - and it can do a plain FreeBSD installation as well as PCBSD. You can get it from http://www.pcbsd.org . -- Bruce Cran