Bug 102182

Summary: no cryptoloop password useable
Product: [Unmaintained] kicker Reporter: Claus Allweil <cba>
Component: devicesappletAssignee: Kevin Ottens <ervin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.3.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Claus Allweil 2005-03-22 16:17:41 UTC
Version:           3.3.2 (using KDE 3.3.2,  (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-8)
OS:                Linux (i686) release 2.6.10-al9

Hi, i created a crypto loop file and added it to /etc/fstab to be able to mount it as user. In the shell everything is fine. But when using the kde devicesapplet from the kicker there is no possibility to enter the password. I will get an error messages immediately :(
I hope you can change that behavior, would be fine.
Thanks Claus


my steps:
as root:

dd if=/dev/zero of=crypt01.img bs=1024k count=100
losetup -e aes /dev/loop0 ./crypt01.img
mkfs.vfat /dev/loop0
losetup -d /dev/loop0
echo "/home/claus/Daten/crypt/crypt01.img /home/claus/mnt/crypt01 vfat umask=077,noauto,rw,user,exec,encryption=aes 0 0" >> /etc/fstab
Comment 1 Thiago Macieira 2005-03-23 00:13:36 UTC

*** This bug has been marked as a duplicate of 94357 ***