Fwd: Btrfs compression

Adam Jackson ajax at redhat.com
Fri Apr 30 13:40:22 UTC 2010


On Fri, 2010-04-30 at 07:43 +0200, Valent Turkovic wrote:
> How to recompress data already on btrfs partition?

find / -xdev -type f | while read i; do
    cp $i /tmp/tmp
    rm $i
    mv /tmp/tmp $i
done

Obviously, don't actually run that.

- ajax
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : http://lists.fedoraproject.org/pipermail/devel/attachments/20100430/33a6c285/attachment.bin 


More information about the devel mailing list