Hello Michael,
Am 13.09.2014 um 10:46 schrieb Michael RĂ¼ger: > cryptdisks_start do no start encrypted raw device right, neither with keyfile > specified in /etc/crypttab nor with passwort/passprase fro stdin. > Command: cryptdisk_start crypt (passphrase from stdin) > /ect/crypttab line: > crypt /dev/disk/by-id/wwn-0x50000f0018362405-part10 none noauto > > Mounting the raw /dev/mapper/crypt failed with error:" mount: you must > specify the filesystem type." > > I'm able to start the raw device with cryptsetup open --type plain > /dev/disk/by-id/wwn-0x50000f0018362405-part10 crypt passphand finally i > succeed with: mount /dev/mapper/crypt /crypt To me this sounds like you made some mistake at entering the passphrase. This is a plain dm-crypt device, so cryptsetup is unable to check for correct password. Only proof is a valid filesystem on the unlocked dm-crypt device. Please provide further information in case that you still suffer from this issue. Kind regards, jonas -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

