Description of problem: sudo and mount have the same "Password:" prompt and one cannot know when doing sudo mount /encrypted/partition whether the requested password is the sudo password (because of the sudo timeout) or the encryption password Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. sudo mount /encrypted/partition 2. 3. Actual results: If sudo was used recently, get a "Password:" prompt expecting the encryption password. Else, get an identical prompt expecting the sudo password (account's password). Expected results: The two prompts should be different. Additional info:
Please, see "man sudoers", the passprompt option.