PDA

View Full Version : Zip Drive 100 & 250 Parallel Port Setup (Answered)


sagefire
2003-11-17, 05:48 AM CST
-su to root
-mkdir /mnt/zip
-nano /etc/rc.local
-put "insmod imm" in the file
-nano /etc/fstab
-put "/dev/sdb /mnt/zip auto noauto,users 0 0" in the file

reboot to check that imm loads properly at boot
right clicking the desktop will now show you the Zip Drive

Fedora handles the drive better than other distros that I have used. Using Disk Management on the System Tools menu, you can format your zips for any format. In other distros, I had to replace "auto" in fstab with "vfat" to get it to work

:D

Avatraxiom
2003-11-17, 10:16 PM CST
Why are you using an insmod in your rc.local, instead of an entry in your modules.conf and then using /usr/bin/generate-modprobe.conf ?

Other than that, it looks great.

-M

sagefire
2003-11-18, 01:03 PM CST
Because I am a former SuSE user and that was how I used to get it to work there :oops:

aitrus
2003-11-18, 09:13 PM CST
Older Zip drives actually use the ipp module instead of imm. They also require scsi and scsi-disk, and the device is /dev/sda4.

j

Trek1701
2005-09-10, 11:38 PM CDT
Older Zip drives actually use the ipp module instead of imm. They also require scsi and scsi-disk, and the device is /dev/sda4.

j
Hey...

I'm with a problem... I have to boot the fedora with a zip disc at the drive to work, otherwise fedora reports that the device doesn't exist.
I've mounted the drive as intructed, added the /dev/sda4 /mnt/zip100.0 vfat noauto,user 0 0 to fstab and ad these lines to /etc/rc.d/rc.local:

# zip drive module
/sbin/modprobe imm
/sbin/modprobe vfat

I found this at iomega...
https://iomega-na-en.custhelp.com/cgi-bin/iomega_na_en.cfg/php/enduser/std_adp.php?p_faqid=688&p_created=1072727140&p_sid=youA6gPh&p_lva=1282&p_li=

Thanks