Re: [newbie] CD-RW at hdc inaccessible

2001-06-22 Thread Miark

When I boot, that first screen that lists all your hardware lists both CD
drives as PIO 4. Would that have anything to do with my problem? In other
words, should my CD-RW drive be anything else?

Are there any BIOS settings that may be interfering?

Thanks,
Miark


- Original Message -
From: Miark [EMAIL PROTECTED]
To: Newbie at MDK [EMAIL PROTECTED]
Sent: Thursday, June 21, 2001 11:53 AM
Subject: [newbie] CD-RW at hdc inaccessible


 Hi all,

 I'm running 8.0 and can't read my Creative CD-RW RW8433E drive at hdc. I
 looked through old messages, but couldn't find a solution. Here's my
set-up:

   hda - hard drive hdc - CD-RW
   hdb - nothing  hdd - DVD-ROM

 Here are other details:

 * /dev/cdrom is sybolically linked to /dev/scd0
 * LILO includes append= hdc=ide-scsi mem=1024M)
 * An lsmod reports the presence of ide-scsi   7568   0

 * hdc and hdd are on a 40-pin cable

 * KDE reports the permissions at basically 777
 * ls -la on /dev/cdrom is identical to cdrom2 (w/ lrwxrwxrwx)
 * ls -la on /mnt/cdrom is identical to cdrom2 (w/ drwxrwxrwx)
 * ls -la on /dev/scd0 is brw-rw---

 I'd very much appreciate your insights!

 Thanks,
 Miark







Re: [newbie] CD-RW at hdc inaccessible

2001-06-22 Thread Paul Cox

On Thursday, Jun 21, 2001, Miark wrote:

 Dennis, yes, I've got hdc=ide-scsi in its proper place.

You might check in /etc/fstab to make sure /mnt/cdrom is going for the
right device... here's mine (my CDRW is at /dev/scd0 also which
/dev/cdrom links to):

/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0

-- 
Paul Cox paul at coxcentral dot com
Kernel: 2.4.3-20mdk-win4lin-pcox  -  Uptime: 5 days 9 hours 57 minutes.




[newbie] CD-RW at hdc inaccessible

2001-06-21 Thread Miark

Hi all,

I'm running 8.0 and can't read my Creative CD-RW RW8433E drive at hdc. I
looked through old messages, but couldn't find a solution. Here's my set-up:

  hda - hard drive hdc - CD-RW
  hdb - nothing  hdd - DVD-ROM

Here are other details:

* /dev/cdrom is sybolically linked to /dev/scd0
* LILO includes append= hdc=ide-scsi mem=1024M)
* An lsmod reports the presence of ide-scsi   7568   0

* hdc and hdd are on a 40-pin cable

* KDE reports the permissions at basically 777
* ls -la on /dev/cdrom is identical to cdrom2 (w/ lrwxrwxrwx)
* ls -la on /mnt/cdrom is identical to cdrom2 (w/ drwxrwxrwx)
* ls -la on /dev/scd0 is brw-rw---

I'd very much appreciate your insights!

Thanks,
Miark





Re: [newbie] CD-RW at hdc inaccessible

2001-06-21 Thread Chris Keelan

On Thursday 21 June 2001 12:53, you wrote:
 Hi all,

 I'm running 8.0 and can't read my Creative CD-RW RW8433E drive at hdc. I
 looked through old messages, but couldn't find a solution. Here's my
 set-up:

   hda - hard drive hdc - CD-RW
   hdb - nothing  hdd - DVD-ROM

Can you read it as /dev/cdrom? How about as /dev/scd0? I can't recall why but 
I think you're not supposed to reference hdc except as 
/dev/scd0--/dev/cdrom/.

On my system ( I have a harddrive at hda and a cd-rw at hdc) there are no 
symlinks from any of the hdN devices. Instead, my drive is /dev/scd0 which is 
linked to /dev/cdrom.

Any particular reason why you need to reference hdc?

- Chris




Re: [newbie] CD-RW at hdc inaccessible

2001-06-21 Thread Dennis M.

On Thursday 21 June 2001 22:42, you wrote:
 On Thursday 21 June 2001 12:53, you wrote:
  Hi all,
 
  I'm running 8.0 and can't read my Creative CD-RW RW8433E drive at hdc. I
  looked through old messages, but couldn't find a solution. Here's my
  set-up:
 
hda - hard drive hdc - CD-RW
hdb - nothing  hdd - DVD-ROM

 Can you read it as /dev/cdrom? How about as /dev/scd0? I can't recall why
 but I think you're not supposed to reference hdc except as
 /dev/scd0--/dev/cdrom/.

 On my system ( I have a harddrive at hda and a cd-rw at hdc) there are no
 symlinks from any of the hdN devices. Instead, my drive is /dev/scd0 which
 is linked to /dev/cdrom.

 Any particular reason why you need to reference hdc?

 - Chris
Look in lilo.conf and see if you are booting the hda with the following 
scripts in lilo:
image=/boot/vmlinuz
label=linux
root=/dev/hda1
initrd=/boot/initrd.img
append= hdc=ide-scsi hdd=ide-floppy quiet
vga=788
read-only

except the above hdd= will read something differrent. If the hdc=ide-scsi 
line is not there then you should add it and then as su in console at the 
prompt type lilo without the quotes. Sorry if you already know some of this.
Any way, that should get you ability to read your cdrw. If not come back and 
let us know.  Onward ,  
-- 

Dennis M. registered Linux user #180842