From owner-freebsd-geom@FreeBSD.ORG Tue Jun 28 07:44:20 2011 Return-Path: Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98822106566B for ; Tue, 28 Jun 2011 07:44:20 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward4.mail.yandex.net (forward4.mail.yandex.net [77.88.46.9]) by mx1.freebsd.org (Postfix) with ESMTP id 462C88FC15 for ; Tue, 28 Jun 2011 07:44:19 +0000 (UTC) Received: from smtp3.mail.yandex.net (smtp3.mail.yandex.net [77.88.46.103]) by forward4.mail.yandex.net (Yandex) with ESMTP id 41FFD50402D; Tue, 28 Jun 2011 11:44:18 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1309247058; bh=ZCSpRqyrGc3oV64Y64YpUbcpEDgx1W8oYbJXcHXeFIM=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=iuIw1/2H/4bJnHG/hLJveqmag+nMNTTNYvdYCodHf1m4cDIt8FfXZ/FKj4taFIZqS gARRoW7tOvW6vJtam0Phd79q7DBrHn2klvFxK5xg4AzyWsh3nOGMcwA+RI3NHdrGSs L89LZ9ZlUTq7d27SoY6lZ0cWdqBb/GH+OrV9UuRY= Received: from [127.0.0.1] (unknown [77.72.136.146]) by smtp3.mail.yandex.net (Yandex) with ESMTPSA id 07AB369800B5; Tue, 28 Jun 2011 11:44:17 +0400 (MSD) Message-ID: <4E098651.6020909@yandex.ru> Date: Tue, 28 Jun 2011 11:44:17 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Eir Nym References: <201106280510.p5S5A8O0073022@freefall.freebsd.org> In-Reply-To: <201106280510.p5S5A8O0073022@freefall.freebsd.org> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Yandex-Spam: 1 Cc: freebsd-geom@FreeBSD.org Subject: Re: kern/157724: [geom] gpart(8) 'add' command must preserve gap for schemes 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, 28 Jun 2011 07:44:20 -0000 On 28.06.2011 9:10, Eir Nym wrote: > according [1] and bsdlabel(8), we can preserve 0 if we use ZFS (this > filesystem have space for boot code), and 8k for UFS (this filesystem > have no space for boot code). > > So if we install UFS without boot, can we preserve no gap? > > [1]: [http://wiki.freebsd.org/RootOnZFS/ZFSBootPartition] You can use UFS and swap without offset too. -- WBR, Andrey V. Elsukov