From owner-freebsd-current@FreeBSD.ORG Tue Apr 18 23:33:44 2006 Return-Path: X-Original-To: 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 A3AF816A403 for ; Tue, 18 Apr 2006 23:33:44 +0000 (UTC) (envelope-from ivoras@fer.hr) Received: from lara.cc.fer.hr (lara.cc.fer.hr [161.53.72.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8D8843D45 for ; Tue, 18 Apr 2006 23:33:43 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [127.0.0.1] (localhost.cc.fer.hr [127.0.0.1]) by lara.cc.fer.hr (8.13.6/8.13.4) with ESMTP id k3INXA3G024793; Wed, 19 Apr 2006 01:33:10 +0200 (CEST) (envelope-from ivoras@fer.hr) Message-ID: <44457736.6090403@fer.hr> Date: Wed, 19 Apr 2006 01:33:10 +0200 From: Ivan Voras User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050921) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vladimir Grebenschikov References: <1145278991.1468.9.camel@localhost> In-Reply-To: <1145278991.1468.9.camel@localhost> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: Is there way to make geom volume from pices ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 23:33:44 -0000 Vladimir Grebenschikov wrote: > Hi > > Idea is simple - to make partition for qemu, I want to use static file > as MBR, and real partitions as part of bug disk, but some (booted > freebsd for example) as read-only and some as read-write. You could try and create devices from files (with mdconfig) and use gconcat to concatenate them...