USB CDROM

[edit] Purpose

To be able to mount a USB CDROM drive on a tablet running OS 2008.

[edit] How TO

  1. Download the modules: http://penguinbait.com/modules.tar
  2. Load the modules:
    insmod cdrom.ko

    insmod sg.ko

    insmod sr_mod.ko

    insmod udf.ko

    insmod isofs.ko
  3. Plug in a USB CDROM
  4. Use (or where ever you want to mount it)
    mount /dev/scd0 /root/mnt -t iso9660

    or
    mount /dev/scd0 /root/mnt -t udf