RIPSIKE / cryptonite

Automatically exported from code.google.com/p/cryptonite
GNU General Public License v2.0
0 stars 0 forks source link

Test results - some goods & some weirds #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create some ext4 encrypted partition with TC.
2. a 2000MB partition, a 3000MB partition, a 4000MB partition
3. all on the external_sd card

What is the expected output? What do you see instead?
the 2000MB partition seems to work allright
on the 3000MB & 4000MB partitions the TC formatting in ext4 fails with
Error: error: file_write: write: I/O error
Looking inside these partition i can't see the magic number of ext4
trying to manually mount these partition from their loop devices
the mount command cannot mount them in ext4.

The 2000MB partition works allright

What version of the product are you using? On what operating system?
cryptonite-ALPHA-0.6.15.apk
Samsung N7000 , ICS 4.0.4 - LRG official samsung.

Please provide any additional information below.

I'm a programmer ... 
i think some variable or funcion call parameter
wraps at 2GB so truecrypt acts uncorrectly un these large
volumes. I have see the patches in issue 18, maybe there
are other points in the code that must be patched.
EG : maybe the 'int' data type in ARM compiler is 32 bit (in android)
but in intel linux is 64 bit ? 
EG : some use of 'long int' or 'long long int' are disaligned
between arm toolchain and intel compilers?

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0491c/Babfcgfc.ht
ml

.

Original issue reported on code.google.com by il2am0...@gmail.com on 23 Jul 2012 at 1:22

GoogleCodeExporter commented 8 years ago
Merging this with re-opened and re-titled issue #18.

Original comment by christoph.schmidthieber@gmail.com on 23 Jul 2012 at 10:55