kisy Posted April 3, 2013 Posted April 3, 2013 (edited) Here are two workflows that I hope will be useful: «Mount volume» must be configured with the right path to volume. «Dismount all truecrypt volumes» dismounts everything and close Truecrypt. They can be found here: https://github.com/kimsyversen/Alfred-workflows Edited July 8, 2013 by Kim Syversen
Julien Posted June 29, 2013 Posted June 29, 2013 hi ! I tried, but It didn't mount or show anything to enter the password. I made this on the script : open -a /Applications/TrueCrypt.app/Contents/MacOS/TrueCrypt ~/dev/rdisk1s1 is it wrong ? Thanks for your help
kisy Posted July 7, 2013 Author Posted July 7, 2013 (edited) Hey Julien! Adding ~ really means /Users/YourUserName/dev/rdisk1s1 And, for doing that you need to add sudo. Try this: sudo open -a /Applications/TrueCrypt.app/Contents/MacOS/TrueCrypt /dev/rdisk1s1 For others: I have updated «Mount Volume» to be more dynamic. Now you can write tcmount nameToFile, and then mount it. Happy mounting! Update: I have merged both workflows into one. See github for details Edited August 18, 2013 by Kim Syversen
pwatson Posted December 3, 2013 Posted December 3, 2013 Hi Kim, thanks for posting such a useful workflow. I'm a rookie tho and cant seem to get it to work even reading the comments below; can you spell out how to modify the mount script? I want to be able to put a USB key into my computer and then bring up alfred and type 'mo' and have it automount a specific TCcontainer file called TCUSBon the USB key. I've tried modifying the script to; sudo open -a /Applications/TrueCrypt.app/Contents/MacOS/TrueCrypt /Volumes/USB/TCUSB /dev/rdisk1s1 but cant get it to work? tx a lot PS great place Trondheim!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now