How do I install the Zip® ATAPI driver for Linux® Kernel 2.2.14 or higher? -------------------------------------------------------------------------- Refer to "http://www.iomega.com/support/documents/10660.html". or "http://www.iomega.com/support/zip2a_install.html". How do I install the Zip® ATAPI driver for Linux® Kernel 2.2.14 or higher? 10660.html When installing the Zip® ATAPI drive in Linux® use the following steps to load the drivers: STEP ONE - Use the insmod command to install the following drivers: insmod /lib/modules/2.2.14/scsi/ide-scsi.o insmod /lib/modules/2.2.14/fs/fat.o insmod /lib/modules/2.2.14/fs/vfat.o Note: If have another version of the Kernel, simply replace 2.2.14 with your release. When installing the fat.o and the vfat.o if you get a message that indicates there is no such file or module, the module may already be installed. STEP TWO - Add the following mount point for the drive: mkdir /mnt/zip100.0 If you have more than one Iomega® drive, you will need to add a mount point for each drive. Use the following chart to determine the mount point for your Iomega drive: Zip 100 drives First drive zip100.0 Second drive zip100.1 Third drive zip100.2 Zip 250 drives First drive zip250.0 Second drive zip250.1 Third drive zip250.2 Jaz® 1GB drives First drive jaz1g.0 Second drive jaz1g.1 Third drive jas1g.2 Jaz 2GB drives First drive jaz2g.0 Second drive jaz2g.1 Third drive jaz2g.2 Note: These are the default names for Iomega drives. If you change the name you will be unable to use IomegaWare[tm] with your drive. STEP THREE - Add the following line to fstab: Type: /dev/sda4 /mnt/zip100.0 vfat noauto,user 0 0 STEP FOUR - Mount the drive Type: mount -t vfat /dev/sda4 /mnt/zip100.0