KERNEL=="sda1", ACTION=="add", SYMLINK+="USBPorta1", RUN+="/bin/sticka1 mount"
KERNEL=="sda1", ACTION=="remove", RUN+="/bin/sticka1 umount"
#
KERNEL=="sda2", ACTION=="add", SYMLINK+="USBPorta2", RUN+="/bin/sticka2 mount"
KERNEL=="sda2", ACTION=="remove", RUN+="/bin/sticka2 umount"
#
KERNEL=="sdb1", ACTION=="add", SYMLINK+="USBPortb1", RUN+="/bin/stickb1 mount"
KERNEL=="sdb1", ACTION=="remove", RUN+="/bin/stickb1 umount"
#
KERNEL=="sdb2", ACTION=="add", SYMLINK+="USBPortb2", RUN+="/bin/stickb2 mount"
KERNEL=="sdb2", ACTION=="remove", RUN+="/bin/stickb2 umount"
#
#
KERNEL=="sdc1", ACTION=="add", SYMLINK+="USBPortc1", RUN+="/bin/stickc1 mount"
KERNEL=="sdc1", ACTION=="remove", RUN+="/bin/stickc1 umount"
#
KERNEL=="sdc2", ACTION=="add", SYMLINK+="USBPortc2", RUN+="/bin/stickc2 mount"
KERNEL=="sdc2", ACTION=="remove", RUN+="/bin/stickc2 umount"
#
#
KERNEL=="sdd1", ACTION=="add", SYMLINK+="USBPortd1", RUN+="/bin/stickd1 mount"
KERNEL=="sdd1", ACTION=="remove", RUN+="/bin/stickd1 umount"
#
KERNEL=="sdd2", ACTION=="add", SYMLINK+="USBPortd2", RUN+="/bin/stickd2 mount"
KERNEL=="sdd2", ACTION=="remove", RUN+="/bin/stickd2 umount"
#
#
KERNEL=="sde1", ACTION=="add", SYMLINK+="USBPorte1", RUN+="/bin/sticke1 mount"
KERNEL=="sde1", ACTION=="remove", RUN+="/bin/sticke1 umount"
#
KERNEL=="sde2", ACTION=="add", SYMLINK+="USBPorte2", RUN+="/bin/sticke2 mount"
KERNEL=="sde2", ACTION=="remove", RUN+="/bin/sticke2 umount"