neurodroid / cryptonite

EncFS and TrueCrypt on Android
GNU General Public License v2.0
203 stars 49 forks source link

Encrypted ntfs container = system reboot :( #34

Open neurodroid opened 10 years ago

neurodroid commented 10 years ago

From il2am0...@gmail.com on July 20, 2012 21:44:56

What steps will reproduce the problem? 1. mount an encrypted NTFS true crypt container, size=1G eg: truecrypt --filesystem=none /mnt/sdcard/external_sd/files.dat

  1. mount the loop device with ntfs-3g eg: ntfs-3g /dev/block/loop3 /mnt/sdcard/external_sd/mnt
  2. browse/use the files in /mnt/sdcard/external_sd/mnt What is the expected output? What do you see instead? Allright for 30-60 sec, after short time browsing volume the system abruptely reboots. What version of the product are you using? On what operating system? Samsung N7000 , ICS 4.0.4 - LRG official samsung. Please provide any additional information below. The ext4 containers work succesfully.

Thank you for your work

Original issue: http://code.google.com/p/cryptonite/issues/detail?id=34

neurodroid commented 10 years ago

From il2am0...@gmail.com on July 20, 2012 14:38:39

New test with "Paragon NTFS & HFS+ Beta v1.1" : 1) Mount with truecrypt --filesystem=none /mnt/sdcard/external_sd/files.dat 2) Mount /dev/block/loop3 on /mnt/sdcard/mnt with Paragon NTFS. Now the filesystem seems ok ! - no more reboots - !

(After truecrypt has mount the container, the Paragon software founds the NTFS partition on /dev/block/loop3 device and mounts it correctly).

I will made other tests with TC+NTFS.

My test with TC+EXT4 are all ok.

neurodroid commented 10 years ago

From christoph.schmidthieber@gmail.com on July 20, 2012 14:42:20

Thanks for the bug report. NTFS is known to cause problems (see issue #18 ). Good to know that Paragon NTFS might be a workaround. Are you using the latest Cryptonite alpha?

Status: Accepted
Owner: christoph.schmidthieber@gmail.com

neurodroid commented 10 years ago

From il2am0...@gmail.com on July 22, 2012 18:26:07

Yes i'm using the cryptonite-ALPHA-0.6.15.apk

I have downloaded the truecrypt-1.0 binary too checking that is identical to the truecrypt binary installed by the cryptonite-ALPHA-0.6.15.apk

neurodroid commented 10 years ago

From christoph.schmidthieber@gmail.com on August 29, 2012 03:25:19

Issue 38 has been merged into this issue.