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...) |
andrewfblack (Talk | contribs) (→How TO) |
||
Line 6: | Line 6: | ||
Download the modules | Download the modules | ||
http://penguinbait.com/modules.tar | http://penguinbait.com/modules.tar | ||
- | |||
insmod cdrom.ko | insmod cdrom.ko |
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