http://bugzilla.kernel.org/show_bug.cgi?id=12885 ------- Comment #10 from andy-kernelbugzilla@xxxxxxxxxxxxxxx 2009-03-18 11:10 ------- (In reply to comment #7) > It's good to know that you can reproduce it easily on that particular ext3 file > system. One interesting question is whether you can reproduce it on some > other ext3 file system (since then we might be able to reproduce it on our > end); although I haven't played with LUKS at all, and I don't know how much > effort it would take for me to set it up on my system. That should be rather easy, follow: http://wiki.archlinux.org/index.php/LUKS Basically: $ cryptsetup -c aes-xts-plain -y -s 512 luksFormat /dev/sda3 $ cryptsetup luksOpen /dev/sda3 test $ mkfs.ext3 /dev/mapper/test > How are you backing up the data? tar? Amanda? Some other backup system? I just tried to cp -rp the data away. There was no write to the fs at the time I think. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html