novendraap / cryptonite

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

Error: No such file or directory: losetup #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.when i tried to mount in my rooted android device. I was ended up with 
Error: No such file or directory:
losetup
2. Because the losetup exe is not present in android phones.
3. Please let me know how to resolve the above error

What is the expected output? What do you see instead?
It should mount

What version of the product are you using? On what operating system?
truecrypt-7.1a-source / Linux

Please provide any additional information below.

Original issue reported on code.google.com by prasannamate87@gmail.com on 3 May 2013 at 2:00

GoogleCodeExporter commented 8 years ago
I am also not able to use modprobe, gunzip, grep on my Android 4.0.4.

I am pretty new to Android and may sound naive, the kernel version for it is 
3.0.8 usermdy@ubuntu #314.

Original comment by rajalo...@gmail.com on 12 Sep 2013 at 7:59

GoogleCodeExporter commented 8 years ago
I'm getting a similar error.  Let me know if I should open a new issue for 
this.  This is on a Samsung Galaxy Note 10.1 2014 running Android 4.3.  I don't 
have any issues running Truecrypt on my Galaxy S3 (Android 4.1.2) and Asus 
Transformer Prime (Android 4.2.1).

Steps to reproduce the issue:

root@lt03wifiue:/ # /data/data/csh.cryptonite/truecrypt 
--fs-options="uid=1000,gid=1000,umask=0002" --keyfiles='' --protect-hidden=no 
--password=test /storage/extSdCard/test.tc /storage/extSdCard/mount
%
Error: Permission denied:
losetup

root@lt03wifiue:/ # /data/data/csh.cryptonite/truecrypt -l
%
1: /storage/extSdCard/test.tc -  -

root@lt03wifiue:/ # /data/data/csh.cryptonite/truecrypt -d
%
Error: Permission denied:
/system/xbin/umount

The volume isn't actually mounted at this point.

Additional information:

root@lt03wifiue:/ # losetup -f
/dev/loop0

root@lt03wifiue:/ # ll /system/xbin/umount
lrwxrwxrwx root     root              2014-01-01 18:00 umount -> 
/system/xbin/busybox

root@lt03wifiue:/ # ll /system/bin/umount
lrwxrwxrwx root     root              2013-12-31 17:07 umount -> toolbox

I've also tried storing the volume and mounting it on the internal sdcard, but 
got the same errors.  I'm currently running Cryptonite 0.7.9, and I've also 
tried previous versions.

Original comment by cryannew...@gmail.com on 2 Jan 2014 at 12:39

GoogleCodeExporter commented 8 years ago
This issue has moved to https://github.com/neurodroid/cryptonite/issues/53

Original comment by christoph.schmidthieber@gmail.com on 28 Aug 2014 at 3:46