In this Tab you can edit mount commands for every device/mountpoint pair. This is eg. useful for zip-drives which need a root-called insmod ppa before mounting is possible. You could write a little script like this to do that:
1 #!/bin/bash
2 kdesu -c insmod ppa
3 mount /zip |
and store it in
/usr/local/bin/mount_zip. Now you can use this script when you click on the device
/zip. Possible parameters are:
If no mount command is given, a default
"mount %d" is used instead. If you are root the default command is
"mount -t%t %d %m -o %o".