From owner-freebsd-questions@FreeBSD.ORG Sat Sep 29 08:11:23 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C872B10656D2 for ; Sat, 29 Sep 2012 08:11:23 +0000 (UTC) (envelope-from sam.gh1986@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 80CDA8FC08 for ; Sat, 29 Sep 2012 08:11:23 +0000 (UTC) Received: by vcbfw7 with SMTP id fw7so5418458vcb.13 for ; Sat, 29 Sep 2012 01:11:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=e/4+uMrsfB7k+AuSWcUQ91/IxCNEz+snBAlhfU6uVj8=; b=aPyVU0IGghJG2TOQ2KeyjJomjTYiiNM7iSHPjjpqumkGh97Y7EEjNwvmdiXBy0dZ/h /+gRi1DVcLHUjeab44pCkLmJkELe92Uvwt14LXjzRVdxajYHp8FJqlIphaSjVrTXRrsy U6h4yYCq/o1+hSUmoXQUq1lDG6Qe9RYfrVd/cXKfe9Y/xI5tHYBnf92DnMWg6SXXbd13 yz3/7V+mGXJWwaL/80R7jGecCT4IWqbi+qwrluneCSkQr0TyFK47F5Y4MMyYABm78s38 L7f5gtoay3pdzSllxBzjYrh70HoTGTP7+V38CKlXMuBZCppVo51Ams9DuvVpsvm4sHVD DjzA== MIME-Version: 1.0 Received: by 10.58.116.175 with SMTP id jx15mr5522212veb.6.1348906282601; Sat, 29 Sep 2012 01:11:22 -0700 (PDT) Received: by 10.58.239.167 with HTTP; Sat, 29 Sep 2012 01:11:22 -0700 (PDT) Date: Sat, 29 Sep 2012 11:41:22 +0330 Message-ID: From: s m To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: how restore an unencrypted dump on an encrypted file system? 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: Sat, 29 Sep 2012 08:11:23 -0000 hello guys, I backed up my freeBSD 8.2 box by dump command and now want to restore this dump file on an encrypted file system (i used geli to encrypt my file system) but do not know how to do that. is there any way or command to restore an unencrypted dump on an encrypted file system? i tried to restore my dump file as when file system is unencrypted. this is what i've doe: I decrypted my encrypted file system by "geli attach" command, then mount it and restore dumps. but when i restart my system, FreeBSD doesn't start up correctly (PXE boot menu is shown and when i select freeBSD, boot.config runs but nothing happend). please let me know how i can fix it or if i do something wrong. yours, sam