<div dir="ltr"><div>I have some tests I'd like to run and in order to get them going the first thing I can to do is copy a large(ish) folder structure that can be read/written by the tests. This copy is then discarded.</div><div>The copying is wasteful in terms of time and disc space, so I'd like to avoid having to do that.</div><div>Clearly any changes could be record as a difference, so my question is:</div><div><br></div><div>With Ext4, is there some magic way I can create and ad hoc "differencing volume" that appear to be like a copy but isn't. The tests can do what they like and that the whole thing gets chucked.</div><div>i.e. avoiding the copy operation<br></div><div><br></div><div>I'm pretty sure if we had ZFS or something this would be possible, but that's not the case here. Wondering if FUSE or something can be used to fake it.</div><div><br></div><div>My current reading suggests the answer is "No", but I thought I'd ask some experts.</div><div><br></div><div>J.<br></div></div>