Re: [CentOS] cryptoloop

2010-01-21 Thread Morten Sundstrøm
ist" Sendt: 21. januar 2010 09:57:24 Emne: Re: [CentOS] cryptoloop On Thu, Jan 21, 2010 at 09:41:37AM +0100, Morten Sundstrøm wrote: > Hi. > > Have a problem that i need som help with: > 1. Have multipple raids working in a encrypted filesystem in CentOS 5.4 > (i386):

Re: [CentOS] cryptoloop

2010-01-21 Thread Pasi Kärkkäinen
On Thu, Jan 21, 2010 at 09:41:37AM +0100, Morten Sundstrøm wrote: > Hi. > > Have a problem that i need som help with: > 1. Have multipple raids working in a encrypted filesystem in CentOS 5.4 > (i386): script file, crypt.sh > > modprobe cryptoloop > cryptoloop is depracated, and should not be u

[CentOS] cryptoloop

2010-01-21 Thread Morten Sundstrøm
Hi. Have a problem that i need som help with: 1. Have multipple raids working in a encrypted filesystem in CentOS 5.4 (i386): script file, crypt.sh modprobe cryptoloop losetup -e aes /dev/loop0 /dev/md0 (inserting password here) then run mount -t ext3 /dev/loop0 /mnt/raid5 Have been using this i