You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, September 16th 2003, 2:36am

mount parallel zip drive

i have an parellel Zip 100 drive, but i dont know how to mount it. im running Red Hat 9. i got the iomega drivers for linux, but they dont work....so anyone's help would be greatly appreciated!

2

Thursday, October 9th 2003, 12:01am

Normally you do not need any special driver. What comes with Linux 2.4 should be enough.

However you must be sure that your parallel port is configured correctly (right IO base and right IRQ interupt.)

The ZIP drive needs to be alone on the parallel port, you cannot have a mixed use of a single parallel port.

Then you need to put in action the correct driver:
- ppa for older parallel ZIP
- imm for ZIP-Plus and similar.

So in root modus, do
modprobe -v ppa

If it is not recognized, then:
modprobe -v imm

If it get recognized, you have now an additional SCSI drive on your system. (The drivers use the SCSI sub-system of Linux.) So normally your drive becomes /dev/sda

As ZIP disks for Windows have a partition in the 4th partition entry,
the complete partition name will be /dev/sda4

so you can mount it like any other filesystem (as VFAT.)

Have a nice day!

3

Thursday, October 9th 2003, 12:07am

thanks, man....mine was sdb4 :D

4

Thursday, October 9th 2003, 11:43am

Ah, you already had a SCSI drive. Sorry, I have not thought about it.

Have a nice day!

5

Thursday, October 9th 2003, 4:13pm

not sure y its mounted like a SCSI, but i got my mp3 player as sda....

6

Thursday, October 9th 2003, 6:53pm

Well, sd means SCSI Disk. :)

However many more things are nearly SCSI than one could think of. That is why the SCSI sub-system is so much used in Linux.

Have a nice day!