# cleanup
umount ~max/dl
umount ~max
cryptsetup remove max_home
cryptsetup remove data
set -e
# mount first partition; this runs OK
cryptsetup --cipher=aes create max_home /dev/sda9
mount -t reiserfs /dev/mapper/max_home ~max
# mount second partition
readprofile -r
cryptsetup --cipher=aes create data /dev/sda10
# the lockup occurs in this mount (not always)
mount /dev/mapper/data ~max/dl -t xfs
readprofile -n -v -m /boot/System.map-2.6.16-rc5-woodpecker-test |sort -n -k 3 |tail -40 |tee profile
