Hi,

I have an LS120 Floppy Drive, a CDROM drive and a CD-RW. They were working 
for the most part, but I couldn't access the CDROM to read from in X-CD-ROAST 
or other burner apps to duplicate CDs (CD-RW would write). The CD-RW was hda, 
the CDROM was hdb and the LS120 was hdc. I thought things would work better 
with the CD drives on a different IDE channel so I made the LS120 hda, the 
CDROM hdb and the CD-RW hdc (swapped the floppy and rewriter). Now I can read 
from the CDs from my created Desktop CD Icons, can't access the LS120 at all 
(thinks it's a CDROM) and X-CD-Roast sees the LS120 as the only SCSI device 
so I can't burn CDs at all with any software.

'dmesg' shows:  ide_setup: hda-ide-scsi

I thought I had changed the /etc/fstab and /etc/lilo.conf files correctly, 
but obviously I don't know what I'm doing and I didn't  find any info. on the 
Website when I searched for 'LS120'.

P.S. 'dmesg' also shows: hda: LS-120 Vers 00 UHD Floppy, ATAPI FLOPPY drive
                                   hdb: CD-540E, ATAPI CDROM drive
                                   hdc: IMATIONCD-RW IMW 040420, ATAPI CDROM 
drive (all correct)
                                   hde: IBM.........
                                   hdf:  IBM.........(Both hard drives, 
working fine).

Also getting 'VFS: Disk change detected on device ide1(22,0)
                          "          "           "         "       ide0(3,64) 

Is there a way to force the system to update everything or do I need to 
change the config. files ? 

Could anyone help me please ? I tried posting to the 'newbie' group, but it 
doesn't seem to be working right. Thought I'd try it here. I included the 
/etc/fstab & /etc/lilo.conf

Thank You,

Jeff


/dev/hdf5 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdf7 /home ext2 defaults 1 2
/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/floppy /mnt/floppy supermount fs=vfat,dev=/dev/hda 0 0
/dev/hde1 /mnt/win_c vfat user,exec,umask=0 0 0
/dev/hdf1 /mnt/win_c2 vfat user,exec,umask=0 0 0
none /proc proc defaults 0 0
/dev/hdf6 swap swap defaults 0 0
boot=/dev/hde
map=/boot/map
install=/boot/boot.b
default=linux
keytable=/boot/us.klt
lba32
prompt
timeout=50
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
        label=linux
        root=/dev/hdf5
        append=" hdc=ide-scsi hda=ide-floppy"
        vga=788
        read-only
image=/boot/vmlinuz
        label=linux-nonfb
        root=/dev/hdf5
        append=" hdc=ide-scsi hda=ide-floppy"
        read-only
image=/boot/vmlinuz
        label=failsafe
        root=/dev/hdf5
        append=" hdc=ide-scsi hda=ide-floppy failsafe"
        read-only
other=/dev/hde1
        label=windows
        table=/dev/hde
other=/dev/hdf1
        label=windows2
        table=/dev/hdf
        map-drive=0x80
           to=0x81
        map-drive=0x81
           to=0x80
other=/dev/hda
        label=floppy
        unsafe

Reply via email to