From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: How to remount btrfs without compression? Date: Tue, 8 Nov 2011 10:01:51 -0500 Message-ID: <20111108150151.GA4954@shiny> References: <4EB72C1B.1030702@parallels.com> <201111071319.14493.Martin@lichtvoll.de> <4EB87E01.1040704@parallels.com> <4EB880A0.1030304@gmail.com> <4EB88BC9.7020509@gmail.com> <4EB88D4A.5050908@parallels.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-btrfs@vger.kernel.org To: dima Return-path: In-Reply-To: <4EB88D4A.5050908@parallels.com> List-ID: On Tue, Nov 08, 2011 at 11:00:42AM +0900, dima wrote: > On 11/08/2011 10:54 AM, Eric Griffith wrote: > >On 11/7/2011 8:52 PM, Fajar A. Nugraha wrote: > >>On Tue, Nov 8, 2011 at 8:06 AM, Eric Griffith > >>wrote: > >>>Edit your > >>>fstab, remove the compress flag, reboot. Tell btrfs to rebalance the > >>>system, > >>>reboot again. And I -THINK- that'll decompress all the files > >> > >>I think the original question was how to force uncompressed mode, > >>whether specific to a file or to a whole filesystem, without having to > >>reboot :) > >> > >>AFAIK there's no way to do that. > >> > > > >Whoops! Misunderstood the question haha. Yeah, as far as decompressing > >just a single file; from what I've read, thats impossible. > > > Eric, Fajar, > Thanks. Understood. > > Yes, it is possible to remove the compress flag from fstab, reboot > and even do not do any defragmentation/rebalancing - just re-save > the file and it will be saved uncompressed. This works. But only > with reboot... chattr -c on the file should work (followed by defrag or rewriting the file). I just retested and it seems to be broken right now. I'll track it down. -chris