Comment 1 for bug 338826

Revision history for this message
Tyler Hicks (tyhicks) wrote :

Oops, forgot to show that the empty file was still there after the echo failed:
---
gentoo-virt mnt # du -h /mnt/ecryptfs-ext3/test /mnt/.ecryptfs-ext3/test
0 /mnt/ecryptfs-ext3/test
0 /mnt/.ecryptfs-ext3/test
---

Here's the expected output after a successful create in an eCryptfs mount:
---
gentoo-virt mnt # du -h /mnt/ecryptfs-ext3/test /mnt/.ecryptfs-ext3/test
0 /mnt/ecryptfs-ext3/test
12K /mnt/.ecryptfs-ext3/test
---