How to mount CD-RW using ide-scsi??

How to mount CD-RW using ide-scsi??

Post by Michael Knig » Sat, 09 Jun 2001 10:34:16



I'm using a RedHat 7.0 system with an HP 9100 CD-Writer Plus.

I was able to mount it just fine as /dev/hdc.

I have, for several months now been using it successfully with xcdroast
to burn CD's identified as a SCSI CD drive using the ide-scsi emulation.

The drive is /dev/sg0 currently, but I am unable to mount it as I was
when it was an ide drive.

mount -t iso9660 /dev/sg0 /mnt/cdrom

results in:

mount: /dev/sg0 is not a block device

Here are the permissions:
crw-------    1 michael  sys       21,   0 Aug 24  2000 /dev/sg0

As I said, it works fine with xcdroast.  What am I doing wrong?

All help appreciated.

Thanks,

Michael

 
 
 

How to mount CD-RW using ide-scsi??

Post by Michael Per » Sat, 09 Jun 2001 12:21:05


On 7 Jun 2001 18:34:16 -0700, Michael Knight


> I'm using a RedHat 7.0 system with an HP 9100 CD-Writer Plus.

> I was able to mount it just fine as /dev/hdc.

> I have, for several months now been using it successfully with xcdroast
> to burn CD's identified as a SCSI CD drive using the ide-scsi emulation.

> The drive is /dev/sg0 currently, but I am unable to mount it as I was
> when it was an ide drive.

> mount -t iso9660 /dev/sg0 /mnt/cdrom

> results in:

> mount: /dev/sg0 is not a block device

> Here are the permissions:
> crw-------    1 michael  sys       21,   0 Aug 24  2000 /dev/sg0

> As I said, it works fine with xcdroast.  What am I doing wrong?

> All help appreciated.

> Thanks,

> Michael

Try mounting it as root first at /dev/scd0 after you have the ide-scsi stuff
running.  I have exactly the same cdrw and what I did was create a symbolic
link from /dev/cdrom to /dev/scd0. You may want to check the default
permissions on /dev/scd0.

--
Michael Perry

--------------------

 
 
 

How to mount CD-RW using ide-scsi??

Post by Michael Knig » Sat, 09 Jun 2001 21:30:07



> On 7 Jun 2001 18:34:16 -0700, Michael Knight

> > I'm using a RedHat 7.0 system with an HP 9100 CD-Writer Plus.

> > I was able to mount it just fine as /dev/hdc.

> > I have, for several months now been using it successfully with xcdroast
> > to burn CD's identified as a SCSI CD drive using the ide-scsi emulation.

> > The drive is /dev/sg0 currently, but I am unable to mount it as I was
> > when it was an ide drive.

> > mount -t iso9660 /dev/sg0 /mnt/cdrom

> > results in:

> > mount: /dev/sg0 is not a block device

> > Here are the permissions:
> > crw-------    1 michael  sys       21,   0 Aug 24  2000 /dev/sg0

> > As I said, it works fine with xcdroast.  What am I doing wrong?

> > All help appreciated.

> > Thanks,

> > Michael

> Try mounting it as root first at /dev/scd0 after you have the ide-scsi stuff
> running.  I have exactly the same cdrw and what I did was create a symbolic
> link from /dev/cdrom to /dev/scd0. You may want to check the default
> permissions on /dev/scd0.

Worked like charm....thanks for the help.

-Michael