LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   new dumb question: use of parallel port ZIP? (https://www.linuxquestions.org/questions/linux-newbie-8/new-dumb-question-use-of-parallel-port-zip-6635/)

JapKraut 09-17-2001 02:17 PM

new dumb question: use of parallel port ZIP?
 
How do I get Linux to identify-much less mount-a 100MB parallel port ZIP drive?

drjimstuckinwin 09-17-2001 06:48 PM

Hi
Linux sees it as a SCSI disc. There's a howto at www.linuxnewbie.org and undoubtedly others (linuxdoc etc) you need to do a recompile with the specific iomega scsi driver as a module or in the kernel itself, and away you go. I had a problem with the SCSI setup as I was trying to get a usb 250 zip going at the same time. Ended up removing the parallel drive (use it for norton rescue on laptop only). There are some iomega tools for linux at www.iomega.com as I recall.
Jim

JapKraut 09-18-2001 09:27 AM

http://www.linuxnewbie.org/nhf/intel.../mountzip.html

Is this what you referred to? It doesn't mention anything about compiling the SCSI driver, so I'm a bit confused...!

drjimstuckinwin 09-18-2001 10:07 AM

Hi
You need the iomega ppa module. It's in the scsi setup section of xconfig. If you've got the original install of whatever you're running, it's probably there already. Try the instructions in the nhf and see.
Jim

jharris 09-18-2001 12:41 PM

This thread on the forum may well answer some questions too

HTH

Jamie...

JapKraut 09-18-2001 03:59 PM

The thing is, I don't currently use X with Linux...just plain bash. I don't need X to use a ZIP, right...?!

Sorry for all the silly questions...I am clueless!

drjimstuckinwin 09-18-2001 07:16 PM

Hi

Equally the driver is in menuconfig. You need to make a mount point...

mkdir /mnt/zip
chmod 0777 /mnt/zip

Now insert the module

insmod ppa

now try mounting
mount -t vfat /dev/sda4 /mnt/zip

the vfat is assuming you've got a windoze disk, for some reason this is the 4th partition on the drive. If you've got a linux disk, use e2fs and sda1 above.

This should get it mounted.

Jim

JapKraut 09-18-2001 07:33 PM

drjimstuckinwin, thank you so much! Is that all that's necessary for console mounting/access of ZIP? If so, I'm lucky.

Also, can fdformat/superformat be used on ZIPs, or do I have to use the Iomega tools (I know the answer is probably the latter, but I'm just checking...!)

drjimstuckinwin 09-18-2001 07:42 PM

Hello
I think standard formatting should work, but I keep my disks as fat32 so never tried.
Hope it all works.
Jim

JapKraut 09-18-2001 07:52 PM

drjimstuckinwin, thank you so much! Is that all that's necessary for console mounting/access of ZIP? If so, I'm lucky.

Also, can fdformat/superformat be used on ZIPs, or do I have to use the Iomega tools (I know the answer is probably the latter, but I'm just checking...!)


All times are GMT -5. The time now is 01:30 AM.