From owner-freebsd-questions@FreeBSD.ORG Thu Jul 29 11:26:36 2010 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 5862B1065672 for ; Thu, 29 Jul 2010 11:26:36 +0000 (UTC) (envelope-from jozsi.avadkan@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id DED5D8FC18 for ; Thu, 29 Jul 2010 11:26:35 +0000 (UTC) Received: by fxm13 with SMTP id 13so126030fxm.13 for ; Thu, 29 Jul 2010 04:26:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=FAy3jt1LS88bGnf1/E3vXte6ioi0OE6fp+X4HAFmadM=; b=BfrhDBFCMtjNeYuKvNlQTYvZOrk3MAK1ULu9YmSzQVmwLCdCPs//YsnJdkmI+Fk0Oq Bat/lZt/LOSBfI+/9qQtNbDbKWcxeEv3KnOQKyxfk+Khz6J4VAwKbQmCckqsys8bXZPs 3fdQk+wCXGpIl3KaMnxlIRiP9n6UkAOMN6F4c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=Ps/ZmbbLZnSdTm5dhZ+mKr8MpzEZatCc0jAV7Up74OBz4vqe2oKruyFxZBzjIbstWF 21DdySIbpi9bEuTDLLke2eq3mZyZPd7K5CXqwdcaZl+Ddf49qL7/dKIkFGGoZRV2RKCl 4ZSg3ctwYIXsPdHuIRyhYZXZUPO9PDvebhGu0= Received: by 10.223.122.146 with SMTP id l18mr11501303far.82.1280402794444; Thu, 29 Jul 2010 04:26:34 -0700 (PDT) Received: from [192.168.32.64] (mail.ahol.co.hu [80.64.64.126]) by mx.google.com with ESMTPS id l19sm267527fap.33.2010.07.29.04.26.33 (version=SSLv3 cipher=RC4-MD5); Thu, 29 Jul 2010 04:26:33 -0700 (PDT) From: Jozsi Vadkan To: FreeBSD Mailing list Content-Type: text/plain Date: Thu, 29 Jul 2010 13:26:19 +0200 Message-Id: <1280402779.4287.16.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Subject: encrypt whole system using zfs 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: Thu, 29 Jul 2010 11:26:36 -0000 With dm_crypt&lvm, i can install a Debian [in sraid1], that has only the mbr & the "/boot" unencrypted. So if someone steals the server/hdds, it can't do anything to them. That's ok. I'm a newbie to FreeBSD, and I want to use it in the future. I'm looking for these "features", that i mentioned above. So, if someone has a little time, can someone post just a few howtos/links, how to do this? [i mean what is the "best-practise" for this? - to encrypt the whole system/data. And e.g.: the /boot & the mbr would stay unencrypted] e.g.: How to install a FreeBSD in encrypted ZFS [and ZFS does the mirroring instead of RAID-1] Thank you!