On 20 Mar 2002 11:55:00 +0100
Pixel <[EMAIL PROTECTED]> wrote:
> Charles A Edwards <[EMAIL PROTECTED]> writes:
>
> > I thought all problems with ide zip drives had long been fixed.
> >
> > With a clean install of 8.2F during installation hdc=ide scsi append is auto
>generated.
> >
> > Post install checking /etc/fstab shows /mnt/zip /dev/hdc4 entry but No entry for
>sda4.
> > Manually creating an entry for /mnt/zip1 /dev/sda4 allows the drive to be accessed
>and used.
> >
> > What happened?
>
> Can you give the fstab from /root/drakx/report.bug.gz? It's the one created by
> DrakX. I wonder if kudzu didn't mess up something.
********************************************************************************
* fstab
********************************************************************************
/dev/hde1 / reiserfs notail 1 1
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hde5 /home reiserfs notail 1 2
/dev/hde6 /home/safe reiserfs notail 1 2
/mnt/cdrom /mnt/cdrom supermount dev=/dev/hda,fs=iso9660,ro,--,iocharset=iso8859-1 0 0
/mnt/floppy /mnt/floppy supermount
dev=/dev/fd0,fs=vfat,--,iocharset=iso8859-1,umask=0,sync,codepage=850 0 0
/mnt/zip /mnt/zip supermount
dev=/dev/hdc4,fs=vfat,--,iocharset=iso8859-1,umask=0,sync,codepage=850 0 0
none /proc proc defaults 0 0
none /tmp tmpfs defaults 0 0
/dev/hde7 swap swap defaults 0 0
It must be kudzu or the like, during setup this entry is noted:
step `setupSCSI' finished
* starting step `doPartitionDisks'
* warning: bad magic number at /usr/bin/perl-install/partition_table_empty.pm line 29.
* found a dos partition table on /dev/hde at sector 0
* test_for_bad_drives(/dev/hde)
* missing module floppy
* setting probeall scsi_hostadapter to ide-scsi
* IDE Zip: hdc => sda
but as you can note from fstab there is no sda entry.
Charles