[Bug 12341] cpio is broken on encrypted ext4

bugzilla at busybox.net bugzilla at busybox.net
Fri Nov 29 17:26:33 UTC 2019


https://bugs.busybox.net/show_bug.cgi?id=12341

--- Comment #8 from Denys Vlasenko <vda.linux at googlemail.com> ---
There should be no way for cpio to know that it's on an encrypted fs.

I suggest running the same cpio invocation under strace, on the same set of
files, once on unencrypted fs, second time on the encrypted fs. A-la:

strace -o CPIO_GOOD.log -f -s99 cpio ....

and then compare the resulting logs line-by-line, to see where things start to
diverge. If you don't find the problem this way, attach strace logs to this
bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list