Ticket #23729 (closed defect: fixed)
encfs-1.5 unable to (re)mount filesystem after unmounting it
Description
With the above configuration, it's currently impossible to mount an existing encrypted filesystem; the following test case fails:
$ mkdir -p ~/test/fs.crypt ~/test/fs; encfs ~/test/fs.crypt ~/test/fs [...] $ touch ~/test/fs/file.ext; ls -la ~/test/fs.crypt | grep "\-\-" -rw-r--r-- 1 ueberall staff 1073 16 Feb 22:47 .encfs6.xml -rw-r--r-- 1 ueberall staff 0 16 Feb 22:54 U9Ua6b8iKFBtuyTYUBJU9P02 $ umount ~/test/fs; encfs ~/test/fs.crypt ~/test/fs 22:55:56 (FileUtils.cpp:375) Archive exception: class version [...] (.encfs6.xml found, but cannot be loaded; i.e., old contents are inaccessible)
(NB this may be related to an intermittent boost update (to v1.42.0) which happened after the encfs setup for OS X 10.6.2)
Change History
Note: See
TracTickets for help on using
tickets.

