LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-26-2005, 11:18 AM   #1
swartzr
LQ Newbie
 
Registered: Sep 2005
Location: Seattle
Distribution: Fedora Core 4
Posts: 6

Rep: Reputation: 0
Zip Disk Problems Dimension 4300


I have been trying to use my zip drive on FC 4, however I have ran into a few problems. Let me explain the symptoms and attempted dignostics:
Symptom:
Upon insertion of zip disk and typing the following command:
# mount -t vfat /dev/hdb /media/floppy
I get the following response:
mount: wrong fs type, bad option, bad superblock on /dev/hdb,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Attempted dignostic:
- Formate zip to Fat16 (first tried Fat32)
- Tried new zip disk formated to Fat16
- checked kernel .config to ensure vfat was being loaded

Any help would be appreciated
 
Old 09-26-2005, 01:00 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
An already formated Zip disk uses partition 4.
Try:
mount -t vfat /dev/hdb4 /media/floppy
 
Old 09-26-2005, 01:24 PM   #3
swartzr
LQ Newbie
 
Registered: Sep 2005
Location: Seattle
Distribution: Fedora Core 4
Posts: 6

Original Poster
Rep: Reputation: 0
I do not have an hdb4 in my /dev dir. here is the output of my dmesg | tail:

[root@u /]# dmesg | tail
NTFS-fs error (device hdb): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device hdb): ntfs_fill_super(): Not an NTFS volume.
hdb: The disk reports a capacity of 250640384 bytes, but the drive only handles 250609664
hdb: hdb1
hdb: The disk reports a capacity of 250640384 bytes, but the drive only handles 250609664
hdb: hdb1
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev hdb.
hdb: The disk reports a capacity of 250640384 bytes, but the drive only handles 250609664
hdb: hdb1
 
Old 09-28-2005, 06:40 AM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Have you tried a new Zip disk. They are already formated and use /dev/hdb4.
On the disks you reformated, did you create a partition?
 
Old 09-28-2005, 04:28 PM   #5
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
A zip disk needs to be formatted even though it has been already formatted. You can add a primary partition with a partition type b for FAT32 or type 83 for Linux filesystems. All zip drives will default to /dev/hdX4 for the zip disk when you first insert it. There is no reason why Iomega picked this.
 
Old 09-28-2005, 07:45 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Quote:
A zip disk needs to be formatted even though it has been already formatted.
Why? Except for when I wanted a linux filesystem or want to experiment I've never had to reformat a Jaz or Zip disk. I've never had an issue with linux, Dos or windows reading the preformated disks.

Quote:
All zip drives will default to /dev/hdX4 for the zip disk when you first insert it. There is no reason why Iomega picked this.
I believe it is a compatibility with a MAC but don't know for sure.

Last edited by michaelk; 09-28-2005 at 08:11 PM.
 
Old 09-29-2005, 12:17 AM   #7
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Quote:
Originally posted by michaelk
Why? Except for when I wanted a linux filesystem or want to experiment I've never had to reformat a Jaz or Zip disk. I've never had an issue with linux, Dos or windows reading the preformated disks.



I believe it is a compatibility with a MAC but don't know for sure.
The factory does not always format disks properly, so the disk will seem that it does not work. Always get in habit of formating zip disks, jaz disks, usb disks, and floppy disks.

I do not think to make it compatible with MAC. I think Iomega thought that extended partitions will make the drive come last instead of becoming before extra hard drives.
 
Old 02-21-2006, 12:07 PM   #8
MultiBooter
Member
 
Registered: Aug 2003
Distribution: Ubuntu 6.10 / SUSE 10.1
Posts: 56

Rep: Reputation: 15
Did you ever get your zip disk to mount? If not, how is it connected to your PC. (e.g. mine is a scsi, but there are ide ones also.) If it is a scsi you won't find it at /dev/hdb4, but it should be at /dev/sdb4 or /dev/sda4 if it is the first scsi device. If you fdisk and reformat it in linux you can choose what partition it uses, so it could be at /dev/sda1 if that was what you chose. If you have already solved your problem, then just ignore my post with my apologies. (the thread is a bit old, but I didn't see where you say you have it solved so I thought...)
 
  


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
zip disk d3s Linux - Newbie 1 04-16-2005 08:54 AM
Redhat 9 hard disk installation - CD install aborts in Dell Dimension 8300 wiesnerem Red Hat 0 12-20-2003 01:18 PM
Zip Disk Ian_Hawdon Linux - Hardware 8 05-21-2003 12:55 PM
Zip disk problems Mandrake 8.2) terrelw1 Linux - Hardware 0 07-01-2002 10:11 AM
zip disk-help square317 Linux - Software 1 12-19-2000 06:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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

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