Il y a peut-être une solution en créant un fichier dans /etc/udev/rules.d ...
Je te donne celui qui gérait ma clef 3G qui contient aussi une partie disque.
il s'appelle 99-huawei.rules
##
#
# udev rule for HUAWEI E220 3G HSDPA Modem
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# (c)opyleft OOZIE < oozie@poczta.fm >
#
# This file prevents the pseudo scsi cdrom device from enabling,
# thus providing a workaround for kernel versions < 2.6.20
#
##
SUBSYSTEM=="block", \
ACTION=="add", \
SYSFS{idVendor}=="12d1", \
SYSFS{idProduct}=="1003", \
IMPORT{program}="huawei-mobile.sh", \
OPTIONS="ignore_device"
c'était sous Jaunty, mais ça doit pouvoir s'adapter