Mount encrypted Filessystems
From wiki.network-crawler.de
With my SuSE 9.3
modprobe cryptoloop && modprobe twofish && modprobe loop_fish2 mount /dev/sda1 /cdata -t reiserfs -o loop,rw,encryption=twofish256,acl,user_xattr
For an Explanation see "man mount" or UTSL "/etc/init.d/boot.crypto" :)
