OK, this is the line in my fstab, I too have a parallel port 250zip
Code:
/dev/sda4 /zip250 auto noauto,owner,users,rw 0 0
you can mount it in /mnt if you want, I have mine in /
and my user can access it with read, write permissions
I also made a desktop config as a hard disk, so the Icon can mount/unmount the disk from the desktop.......and when you issue commands for the iw file, the disk must unmounted for the iw to work, you'll have to work with it a little...................now I have this in my /etc/modules.conf
Code:
alias parport_lowlevel parport_pc
and I put this in my /etc/rc.d/rc.local file
Code:
/sbin/modprobe parport
/sbin/modprobe imm
and in my /etc/rc.d/rc.modules this is enabled.........
Code:
/sbin/modprobe ide-scsi
ok, this is done.......Now you will need to recompile your kernel, make sure that you have
parallel support.......I have mine as a Module
Code:
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
# CONFIG_PARPORT_AMIGA is not set
# CONFIG_PARPORT_MFC3 is not set
# CONFIG_PARPORT_ATARI is not set
and go to the section SCSI............mine looks like this.......
Code:
# SCSI support
#
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_SD_EXTRA_DEVS=40
and also goto the SCSI low level drivers area.......mine is this.........
Code:
# CONFIG_SCSI_PPA is not set
CONFIG_SCSI_IMM=m
CONFIG_SCSI_IZIP_EPP16=y
# CONFIG_SCSI_IZIP_SLOW_CTR is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_NCR53C7xx is not set
Now, you will have to experiment with the IW file you got from Iomega.........but it works by issuing
a command thru a term window........If the disk is read only as all of mine are I put in this.....
Code:
iw -p /dev/sda4 -ue
this will unprotect the disk until it is ejetced.........
""WARNING .....don't accidentally use the -f command, as this will FORMAT the disk and you will
lose all your data!!!
post back here if you need more info.............!!