Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mounttool
Date: Sun, 12 Nov 2006 20:39:57
Message-Id: 7573e9640611121235j3b1260b5tbd4bad338a5c8461@mail.gmail.com
In Reply to: [gentoo-user] mounttool by Uwe Thiem
1 On 11/11/06, Uwe Thiem <uwix@××××.na> wrote:
2 > Hi folks,
3 >
4 > some distros come with a little utility called "mounttool". I can loop mount
5 > images of encrypted filesystems (cryptsetup but for loop mounting). I can't
6 > seem to find it in gentoo. Does it hide somewhere? Or can someone recommend a
7 > similar tool in portage?
8
9 What's wrong with:
10
11 losetup /dev/loop/0 <image>
12 cryptsetup create decrypted_image /dev/loop/0
13 mount /dev/mapper/decrypted_image /mnt/encrypted
14
15 -Richard
16 --
17 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] mounttool Uwe Thiem <uwix@××××.na>