From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com (ext-mx03.extmail.prod.ext.phx2.redhat.com [10.5.110.7]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o3DEWIDQ001675 for ; Tue, 13 Apr 2010 10:32:18 -0400 Received: from EXHUB016-4.exch016.msoutlookonline.net (exhub016-4.exch016.msoutlookonline.net [207.5.72.225]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o3DEW5HJ024674 for ; Tue, 13 Apr 2010 10:32:05 -0400 Message-ID: <4BC48062.6020009@cfl.rr.com> Date: Tue, 13 Apr 2010 10:32:02 -0400 From: Phillip Susi MIME-Version: 1.0 References: In-Reply-To: Content-Transfer-Encoding: 7bit Subject: Re: [linux-lvm] How do I properly backup and restore / on LVM2 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: Alan Pek On 4/13/2010 6:03 AM, Alan Pek wrote: > > Hi Folks, > > Read through the doc and tried to create a snapshot lv for rootlv by > doing, but failed. > > singmrecfp1001:~ # lvcreate -L 2.5g -s -n rsnap rootvg > Path required for Logical Volume "rootvg" > The origin name should include the volume group. > lvcreate: Create a logical volume You need to specify the name of the logical volume you are trying to snapshot but you only gave the volume group name. Try rootvg/rootlv, assuming your root lv is named "rootlv".