USB CDROM

andrewfblack (Talk | contribs)
(New page: == 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 s...)
Newer edit →

Revision as of 12:55, 18 August 2008

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