Hier topic in het Engels:
http://forum.mandrivaclub.com/viewtopic.ph...7091d5fe5f93da6
En hier het probleem:
My questions. Would there be an easier way to create an encrypted directory/container on an external drive, for example a USB stick ?
drakloop only allows to create one inside the /home/user dir.
I would like to add drakloop to MCNLive where users could use drakloop for creating the dir on the flash drive. On a live system the
/home dir is in RAM and lost after a reboot/shutdown. And the workaraound is not an option for unexperienced just starting Linux user.
I guess I would need to change the script.
The perl script /usr/bin/drakloop defines:
my $encdir = $ENV{HOME} . "/$dir";
and:
my $CFGFILE = $ENV{HOME} . "/.mountlooprc";
and:
$dir = $ENV{HOME} . "/$dir";
What would I need to change to let the user just enter in the text field, for example: /mnt/removable/secret or /mnt/sda1/secret or wherever they would like their new 'secret' dir. What about this leading ' . ' What does it do?
# urpmi mountloop
Het script is dan : /usr/bin/drakloop
--chris

