Hello 60-persistent-storage.rules contains : ENV{DEVTYPE}=="partition", IMPORT{parent}="ID_*" KERNEL!="sr*", IMPORT{program}="/sbin/blkid -o udev -p $tempnode" This causes a bug in a very specific setup here : The full disk has iso9660 signature but contains 2 partitions, one of them with a vfat FS, the other one without valid FS Because of these rules, the partition without valid FS is listed as iso9660 and apps try to mount it (and fail) I don't know any way to change IMPORT{parent}="ID_*" to exclude ID_FS_* Is there a way to do it ? -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html