On 28.09.2013, Patrick Dupre wrote: > I would like that it ask me the paraphrase every time that the key > in replugged. How can I get this behavior? You have to check if there's something which caches your passphrase, and in this case you should prevent your passphrase from being cached. If this isn't the case, you can take a look into /dev/mapper and see if your crypto-device is properly unregistered. If it's not, you'll have to do that manually: cryptsetup close /dev/mapper/your_device Anyway, you could choose to mount/umount your device manually all the way, to avoid some third partys software to interact. This would solve your problems immediately. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org