HELP: IDE ZIP drive and Red hat, cannot access Zip drive

HELP: IDE ZIP drive and Red hat, cannot access Zip drive

Post by Hans Krame » Fri, 05 Dec 1997 04:00:00



Hi Linux friends,

I have a IDE ZIPdrive and want to use it under Linux
Currently I have Redhat 4.1 installed.

During start-up it finds my IDE zip at /dev/hdc (/dev/hdb
is my IDE cdrom), however any attempt to mount a disk or to access with
mtools failed. Mtools gives me a read error, with obscure messages like
hdc: packect command error: status=0x51 error=0x50.... (sigh)

Do I have to upgrade to Redhat 5.0. I read somewhere that it might work.
Does anybody has more experience with this matter and hence could
anybody give me some valuable advice, before I run to the store and buy
redhat 5.0 or get myself a scsi ZIP drive.

Thanx guys,

Hans Kramer

 
 
 

HELP: IDE ZIP drive and Red hat, cannot access Zip drive

Post by Tom Evan » Fri, 05 Dec 1997 04:00:00



> I have a IDE ZIPdrive and want to use it under Linux
> Currently I have Redhat 4.1 installed.

> During start-up it finds my IDE zip at /dev/hdc (/dev/hdb
> is my IDE cdrom), however any attempt to mount a disk or to access with
> mtools failed. Mtools gives me a read error, with obscure messages like
> hdc: packect command error: status=0x51 error=0x50.... (sigh)

try "fdisk /dev/hdc", should show one partition, usually hdc4.
then "mount -t msdos /dev/hdc4 /mnt" works for me
regards,
--

All disclaimers apply...

 
 
 

HELP: IDE ZIP drive and Red hat, cannot access Zip drive

Post by Wolfgang Rup » Fri, 05 Dec 1997 04:00:00



> I have a IDE ZIPdrive and want to use it under Linux
> Currently I have Redhat 4.1 installed.

 however any attempt to mount a disk or to access with

Quote:> mtools failed. Mtools gives me a read error, with obscure messages like
> hdc: packect command error: status=0x51 error=0x50.... (sigh)

hi Hans!

I suppose you know that the factory DOS-partition on
a ZIP medium is in partition 4?! So you have to mount
/dev/hd?4. You can also fdisk the medium to change the
partition and reformat the disk. I have original ones
here and some I changed to /dev/hd?1 with ext2fs.
Both types work fine.

The BIOS of my machine is set to autodetect all drives.
I use Kernel 2.0.30, but since the EIDE version acts like
any other EIDE harddisk, the kernel version should not
matter. (Mount/umount works fine here.)

Hope it helps.

Wolfgang

 
 
 

HELP: IDE ZIP drive and Red hat, cannot access Zip drive

Post by Matt Kirsc » Sat, 06 Dec 1997 04:00:00


 > I have a IDE ZIPdrive and want to use it under Linux
 > Currently I have Redhat 4.1 installed.

 > During start-up it finds my IDE zip at /dev/hdc (/dev/hdb
 > is my IDE cdrom), however any attempt to mount a disk or to access
with
 > mtools failed. Mtools gives me a read error, with obscure messages
like
 > hdc: packect command error: status=0x51 error=0x50.... (sigh)

The IDE Zip drive needs ATAPI floppy device support, which isn't
available in RedHat 4.1's 2.0.27 kernel. You either should upgrade to
RedHat 5.0, or upgrade your kernel to 2.0.32. Right now it is being
recognized as an ATAPI CDROM.

--
+-------------------------------+--------------------------------------------+
|Matt Kirsch,
Programmer/analyst|                                            |
|Academic Computing Services    |   THIS SPACE UNINTENTIONALLY LEFT
BLANK    |
|SUNY Brockport                
|                                            |

|                                            |
+-------------------------------+--------------------------------------------+

 
 
 

HELP: IDE ZIP drive and Red hat, cannot access Zip drive

Post by Tom Evan » Mon, 08 Dec 1997 04:00:00



> The IDE Zip drive needs ATAPI floppy device support, which isn't
> available in RedHat 4.1's 2.0.27 kernel. You either should upgrade to
> RedHat 5.0, or upgrade your kernel to 2.0.32. Right now it is being
> recognized as an ATAPI CDROM.

