USB CDROM

(wikify, tidy)
 
(4 intermediate revisions not shown)
Line 1: Line 1:
== Purpose ==
== Purpose ==
-
To be able to mount a USB CDRom drive on Tablet running OS 2008
+
To be able to mount a USB CDROM drive on a tablet running OS 2008.
== How TO ==
== How TO ==
-
Download the modules
+
# Download the modules: http://penguinbait.com/modules.tar
-
http://penguinbait.com/modules.tar
+
# Load the modules: <pre>insmod cdrom.ko</pre><br /><pre>insmod sg.ko</pre><br /><pre>insmod sr_mod.ko</pre><br /><pre>insmod udf.ko</pre><br /><pre>insmod isofs.ko</pre>
 +
# Plug in a USB CDROM
 +
# Use (or where ever you want to mount it)<br /><pre>mount /dev/scd0 /root/mnt -t iso9660</pre><br/>or<br/><pre>mount /dev/scd0 /root/mnt -t udf</pre>
-
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
 
-
 
-
[[Category:Users]]
 
-
[[Category:Internet Tablet Talk]]
 
[[Category:USB]]
[[Category:USB]]
 +
[[Category:OS2008]]
 +
[[Category:Power users]]
 +
[[Category:HowTo]]

Latest revision as of 14:00, 10 February 2010

[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