From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from breeves.fab.redhat.com (breeves.fab.redhat.com [10.33.0.40]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p04GxG7l030826 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Tue, 4 Jan 2011 11:59:18 -0500 Message-ID: <4D2351E4.9060004@redhat.com> Date: Tue, 04 Jan 2011 16:59:16 +0000 From: "Bryn M. Reeves" MIME-Version: 1.0 References: In-Reply-To: Content-Transfer-Encoding: 7bit Subject: Re: [linux-lvm] How to use lvm with tmpfs 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 On 12/23/2010 01:44 PM, S U B A wrote: > Hi members, > Can tempfs be used with lvm, so that i can create a snapshot > of the filesystem mounted on the tmpfs. My actual goal is to create tmpfs and > sync all the files in that tmpfs to a remote storage. There can be file writes > during the sync ups, so i want to sync the partition without losing any info. > Creating an lvm partition can help in this scenario or should try a different > method? > Thanks for your help, > Suresh Use a ramdisk or loopback devices. Regards, Bryn.