interesting, how do you explain;
hdc: IOMEGA ZIP 100, 96MB w/16kB Cache, LBA, CHS=512/12/32
with 4.2 (2.0.30) and but also worked with 4.1 on my system.
A dell dimension if it matters, appears to me its treated as
a hard drive.
--

All disclaimers apply...
 
 
 

HELP: IDE ZIP drive and Red hat, cannot access Zip drive

Post by Rob Muraws » Mon, 08 Dec 1997 04:00:00


: interesting, how do you explain;
: hdc: IOMEGA ZIP 100, 96MB w/16kB Cache, LBA, CHS=512/12/32
: with 4.2 (2.0.30) and but also worked with 4.1 on my system.
: A dell dimension if it matters, appears to me its treated as
: a hard drive.

There are two kinds of ZIP drives: ATAPI and IDE.  The IDE show up as a
hard drive while the ATAPI shows up as a CD-ROM.  The IDE works just like
any other HD in Linux while the ATAPI requires a newer kernel with ATAPI
floppy support.  The IDE ZIP drives have an eject button with an amber LED
next to it.  Apparently, the ATAPI ZIP drives have a green LED and eject
button combined(?).  I have seen HP Vectras that came with internal IDE
ZIP drives.  I think some Dells also use the IDE.  Iomega seems to be only
making the ATAPI models now.

-Rob

 
 
 

HELP: IDE ZIP drive and Red hat, cannot access Zip drive

Post by David l Be » Tue, 09 Dec 1997 04:00:00


: There are two kinds of ZIP drives: ATAPI and IDE.  The IDE show up as a
: hard drive while the ATAPI shows up as a CD-ROM.  The IDE works just like
: any other HD in Linux while the ATAPI requires a newer kernel with ATAPI
: floppy support.  The IDE ZIP drives have an eject button with an amber LED
: next to it.  Apparently, the ATAPI ZIP drives have a green LED and eject
: button combined(?).

Rob's right -- the ATAPI ZIP has a single green activity light that
doubles as the eject button.  

- David

 
 
 

HELP: IDE ZIP drive and Red hat, cannot access Zip drive

Post by Matt Kirsc » Wed, 10 Dec 1997 04:00:00


 > > The IDE Zip drive needs ATAPI floppy device support, which isn't
 > > available in RedHat 4.1's 2.0.27 kernel. You either should upgrade
to
 > > RedHat 5.0, or upgrade your kernel to 2.0.32. Right now it is being
 > > recognized as an ATAPI CDROM.

 > interesting, how do you explain;
 > hdc: IOMEGA ZIP 100, 96MB w/16kB Cache, LBA, CHS=512/12/32
 > with 4.2 (2.0.30) and but also worked with 4.1 on my system.
 > A dell dimension if it matters, appears to me its treated as
 > a hard drive.

Some Iomega Zip drives are ATAPI, and some are EIDE. The EIDE versions
were only available to OEMers like Dell. The ATAPI version is the one
you can buy off the shelf.

 
 
 

1. Iomega ZIP parallel zip drive under red hat linux 6.0 problem solved

Thanks to all that sent me suggestions on how to get the $%(#!! thing
working.  Help, particularly the free kind, is always appreciated.

Success came when, contrary to what the FAQ implies, I discovered that
a parallel port zip drive is not ALWAYS /dev/sda4.

On my computer it happened to be /dev/sdc4 -- maybe that's because I
have 3 SCSI adapters in it and a handful of SCSI hard drives and peripherals.
I dunno.

So if you're ready to take a chainsaw to your spiffy new ZIP drive because
you've done
  $ insmod parport
  $ insmod ppa
  $ mount -t vfat /dev/sda4 /zipdrive
and all the damn thing says back to you is
    mount: /dev/sda4 is not a valid block device
try /dev/somethingelse, in particular /dev/sdb4, /dev/sdc4, and so on.

--
Phil Geiger

2. break aix on bull

3. IDE Zip drive installation with Red Hat 5.1

4. 3Com 3c509b EEPROM setup

5. Help: installing red hat 4.2 hard drive/zip problems

6. Getting a memory dump and back again?

7. problems with USB Zip drive on Red Hat

8. Which package is alloc.h in? (for c compiler of Solaris 7)

9. Zip Drive under Red Hat

10. Laptop,Notebook,Red Hat,Zip Drive

11. How to install Red Hat 7.0 on ZIP+ drive

12. Zip Drive Parallel with Red Hat 5.0

13. Zip Drive under Red Hat