Hello, could please someone enlighten me what exactly is the change which caused incompatibilities between the original cryptsetup up to cryptsetup-luks 1.0.3 and the higher versions such as cryptsetup 1.0.5 (I think it happened in the version 1.0.4)? I am speaking about encryption without using the LUKS header, i.e. plain: echo "$PASS" | gpg --decrypt --quiet --batch --passphrase-fd 0 ~/.keypass.gpg | cryptsetup -c aes -s 128 create volumecrypt /dev/homevg/homelv if I try mounting the volume created this way with the old cryptsetup and "unlocked" with the new cryptsetup I get "filesystem superblock not found" like messages and none of the filesystem repair/rescue tools can find any sign of filesystem on the unlocked device ... Taka