Here are the files you asked to see, any and all help is accepted. I know I 
was a dummy, cause I probably wouldn't have lost my CDRW if I had realized 
the only thing wrong was my ram went bad.

[root@localhost dennis]# ls -l /dev/cd*
lrwxrwxrwx    1 root     root   9 Feb 24 10:03 /dev/cdrom1->/dev/scd0
brw-rw----    1 root     disk      15,   0 Sep 27 10:31 /dev/cdu31a
brw-r-----    1 root     disk      24,   0 Sep 27 10:31 /dev/cdu535   

Here is boot/grub/menu.lst:

timeout 5
color black/cyan yellow/cyan
i18n (hd0,0)/grub/messages
keytable (hd0,0)/us.klt
altconfigfile (hd0,0)/grub/menu.once
default 1
 
title floppy
root (fd0)
chainloader +1
 
title linux
kernel (hd0,0)/vmlinuz root=/dev/hda6  hdb=ide-scsi hdd=ide-floppy vga=788
 
title linux-nonfb
kernel (hd0,0)/vmlinuz root=/dev/hda6  hdb=ide-scsi hdd=ide-floppy
 
title failsafe
kernel (hd0,0)/vmlinuz root=/dev/hda6  hdb=ide-scsi hdd=ide-floppy failsafe


[Here is :    /etc/lilo.conf
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=normal
default=linux
keytable=/boot/us.klt
lba32
prompt
timeout=50
message=/boot/message
menu-scheme=wb:bw:wb:bw
other=/dev/fd0
        label=floppy
        unsafe
image=/boot/vmlinuz
        label=linux
        root=/dev/hda6
        append=" hdb=ide-scsi hdd=ide-floppy"
        vga=788
        read-only
image=/boot/vmlinuz
        label=linux-nonfb
        root=/dev/hda6
        append=" hdb=ide-scsi hdd=ide-floppy"
        read-only
image=/boot/vmlinuz
        label=failsafe
        root=/dev/hda6
        append=" hdb=ide-scsi hdd=ide-floppy failsafe"
        read-only  
     
Here is /etc/fstab:

/dev/hda6 / ext2 defaults 1 1
/dev/hda1 /boot ext2 defaults 1 2
none /dev/pts devpts mode=0620 0 0
/dev/hda8 /disk ext2 defaults 1 2
/dev/hda7 /home ext2 defaults 1 2
/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0
/mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0 0 0
/mnt/zip /mnt/zip supermount fs=vfat,dev=/dev/zip 0 0
/dev/hda12 /object ext2 defaults 1 2
none /proc proc defaults 0 0
/dev/hda9 /tmp ext2 defaults 1 2
/dev/hda10 /usr ext2 defaults 1 2
/dev/hda11 /var ext2 defaults 1 2
/dev/hda5 swap swap defaults 0 0   


 
         On Saturday 24 February 2001 21:46, you wrote:
> On Saturday 24 February 2001 16:15, you wrote:
> > Well here we go again. I finally got my system working again, after
> > loosing a big chunk of ram, and now I'm trying to get the cdrw up and
> > running. Only problem is I can't get permission to /mnt/cdrom and using
> > the tutorial instructions I get back an " can't remove cdrom, file or
> > directory does not exist.  Hard drake shows the cdrom as both hdb and
> > scd0?  Any one out there worked through this or do I need to start
> > another reinstall?
>
> Don't you know touching that reset button is a sin?
> <g>
> let's see the output of
>
> ls -l /dev/cd*
> cat /boot/grub/menu.lst
> cat /etc/lilo.conf
> cat /etc/fstab
>
>
> And someone on this list is sure to jump in with good advice.
>
> Civileme

-- 
Dennis M. registered linux user # 180842

Reply via email to