Vidiot wrote:
> hdd: IOMEGA ZIP 100 ATAPI, ATAPI FLOPPY drive
OK, this is what we're talking about
> Partition check:
> ide-floppy: hdd: I/O error, pc = 5a, key = 5, asc = 24, ascq = 0
> ide-floppy: Can't get drive capabilities
> hdd: 98304kB, 32/64/96 CHS, 4096 kBps, 512 sector size, 2941 rpm
> hdd: The drive reports both 100663296 and 0 bytes as its capacity
Your system still sees the drive as hdd (i.e. IDE, I guess you
don't need the scsi emulation)
> I get: mount: /dev/hdd1: can't read superblock
The disk doesn't look like ext2 formatted, or it's not inserted.
Not a problem yet.
> The fstab entry for the Zip drive is:
>
> /dev/hdd1 /zip ext2 noauto,user,defaults 0 0
> /dev/hdd4 /dos/zip vfat noauto,user,defaults 0 0
>
Insert a dos formatted disk and run "fdisk /dev/hdd". What is the
"p" command returning?
Insert a blank disk. Run "fdisk /dev/hdd". Delete all partitions
if any, then create a primary partition, and tag it 83 (Linux
native). The "p" command should return something like (the
numbers may not match):
Disk /dev/hdd: 64 heads, 32 sectors, 96 cylinders
Units = cylinders of 2048 * 512 bytes
Device Boot Begin Start End Blocks Id
System
/dev/hdd1 1 1 81 82928 83
Linux native
^^^^^^^^^ first column
^^^^^^^^^^^^^^^^ 3rd column in /etc/fstab are dictated by these.
Run "mke2fs -c /dev/hdd1".
Check that you have the /zip directory, and "mount /zip". Should
work. Check it with "df -a".
Give me results, as I don't have the ZIP drive on my home
machine.
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.