old-www/HOWTO/ZIP-Drive-2.html

58 lines
1.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Zip Drive Mini-HOWTO: Quick Start</TITLE>
<LINK HREF="ZIP-Drive-3.html" REL=next>
<LINK HREF="ZIP-Drive-1.html" REL=previous>
<LINK HREF="ZIP-Drive.html#toc2" REL=contents>
</HEAD>
<BODY>
<A HREF="ZIP-Drive-3.html">Next</A>
<A HREF="ZIP-Drive-1.html">Previous</A>
<A HREF="ZIP-Drive.html#toc2">Contents</A>
<HR>
<H2><A NAME="s2">2. Quick Start</A></H2>
<P>OK so you have purchased a new zip drive and now you want to use it.
Some distributions have the modules already built. You can try insmod ppa
for starters. (Make sure you have it hooked up and a disk inserted).
If the ppa program is not there, then configure the kernel.
My machine has 2 parallel ports, one for the zip and one for the printer.
This makes things easy, no cable switching.
<P>Configure the kernel:
<UL>
<LI> cd /usr/src/linux</LI>
<LI> make xconfig</LI>
<LI> scsi support = Y </LI>
<LI> scsi disk support = Y</LI>
<LI> Iomega zip support as a module </LI>
<LI> printer support also as a module </LI>
<LI> save it and exit</LI>
<LI> make dep</LI>
<LI> make clean</LI>
<LI> make zImage or zlilo or zdisk </LI>
<LI> make modules</LI>
<LI> make modules_install</LI>
</UL>
<P>Now to use the drive:
<UL>
<LI> load the module <CODE>insmod ppa</CODE></LI>
<LI> build a mounting point. <CODE>mkdir /zip</CODE></LI>
<LI> insert a preformatted windoze type disk into the drive.</LI>
<LI> mount the disk. <CODE>mount -t vfat /dev/sda4 /zip</CODE></LI>
<LI> use any standard file commands as in <CODE> l /zip, ls /zip, df, cp,</CODE></LI>
<LI> when you are finished <CODE> umount /zip </CODE></LI>
</UL>
<P>If you had trouble with any of the previous steps, see the following
sections for more detailed instructions.
<P>
<P>
<P>
<HR>
<A HREF="ZIP-Drive-3.html">Next</A>
<A HREF="ZIP-Drive-1.html">Previous</A>
<A HREF="ZIP-Drive.html#toc2">Contents</A>
</BODY>
</HTML>