From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com (mx1.redhat.com [172.16.48.31]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with SMTP id i2HMs6j16826 for ; Wed, 17 Mar 2004 17:54:06 -0500 Received: from mail.icon-labs.com ([216.161.118.235]) by mx1.redhat.com (8.12.10/8.12.10) with SMTP id i2HMs44b029996 for ; Wed, 17 Mar 2004 17:54:05 -0500 Message-ID: <4058D70C.3080001@icon-labs.com> Date: Wed, 17 Mar 2004 16:54:04 -0600 From: Pete Flugstad MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [linux-lvm] using DM/LVM to provide "chunked" view of device Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-lvm@redhat.com Hello! I'm wondering if I can use LVM (or rather Device Mapper) to provide a "chunked" or "split" view of a device (such as a block device or partition). Specifically if I have a block device (i.e. /dev/hde1) that is 60GB, and I want to view it in 1GB chunks, say /dev/hde1.000 to /dev/hde1.059 or something like that. That way I could, for example, setup a FTP or HTTP server to view these and download them over the network (of course I'd need to modify the server to be able to read from a block device), rather than having to download the entire 60 GB block device. Is it possible to use DM/LVM to provide a view of the device like this? I am using Linux 2.6.X. Thanks, Pete