Re: crypting filesystems

2005-04-05 Thread Felipe Alfaro Solana
On Apr 4, 2005 9:51 PM, Wiktor <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using the following method and it seems to be working fine > (involving crypto-loop): > > i have normal ext3 /boot partition, where i store kernel image & initrd. > after lilo boots the kernel, initrd sets up /dev/loop0 to

Re: crypting filesystems

2005-04-05 Thread Felipe Alfaro Solana
On Apr 4, 2005 9:51 PM, Wiktor [EMAIL PROTECTED] wrote: Hi, I'm using the following method and it seems to be working fine (involving crypto-loop): i have normal ext3 /boot partition, where i store kernel image initrd. after lilo boots the kernel, initrd sets up /dev/loop0 to be

Re: crypting filesystems

2005-04-04 Thread Wiktor
Hi, I'm using the following method and it seems to be working fine (involving crypto-loop): i have normal ext3 /boot partition, where i store kernel image & initrd. after lilo boots the kernel, initrd sets up /dev/loop0 to be crypto-loop/blowfish for /dev/hda1 (losetup /dev/loop0 /dev/hda1 -e

crypting filesystems

2005-04-04 Thread Andreas Hartmann
Hello, I want to crypt some filesystems (/var, /home, /Data). I'm running LVM I on all these partitions yet. I searched, how to do this with linux and found 3 ways to achieve, what I want to do. 1. crypto-loop (with kernel 2.6) 2. loop-AES (with kernel 2.2.x, 2.4.x and 2.6.x) 3. dm-crypt (with

crypting filesystems

2005-04-04 Thread Andreas Hartmann
Hello, I want to crypt some filesystems (/var, /home, /Data). I'm running LVM I on all these partitions yet. I searched, how to do this with linux and found 3 ways to achieve, what I want to do. 1. crypto-loop (with kernel 2.6) 2. loop-AES (with kernel 2.2.x, 2.4.x and 2.6.x) 3. dm-crypt (with

Re: crypting filesystems

2005-04-04 Thread Wiktor
Hi, I'm using the following method and it seems to be working fine (involving crypto-loop): i have normal ext3 /boot partition, where i store kernel image initrd. after lilo boots the kernel, initrd sets up /dev/loop0 to be crypto-loop/blowfish for /dev/hda1 (losetup /dev/loop0 /dev/hda1 -e