Re: Zip 100MB Parallel Disk Drive

2002-10-22 Thread Tim Waugh
On Tue, Oct 22, 2002 at 09:34:54PM +1000, John BouAntoun wrote: > Can anyone please point me in the right direction to where I can find > info on how to install my IOMEGA Zip 100MB Parallel Port Drive. You'll need to add '/sbin/modprobe ppa' to the end of /etc/rc.local I think. Then /dev/sda4 (o

Re: Zip 100MB Parallel Disk Drive

2002-10-22 Thread James Kaufman
On Tue, Oct 22, 2002 at 09:34:54PM +1000, John BouAntoun wrote: > Can anyone please point me in the right direction to where I can find > info on how to install my IOMEGA Zip 100MB Parallel Port Drive. > > My Google searches seem to have been fruitless. Is there anything I need > to do specific to

RE: Zip 100MB Parallel Disk Drive

2002-10-22 Thread Pavel Rozenboim
As a start try as root 'modprobe ppa' or 'modprobe imm' commands (it depends on version if Zip drive). If one of them works, add line 'alias block-major-8 ppa' (or imm) to /etc/modules.conf file and '/dev/sda4 /mnt/zip100 noauto defaults' (options may vary) to /etc/fstab. Create /mnt/zip100 directo