From owner-freebsd-geom@FreeBSD.ORG Thu Apr 8 06:51:11 2010 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 A35F5106564A; Thu, 8 Apr 2010 06:51:11 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward3.mail.yandex.net (forward3.mail.yandex.net [77.88.46.8]) by mx1.freebsd.org (Postfix) with ESMTP id 4E70F8FC08; Thu, 8 Apr 2010 06:51:11 +0000 (UTC) Received: from smtp1.mail.yandex.net (smtp1.mail.yandex.net [77.88.46.101]) by forward3.mail.yandex.net (Yandex) with ESMTP id A8CD656D8D8F; Thu, 8 Apr 2010 10:51:09 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1270709469; bh=BcfpUZTX50q6Q6KyGhyKSWB+gMx/S8ixkKfZSGS8Aeo=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Utb/8W0y/d+34sEKAb0Rsb9Ss9Uy0og50eSUCstwEsEvKM2pFPK9fpaozmYNtZlAk JIoW+w++QtBjgIe3m/NQOjhy8cfoZI0pRUdasn+A5k2gR62ncAuoK0Q8cas21n9dNF nsYRwn7zBz3Ax2wDCeIR6pRavh8uzeAtgIt8JXWs= Received: from [127.0.0.1] (ns.kirov.so-ups.ru [77.72.136.145]) by smtp1.mail.yandex.net (Yandex) with ESMTPSA id 41744E60136; Thu, 8 Apr 2010 10:51:09 +0400 (MSD) Message-ID: <4BBD7CDC.2070505@yandex.ru> Date: Thu, 08 Apr 2010 10:51:08 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Bruce Cran References: <55861270658151@web135.yandex.ru> <4BBD68DB.7050600@yandex.ru> <201004080727.21020.bruce@cran.org.uk> In-Reply-To: <201004080727.21020.bruce@cran.org.uk> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Yandex-TimeMark: 1270709469 X-Yandex-Spam: 1 X-Yandex-Front: smtp1.mail.yandex.net Cc: freebsd-current@freebsd.org, Devin Teske , Randi Harper , freebsd-geom@freebsd.org Subject: Re: [RFC] Rewriting sade(8) 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: Thu, 08 Apr 2010 06:51:11 -0000 On 08.04.2010 10:27, Bruce Cran wrote: > That's a shame. As long as the source isn't available it's of little interest > to me. > > For anyone who wants to see the bits of code I've got so far, I've created a > Google Code project at http://code.google.com/p/gcpart/ . I'm currently trying > to figure out how to get the partitioning scheme out of the XML tree, which is > why there's no geom code there yet. As soon as I do so, I'll start checking > in my effort at the new partitioning application. I just thinking about future of my project. It seems there are several people who worked on the same before. And I have not finished yet only few things from initially planned. After that i can remove any unused code, write some comments and publish it somewhere in perforce. Also at this time code depends on changes which i made in geom_part.so and which are not yet commited into base system. After code review there can be several ways to go. And I have an interest which way will be for me :) -- WBR, Andrey V. Elsukov