Hi, for all of you who are using the Live CD:

at reboot, the file /etc/fstab is dynamically (re-)created by Knoppix, and the klik-specific entries are lost. So you have to add them back after every reboot. Fortunately, there is an easy solution:

Simply put in your knoppix.sh (search the forum if you don't know what knoppix.sh is):

Code:
cat >> /etc/fstab <<\EOF 
/mnt/app/1/image /mnt/app/1 auto user,noauto,ro,loop,exec 0 0 
/mnt/app/2/image /mnt/app/2 auto user,noauto,ro,loop,exec 0 0 
/mnt/app/3/image /mnt/app/3 auto user,noauto,ro,loop,exec 0 0 
/mnt/app/4/image /mnt/app/4 auto user,noauto,ro,loop,exec 0 0 
/mnt/app/5/image /mnt/app/5 auto user,noauto,ro,loop,exec 0 0 
/mnt/app/6/image /mnt/app/6 auto user,noauto,ro,loop,exec 0 0 
/mnt/app/7/image /mnt/app/7 auto user,noauto,ro,loop,exec 0 0 
EOF
Alternatively you can use Kanotix 2005-01 which has all set up for you.

Greetings,
probono