On Wednesday 23 May 2001 09:19, Todd wrote:
> I upgraded last night from Mandrake 7.1 (or 7.2?) to 8.0.  Now both my
> CDs won't supermount.  I have a CDR and a CDRW.  I looked at the burning
> tutorial that describes the kudzu(?) bug, but that didn't seem to
> apply...
>
> Both CDs worked without intervention (manual mounting, etc) before the
> upgrade.  Now the CDR will work if I manually mount it but the CDRW
> won't.  I'd like them to both work without any manual mounting again...
> and I'd especially like to get the CDRW working again (even if it's just
> for reading).
>
> In /dev I have:
> lrwxrwxrwx    1 root     root            4 May 23 07:45 cdrom -> scd0
> lrwxrwxrwx    1 root     root            8 Jan 20 23:44 cdrom1 ->
> /dev/hdd
> lrwxrwxrwx    1 root     root            3 May 22 15:46 cdrom2 -> hdd
>
> Here's relevant parts of my dmesg and fstab:
>
> dmesg:
> ...snip...
> Kernel command line: BOOT_IMAGE=linux ro root=346 hdc=ide-scsi quiet
> ide_setup: hdc=ide-scsi
> ...snip...
> Uniform Multi-Platform E-IDE driver Revision: 6.31
> ide: Assuming 33MHz system bus speed for PIO modes; override with
> idebus=xx
> PIIX4: IDE controller on PCI bus 00 dev 39
> PIIX4: chipset revision 1
> PIIX4: not 100% native mode: will probe irqs later
>     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
>     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
> hda: WDC AC310200R, ATA DISK drive
> hdb: IBM-DTLA-307030, ATA DISK drive
> hdc: CREATIVE CD-RW RW4224E, ATAPI CD/DVD-ROM drive
> hdd: ASUS CD-S400/A, ATAPI CD/DVD-ROM drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> ide1 at 0x170-0x177,0x376 on irq 15
> hda: 20044080 sectors (10263 MB) w/512KiB Cache, CHS=1247/255/63,
> UDMA(33)
> hdb: 60036480 sectors (30739 MB) w/1916KiB Cache, CHS=3737/255/63,
> UDMA(33)
> hdd: ATAPI 40X CD-ROM drive, 128kB Cache, UDMA(33)
> Uniform CD-ROM driver Revision: 3.12
> Partition check:
>  hda: hda1 hda2 < hda5 >
>  hdb: hdb1 hdb2 < hdb5 hdb6 hdb7 hdb8 >
> ...snip...
> SCSI subsystem driver Revision: 1.00
> scsi0 : SCSI host adapter emulation for IDE ATAPI devices
>   Vendor: CREATIVE  Model: CD-RW RW4224E     Rev: 1.36
>   Type:   CD-ROM                             ANSI SCSI revision: 02
> ...snip...
> hdd: tray open
> end_request: I/O error, dev 16:40 (hdd), sector 64
> isofs_read_super: bread failed, dev=16:40, iso_blknum=16, block=32
> cdrom: open failed.
> ISO 9660 Extensions: Microsoft Joliet Level 3
> ISO 9660 Extensions: RRIP_1991A
> cdrom: open failed.
> nfs warning: mount version older than kernel
>
>
> And fstab:
>
> /dev/hdb6 / ext2 defaults 1 1
> /dev/hda5 /boot ext2 defaults 1 2
> none /dev/pts devpts mode=0620 0 0
> /dev/hdb8 /home ext2 defaults 1 2
> /mnt/c  /mnt/c  supermount
> fs=vfat,dev=/dev/hda1,umask=0,nosuid,nodev,exec 0 0
> /mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0
> /mnt/cdrom2 /mnt/cdrom2 supermount fs=iso9660,dev=/dev/cdrom2 0 0
> /mnt/d  /mnt/d  supermount
> fs=vfat,dev=/dev/hdb1,umask=0,nosuid,nodev,exec 0 0
> /mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0 0 0
> none /proc proc defaults 0 0
> /dev/hdb7 /usr ext2 defaults 1 2
> /dev/hdb5 swap swap defaults 0 0

Well, an upgrade / update is a tall order for something with as big a delta 
as 7.2 to 8.0, particularly since packaging policies changed and library 
policies changed.  You may have pieces of 8.0 uninstalled because the 7.2 
package was one and the 8.0 equivalent was 3 packages.

As a general rule, I make separate /usr/local and /home and /var directories, 
and just install a new version without formatting those partitions.  I use 
the update install in special circumstances for the SAME version.  For 
example, if I want to do a minimal install, build special filesystems then 
bring in the rest of the system, I use the update install to do it.  Update 
install is also a great way to implement MandrakeFreq images.

Anyway--one of your CDs is pointed to hdd and it should be to scd1...  
further hdd=ide-scsi should be in each of your append lines for linux 
bootable systems.  This may help the supermount quite a bit.  You use Control 
Center--Boot Configuration for the appends and you do this for the link, as 
root.

(from a terminal in superuser mode)

cd /dev && rm cdrom2 -f && ln -s scd1 cdrom2

Next do an lsmod and make certain

ide-scsi id listed.  If it is not, then post to me the output of 

cat /etc/modules.conf 

And I'll give you a fix.

Civileme

Reply via email to