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.
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.