I have a encripted fs in a pendrive I wear with my keys, to have with me some documents. It is in a ext4 partitition in the usb.
Now when I try to mount it I get a segmentation fault
> encfs -vvv /run/media/fernando/home/fernando/.clv /run/media/fernando/home/fernando/clv -- -o nonempty
VERBOSE Root directory: /run/media/fernando/home/fernando/.clv/ [main.cpp:686]
VERBOSE Fuse arguments: (daemon) (threaded) (keyCheck) encfs /run/media/fernando/home/fernando/clv/ -o nonempty -o use_ino -o default_permissions [main.cpp:687]
VERBOSE checking if ssl/aes(3:0:2) implements ssl/blowfish(2:1) [Interface.cpp:103]
VERBOSE checking if ssl/blowfish(3:0:2) implements ssl/blowfish(2:1) [Interface.cpp:103]
VERBOSE allocated cipher ssl/blowfish, keySize 20, ivlength 8 [SSL_Cipher.cpp:395]
VERBOSE useStdin: 0 [FileUtils.cpp:1660]
ContraseƱa EncFS:
VERBOSE checking if ssl/aes(3:0:2) implements ssl/blowfish(2:1) [Interface.cpp:103]
VERBOSE checking if ssl/blowfish(3:0:2) implements ssl/blowfish(2:1) [Interface.cpp:103]
VERBOSE allocated cipher ssl/blowfish, keySize 20, ivlength 8 [SSL_Cipher.cpp:395]
Segmentation fault (core dumped)
any idea?
thanks