You are not logged in.

#1 2015-10-27 17:54:03

corax_2
Member
Registered: 2014-05-03
Posts: 5

I need loop devices for tcplay

Hi,

I want to open an TrueCrypt container.
tcplay sounds the best way to do it under Arch Linux.
But it needs loop devices (like /dev/loop0) to function.
Well they are not present on my system.

The wiki article of tcplay states that:
|| Note: As of udev 181-5, the loop device module is no longer auto-loaded. ||
I guessed that I need to simply to load the kernel module named 'loop' with modprobe loop.
Well, that didn't work.

Can you guys give me a hint whats wrong here?
That seems to be easy, but I don't get it sad

Thanks

Offline

#2 2015-10-27 17:56:41

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,731
Website

Re: I need loop devices for tcplay

https://wiki.archlinux.org/index.php/Ke … e_handling

OT: I don't know your use case, but unless you're trying for some cross platform solution, I recommend against truecrypt.  Consider luks instead.  My 2 cents.

Last edited by graysky (2015-10-27 17:57:29)

Offline

#3 2015-10-27 18:03:34

corax_2
Member
Registered: 2014-05-03
Posts: 5

Re: I need loop devices for tcplay

Ok, I will look into udev.

graysky wrote:

https://wiki.archlinux.org/index.php/Ke … e_handling

OT: I don't know your use case, but unless you're trying for some cross platform solution, I recommend against truecrypt.  Consider luks instead.  My 2 cents.

Exactly the reason for truecrypt. We need to exchange files.
Some of us are still on windows sad

Offline

#4 2015-10-27 18:03:39

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: I need loop devices for tcplay

Truecrypt is fine, particularly if you are using tcplay to manage the containers.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2015-10-27 18:25:10

mich41
Member
Registered: 2012-06-22
Posts: 796

Re: I need loop devices for tcplay

The /dev/loop-control file is used to setup new loop devices. For example, losetup uses it.

If there used to be some other way involving /dev/loop0 being always present and truecrypt depends on it, try making some dummy loop0 with losetup.

If loop setup is done by you before starting truecrypt, simply use losetup and that's it.

Of course, in both cases you need to modprobe loop if it hasn't been loaded yet.

Offline

#6 2015-11-17 17:45:40

mhogomchungu
Member
Registered: 2013-03-29
Posts: 87

Re: I need loop devices for tcplay

corax_2 wrote:

Hi,

I want to open an TrueCrypt container.
tcplay sounds the best way to do it under Arch Linux.

zuluCrypt[1] is better if you want a GUI solution to managing your TrueCrypt container in arch

[1] https://aur.archlinux.org/packages/zulucrypt/

Offline

Board footer

Powered by FluxBB