Hi All,
I'm new to this forum and not so new to linux however please forgive me if this subject was already discussed - I could not find any discussion and I fall under a problem I have problem to solve.
I'm trying to mount truecrypt encrypted container and copy my chroot jail into it and run my LAMP there.
However I find it very difficoult to mount truecrypt container.
I'm arch linux user, I tried to do it usual way by modprobing loop first (now I know it's compiled to kernel used in linode)
So after several attempts I issued:
Code:
truecrypt --filesystem=ext3 -m=nokernelcrypto /path/to/container /path/to/mount/point
and I get:
Code:
Error: mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
dmesg | tail gives:
Code:
SQUASHFS error: Can't find a SQUASHFS superblock on loop0
FAT-fs (loop0): invalid media value (0xf5)
FAT-fs (loop0): Can't find a valid FAT filesystem
FAT-fs (loop0): invalid media value (0xf5)
FAT-fs (loop0): Can't find a valid FAT filesystem
ISOFS: Unable to identify CD-ROM format.
XFS (loop0): bad magic number
XFS (loop0): SB validate failed
GFS2: not a GFS2 filesystem
GFS2: gfs2 mount does not exist
my everything log shows
Quote:
device-mapper: table: 253:0: crypt: Error allocating crypto tfm
device-mapper: ioctl: error adding target to table
I have used Arch Linux 2011.08 64bit Disk Image to build the box. After building it I have done full system upgrade.
I'll appreciate any help with it.