I sent this earlier but I haven't seen it show up on the list. If it comes through twice I apologize.

OK, John, I believe I did everything as directed.

Below is the new results of dmesg | grep hd


[EMAIL PROTECTED] langsley]$ dmesg | grep hd
Kernel command line: BOOT_IMAGE=linux ro root=306 devfs=mount hdb=ide-scsi
ide_setup: hdb=ide-scsi
    ide0: BM-DMA at 0xa000-0xa007, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xa008-0xa00f, BIOS settings: hdc:pio, hdd:DMA
hda: IBM-DTLA-307015, ATA DISK drive
hdb: SAMSUNG CDRW/DVD SM-348B, ATAPI CD/DVD-ROM drive
hda: 30003120 sectors (15362 MB) w/1916KiB Cache, CHS=29765/16/63, UDMA(100)


Yes, I've learned more about the Linux OS in the last few days than in all the months I've been running Linux.

What's next??


Again thanks for all the help. I would hgiven up long ago without the help I've gotten here.

LTR  }}:{(

~~~~~~~


[EMAIL PROTECTED]

http://www.bullovedbulldogs.com/
  
On Sat, 2003-06-21 at 13:28, John Drouhard wrote:
On 21 Jun 2003 18:03:13 -0500
Langsley T Russell <[EMAIL PROTECTED]> wrote:

> Here it is John.
> 
> [EMAIL PROTECTED] langsley]$ dmesg | grep hd
> Kernel command line: BOOT_IMAGE=linux ro root=306 devfs=mount
> hdb=ide-scsi
> ide_setup: hdb=ide-scsi
>     ide0: BM-DMA at 0xa000-0xa007, BIOS settings: hda:DMA, hdb:pio
>     ide1: BM-DMA at 0xa008-0xa00f, BIOS settings: hdc:pio, hdd:DMA
> hda: IBM-DTLA-307015, ATA DISK drive
> hda: 30003120 sectors (15362 MB) w/1916KiB Cache, CHS=29765/16/63,
> UDMA(100) 

It's not even recognizing your cdrw drive as being there. Make this your fstab:

/dev/hda6 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda8 /home ext3 defaults 1 2
none /mnt/hdb supermount dev=/dev/hdb,fs=auto,ro,--,user,iocharset=iso8859-1,codepage=850,umask=0 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=vfat,--,iocharset=iso8859-1,umask=0,sync,codepage=850 0 0
/dev/hda1 /mnt/win_c vfat iocharset=iso8859-1,umask=0,codepage=850 0 0
/dev/hda5 /mnt/win_d vfat iocharset=iso8859-1,umask=0,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hda7 swap swap defaults 0 0

Change it to that, save it, then edit your lilo.conf so your append line
DOES NOT have the scsi em thing. Then run lilo as root, and then reboot
your computer. Once you've done all this, run dmesg | grep hd again.
Then give us the results of that. We will then walk you through how to
set up sci-em, once again, correctly.

I imagine you've learned a lot about linux through this experience. :)

John Drouhard

Reply via email to