Link to home
Start Free TrialLog in
Avatar of LarryZ
LarryZ

asked on

Invalid argument error - TrueCrypt on Linux Mint

Hello,

I needed a cross platform file encryption system for Windows 7 and Linux Mint, so I tried TrueCrypt.

I created an encrypted file-type volume under Win 7, and can mount read, write and dismount the volume. All good.

Copied the encrypted file to Linux Mint.

I can't mount it using TrueCrypt in Mint, I get the following error after successfully getting past the requests for the decryption password and then admin password:

"device-mapper: resume ioctl failed: Invalid argument. Command Failed"
Avatar of pjedmond
pjedmond
Flag of United Kingdom of Great Britain and Northern Ireland image

This is possibly because your Linux Mint Distro is trying to use a kernel module to mount the partition.

Try adding :

-m=nokernelcrypto

to your TrueCrypt command line?

Might be useful if you give the full command line that you are using, plus whether you are using a fully encrypted drive or merely an encrypted file?
Avatar of LarryZ
LarryZ

ASKER

Thank you pjedmond. I had already tried -m=nokernelcrypto, after seeing it online somewhere.

I have just determined that the error was caused by an excessive size of the TrueCrypt file/volume.  I had sized it at 10 GB in Win 7, but my entire Linux virtual machine was only 8 GB. I noticed that the TrueCrypt file size was much smaller when moved to Linux. I guess the move truncated the encrypted file without notifying me.  If I create a 4 GB TrueCrypt file in Win 7, it seems to move to Linux okay and will successfully mount in TrueCrypt.
Avatar of LarryZ

ASKER

I am still having some Linux permissions issues with the TrueCrypt file though. I'll post a comment here later if needed.
Avatar of LarryZ

ASKER

I have two profiles in Linux Mint. Both are Administrator profiles.

Profile 1 was used to install Linux Mint and its password works for superuser.
Profile 2 (wife) was added by Profile 1 shortly thereafter.

If I create a 2 GB TrueCrypt file-based volume when logged in as Profile 1, and place it in Profile 1's document folder, I can mount it, and add or delete files.

If I try to copy or move it to Profile 2's document folder, I can't mount it. TrueCrypt accepts the encryption pw, but won't accept either Profile 1's pw or Profile 2's pw when asking for the user or admin password.

If I create another 2 GB TrueCrypt file-based volume when logged in as Profile 2, and place it in Profile 2's document folder, I can't mount it either. TrueCrypt accepts the encryption pw, but won't accept either Profile 1's pw or Profile 2's pw when asking for the user or admin password.

I'd like to get TrueCrypt working in Linux Mint Profile 2, since all the files to be encrypted reside there.

Any help would be appreciated.
ASKER CERTIFIED SOLUTION
Avatar of LarryZ
LarryZ

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LarryZ

ASKER

I did not get a solution from experts this time, although EE has been extremely helpful on previous postings. Thanks.
Ooops - should have got back to you on this one. If the truecrypt file is being truncated, that implies an issue with one of the file systems involved.

FAT32 typically has a 4GB size limit, so it may be that although it worked on Windows you were not using all of the container, and the bit that you needed to read was OK. However attempting to copy it over failed at the 4GB point resulting in a corrupt file.

It coult also be a BIOS limitation as well on one or other of the systems.

Just a thought?