From owner-freebsd-geom@FreeBSD.ORG Tue May 22 07:05:50 2012 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39BDC1065675 for ; Tue, 22 May 2012 07:05:50 +0000 (UTC) (envelope-from mahdieh.salamat@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 108798FC0A for ; Tue, 22 May 2012 07:05:49 +0000 (UTC) Received: by dadv36 with SMTP id v36so8463769dad.13 for ; Tue, 22 May 2012 00:05:49 -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=QlG6PCutcoBOaX3arTh1cpzD4bjn2SAxySso25ifAa4=; b=D7d43FzYlh5ZJfe0V+9DrGZh84cPAkSW+ibYsdfEN8Wb56RyIS08iydr+Q9kzWTyTJ txNbax0Nu612AiH04k+MeoasObHi3u135z2Ebd4eFRM9qH+8604pdCUgQmC0OwCKo6O9 Ux+Sq04s81ETLlsDbcPB1TzuE0GRe+6QGcK7UacMWuM9UeeHhEzUABVsH4wgzq7PtjIe b0A8DsKYhpJv4tDbyMOzV+v+MewZnX/C4s7b4FHGi1Q1Ez2Dlzaq2QRx2mS6vW/8CiCy DRg/xIqrkocEk1LxsbojN3aBN6YE3GGdesUcMQNilU6c46Cf16If4WYIpUrnuyNZuGLg zNaQ== MIME-Version: 1.0 Received: by 10.68.221.39 with SMTP id qb7mr76841126pbc.120.1337670349602; Tue, 22 May 2012 00:05:49 -0700 (PDT) Received: by 10.68.132.129 with HTTP; Tue, 22 May 2012 00:05:49 -0700 (PDT) Date: Tue, 22 May 2012 00:05:49 -0700 Message-ID: From: mahdieh salamat To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Lock FreeBSD partitions X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 07:05:50 -0000 Hi all. I don't know I should ask my question here or not,I want to lock my partitons by geli or gbde, but I want that after boot users don't force to enter the passphrase. In other wise the partitions are locked but seems that they aren't lock. I need it for security that if any one try to mount partitions by CD or flash can't do it. Thanks