Bug 3892 - Mount of Iomega Zip 100 fails after upgrade from 5.2
Summary: Mount of Iomega Zip 100 fails after upgrade from 5.2
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 6.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Lawrence
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-07-04 03:32 UTC by sol0
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-08-25 22:53:25 UTC
Embargoed:


Attachments (Terms of Use)

Description sol0 1999-07-04 03:32:21 UTC
This is my fstab entry for the parallel zip:

/dev/hdb4    /mnt/zip     auto noauto,rw       0 0

In RH 5.2 I could mount the zip via "mount /mnt/zip", but
after the 6.0 upgrade I get this error:

[root@Pandy /root]# mount /mnt/zip
mount: you must specify the filesystem type

I'm at a loss as to what FS type to specify (-: I managed to
hang my session by specifying -t msdos (it's a PC formatted
disk).

This is the workaround - first mount a DOS partition:

[root@Pandy /root]# mount /mnt/zip
mount: you must specify the filesystem type
[root@Pandy /root]# df
Filesystem           1k-blocks      Used Available Use%
Mounted on
/dev/hda6              1981000   1078695    799894  57% /
/dev/hda7              5538191    452608   4798825   9% /home
/dev/hda8              3958767    265543   3488397   7% /usr/
local
[root@Pandy /root]# mount /mnt/dos
[root@Pandy /root]# mount /mnt/zip
[root@Pandy /root]# df
Filesystem           1k-blocks      Used Available Use%
Mounted on
/dev/hda6              1981000   1078695    799894  57% /
/dev/hda7              5538191    452608   4798825   9% /home
/dev/hda8              3958767    265543   3488397   7% /usr/
local
/dev/hda1              2044244    837584   1206660  41% /mnt/
dos
/dev/hdb4                98078      9556     88522  10% /mnt/
zip
[root@Pandy /root]#

Comment 1 sol0 1999-07-09 01:51:59 UTC
Note 1 - it's not a parallel Zip, rather an internal.

Note 2 - things ae worse that I suspected.  Even after mounting the
Zip, writing gzipped-tar-files leads to LOSS OF DATA - using either
gzip standalone or "tar -zc".  I'm able to create a tar file, and
title it afterwards.  gzip appears to work (I get a .tgz file), but
it cannot be gunzipped.... file shows it as type data....

Comment 2 Michael K. Johnson 1999-07-30 14:55:59 UTC
I have changed the component to kernel because the corruption
indicates that it is a kernel (or hardware, but that's not likely
since it worked with 5.2) problem.  The fact that data is being
corrupted is probably why mount can't figure out the filesystem
type.  Are you getting any kernel messages in /var/log/messages
complaining about the hdb4 device?

Comment 3 thibaut.cousin 1999-08-17 12:44:59 UTC
This problem is a known bug corrected in kernel version 2.2.11. Just
upgrade...

------- Additional Comments From   08/24/99 14:13 -------
1999/08/24

Yes, upgrading to 2.2.11 fixed all my ZIP problems.  Thanks.


Note You need to log in before you can comment on or make changes to this bug.