LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-06-2001, 08:19 AM   #1
Thomas_Delrue
Registered User
 
Registered: Jul 2001
Posts: 41

Rep: Reputation: 15
Question Iomega ZIP-disk


I have installed the RedHat 7.1 LinuxDistro...
Now, I have a Iomega ZipDisk (Parallel Port)... How can I make this available in Linux...?

Do I have to recompile the kernel? What should I mount, etc...?

Some help please...

Thanks!
Thomas Delrue
Thomas_Delrue@hotmail.com
 
Old 07-06-2001, 08:38 AM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Your gonna want to read the Zip howto at www.linuxdoc.org to get you started. Anything you don't understand or problems you run into, let us know.
 
Old 07-06-2001, 08:54 AM   #3
jharris
Senior Member
 
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243

Rep: Reputation: 47
They're seen as SCSI disks as they use the PPA (100MB) or IMM (250MB) Parallel-to-SCSI adaptor. I expect you'll need to recompile your kernel, but it might be worth trying a
Code:
modprobe ppa
or
modprobe imm
and see if the module loads.

In the kernel you'll need SCSI support, SCSI disk support, Parallel support, Parallel_PC support and either PPA or IMM support as applicable. I've always found the dependencies end up screwed in /lib/modules/<kernel>/modules.dep so have a look at those when you've rebuilt the kernel and modprobe doesn't work. You want to have (Assuming you're on a 100MB disk) ppa.o dependent on sd.0 (SCSI disk) and parport_pc.o (pc), sd.o dependent on scsi.o (generic SCSI module), and parport_pc.o dependent on parport.o. Alternatively just sod the modules and put SCSI, SCSI disk, and parport pc in the kernel all the time, and just leave PPA support as a module so you can load and unload it for when you connect/disconnect the drive. If you put the ppa/imm code in the kernel it'll moan at boot time when it can't find the zip drive if its powered down or disconnected.

Its probably worth checking your BIOS to see if your parallel port is set for epp/ecp mode which will speed things up a lot. There is mention of support for these higher speed transfer modes somewhere in the kernel too that you'll probably wanna play with.

And the final piece of confusion: to mount a FAT formatted parallel zip disk (assuming you have no other SCSI disks) you use
Code:
mount -t vfat /dev/sda4 /someDir
I have no idea why it sees it as the forth partition when partitions 1-3 don't exist - not that this caused me a bloody nightmare in the past or anything You can always fdisk the drive under Linux and create an ext2 partition if you want to just use it under Linux or between linux machines. Have a look into the zip tools too. They let you write protect the disks, lock the drives etc...

In the past I've aliased (in /etc/modules.conf) /dev/sda to the ppa.o module so there was no need to actively load the module before mounting the disk, its pretty nice - just plug in the drive, power it up and issue the mount command. Job done.

Hope that all makes sense!

Jamie...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
unpluging USB IOMEGA Zip 250 k5knt Linux - Hardware 2 04-11-2005 07:23 PM
format iomega ZIP disk jeanrev Linux - General 1 09-06-2003 11:26 PM
Iomega Zip 750 meg dai Linux - Hardware 3 08-08-2003 04:40 PM
RE: Iomega zip 100 Pls help! Radio Linux - Networking 2 05-20-2002 05:40 AM
Question about Iomega ZIP 100 voitel Linux - Newbie 13 07-13-2001 05:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration