coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [coreutils] cp/reflink-perm fails on btrfs (and probably on ocfs2, t


From: Pádraig Brady
Subject: Re: [coreutils] cp/reflink-perm fails on btrfs (and probably on ocfs2, too)
Date: Tue, 26 Oct 2010 19:04:03 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

Actually I remember now why we didn't want --reflink
mutually exclusive with other options.
It's so it can be used as configuration to change
the data copy method employed. I.E. it operates
on much the same level as --sparse in that the
results are mostly transparent to the user.
I.E. cp could be aliased like this to minimize
the amount of space that cp uses:

alias cp='cp --reflink=auto --sparse=always'

So therefore I've changed the patch as per the attached.
I'll apply in a few hours.

cheers,
Pádraig.

Attachment: cp-reflink-attr.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]