From owner-freebsd-current@FreeBSD.ORG Tue Feb 21 10:38:03 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C92F016A420 for ; Tue, 21 Feb 2006 10:38:03 +0000 (GMT) (envelope-from balgaa@mongol.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25FEC43D58 for ; Tue, 21 Feb 2006 10:38:01 +0000 (GMT) (envelope-from balgaa@mongol.net) Received: from [202.179.26.171] (helo=JACK) by publicd.ub.mng.net with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FBUwV-000IIf-S4 for freebsd-current@freebsd.org; Tue, 21 Feb 2006 18:40:28 +0800 Message-ID: <00c101c636d3$938823d0$0201000a@JACK> From: "Balgansuren Batsukh" To: Date: Tue, 21 Feb 2006 18:42:56 +0800 Organization: Bolsoft Co., Ltd MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Mailman-Approved-At: Tue, 21 Feb 2006 14:37:57 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: partition for GELI disk X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Balgansuren Batsukh List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 10:38:04 -0000 Hello, 1.I get to work vi and trying to make label on disk. I did following using bsdlabel -e /dev/ad0.eli # /dev/ad0.eli: 8 partitions: # size offset fstype [fsize bsize bps/cpg] --->/ a: 1G 16 4.2BSD 2048 16384 b: 384M * swap c: 156301487 0 unused 0 0 --->/tmp d: 8G * 4.2BSD --->/usr e: 15G * 4.2BSD ---->/var f: * * 4.2BSD My laptop with 80GB hard disk, but fdisk inform 76319MB. In above = disklabel,=20 I try to use entire hard disk, but I get "partition f: partition extends = past end of unit" message when try to write it. How can I inform = bsdlabel to=20 determine correct end of geometry? 2.If possible I would like to use first 4xGB for FreeBSD and second 3xGB = for=20 Linux. In this case can I to install Linux on encrypted hard disk? Balgaa