From: Eric Sandeen Subject: Re: Is ext2 freezable? Date: Fri, 05 Jun 2015 11:47:25 -0500 Message-ID: <5571D29D.1040505@redhat.com> References: <20140918191736.GC19520@thunk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit To: Syed Imtiaz , linux-ext4@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:51196 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754734AbbFEQr1 (ORCPT ); Fri, 5 Jun 2015 12:47:27 -0400 In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org List-ID: On 6/5/15 6:23 AM, Syed Imtiaz wrote: > Dexuan Cui microsoft.com> writes: >> Hi Ted, >> Thanks very much for the clarification! >> >> And thanks a lot for implementing this -- I've seen the patches you > sent out >> several hours ago. >> >> IMO it's useful to have such compatibility, e.g., >> Hyper-V guest has a fsfreeze-based feature to back up the data; the > feature >> works fine for ext4 partition, but Ubuntu's installer can create /boot >> of ext2 partition by default and hence the feature can't work: >> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362574 >> >> I believe the bug will go away after Ubuntu integrates your patches. >> >> Thanks! > > > Hi Theodore, > CAn you please tell me where can i find these patches. I am unable to > locate it. or the steps the install it ? > Do we have to install it every system that doesnt support fsfreeze in > the ext2 fs. To be clear, the patches were only for ext2-mounted-with-ext4.ko. The native ext2 driver freezes w/o any problem. The upstream commit is here: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=bb04457 and has been fixed upstream since kernel v3.18 -Eric