From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4C3487E1.1000607@redhat.com> Date: Wed, 07 Jul 2010 15:57:53 +0200 From: Milan Broz MIME-Version: 1.0 References: In-Reply-To: Content-Transfer-Encoding: 7bit Subject: Re: [linux-lvm] Only 4MB of space on a 1GB file mounted in loopback 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" To: LVM general discussion and development Cc: Benjamin Henrion On 07/07/2010 03:32 PM, Benjamin Henrion wrote: > Hi, > > I have setup some LVM volume to test on a loopback file of 1GB, but I > end up with a file of 4MB, do you have any idea what went wrong?: > root@buzek /home/zoobab [27]# lvcreate -i1 -l 1 -n testvol testgroup lvcreate -l 1 -> create LV of 1 extent size == 4MB you want -l 100%FREE ? or -L 1G ? and -i makes no sense, you cannot create stripe on one PV, -i1 is default Milan