USB CDROM
Purpose
To be able to mount a USB CDRom drive on Tablet running OS 2008
How TO
Download the modules http://penguinbait.com/modules.tar
insmod cdrom.ko insmod sg.ko insmod sr_mod.ko insmod udf.ko insmod isofs.ko
plug in usb CDROM
use (or where ever you want to mount it)
mount /dev/scd0 /root/mnt -t iso9660
or
mount /dev/scd0 /root/mnt -t udf