The LXDE FM won't show the volume after mounting it in TrueCrypt. Found this and this. Is there any recommended way?
|
A solution would be to specify the mount point and then navigate to the mount point. Example: I have an encrypted file named "enc1" at "/home/desgua/Dropbox", and my mount point is the folder "/mnt/mymountpoint/", so I type this on terminal:
And then navigate to "/mnt/mymountpoint/" to see my files. And to unmount:
or simple:
Outside command line Suggestion One You can edit the file /etc/fstab (open it with
Reboot. Now you can mount through GUI and navigate to /mnt/mymountpoint More info here. Suggestion Two Also you can create a launcher to mount it: 1) Paste this at terminal: 2) Then paste this into the file and save: [Desktop Entry] Type=Application Encoding=UTF-8 Name=Unmount Truecrypt Comment=Unmount all mounted Truecrypt files Exec=gnome-terminal -e "bash -c \"truecrypt --mount /home/desgua/Dropbox/enc1 /mnt/mymountpoint/ ; exit; exec bash\"" Icon=/usr/share/icons/Humanity/actions/48/go-jump.svg Categories=Application;Accessories; 3) Now look at your desktop and drag the file to the Launcher. |
|||||||||||
|
/usr/bin/nautilus --no-default-window --no-desktop /media/truecrypt1, I tried to put#!/bin/bash exec pcmanfm $3 exit 0into the file as recommended. Doesn't help :( – arno Apr 25 '12 at 16:42