--- 40cdrom	2010-10-04 23:15:59.000000000 +0200
+++ 40cdrom.new	2011-01-12 09:49:44.736548800 +0100
@@ -49,7 +49,11 @@
 fi
 
 if [ "$fs" != iso9660 ]; then
-	exit 0
+        if [ "$fs" = vfat ]; then
+	    cd_mountable=""
+	else
+	    exit 0
+	fi
 fi
 
 remount_cd() {
