USB CDROM
andrewfblack (Talk | contribs) (→How TO) |
(wikify, tidy) |
||
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
== Purpose == | == Purpose == | ||
- | To be able to mount a USB | + | 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> | ||
- | + | [[Category:USB]] | |
- | + | [[Category:OS2008]] | |
- | + | [[Category:Power users]] | |
- | + | [[Category:HowTo]] | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | [[Category: | + |
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
- Download the modules: http://penguinbait.com/modules.tar
- Load the modules:
insmod cdrom.ko
insmod sg.ko
insmod sr_mod.ko
insmod udf.ko
insmod isofs.ko
- Plug in a USB CDROM
- Use (or where ever you want to mount it)
mount /dev/scd0 /root/mnt -t iso9660
ormount /dev/scd0 /root/mnt -t udf
- This page was last modified on 10 February 2010, at 14:00.
- This page has been accessed 19,941 times.