Let's compile better one :-)
According to http://ubuntuforums.org/showthread.php?t=915797:
sudo su - apt-get install build-essential linux-headers-´uname -r´ cd /usr/src wget -O udf-filesystem-2.5.tar.gz "http://faq.caslavka.cz/index.php?action=attachment&id=233&file=udf-filesystem-2.5.tar.gz" tar -xvzf udf-filesystem-2.5.tar.gz cd udf-filesystem-2.5 echo "1150a1151" > tinypatch.patch echo "> (le16_to_cpu(((__le16 *)upm2->partIdent.identSuffix)[0]) == 0x0201) ||" >> tinypatch.patch patch src/super.c < tinypatch.patch make rmmod udf insmod src/udf.ko cp src/udf.ko /lib/modules/´uname -r´/kernel/fs/udf/Kompiled module for kernel 2.6.24-24-generic is also attached below.