Comment 11 for bug 428435

Revision history for this message
buzz (buzz2) wrote : Re: external harddrive (luks encrypted) will not mount automatically

Debugging the libblkid revealed that the probe functions detects two filesystem magics on the device.

luks and ext4

as the blkid is set to be not tolerant it aborts the probe and sends a null pointer. if i change blkid to be tolerant it works fine, it shows me the password dialog and mounts the harddrive without problems.