[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mounting cd-rw



If you are using ide-scsi emulation, do not access cd-rom drive with
ordinaery ide-cdrom driver.  cdrecord is accessing ide-cdrom drive.

add lilo.conf (if cd-rw is hdc)
append="hdc=ide-scsi"

softlink /dev/scd0 -> /dev/cdrom

edit fstab (No more /dev/cdrw)
/dev/cdrom	/mnt/cdrom	iso9660	defaults,ro,user,noauto		0 0

That what I do with my cdrw.

Regards,

Osamu

On Mon, Oct 02, 2000 at 08:01:55PM -0400, Jacob Stowell wrote:
> Hi group,
> 
> I was wondering if anyone might be able to help me figure out how to
> mount my cd-rw drive. I was able to install it and get it to record
> cd's, but I have been unable mount it and use it like a regular cd-rom.
> In other words, when i place a music cd or a data cd into that drive, no
> disk is detected. I have compiled support for scsi-emulation into the
> kernel--at least all of the ones that were recommended in the CD-writing
> How-To. I have tried to mount this drive both manually and through
> fstab, to no avail.  below I have included some information that may be
> useful in determining what the problem may be.  Thanks much for any help
> on this matter.
> 
> The CD-RW that I have installed is an Acer 4232A 4X2X32
> 
> when I try to mount the cd-rw manually this is the response i get:
> 
> satchel[/home/jake]% mount /dev/scd1 /mnt/cdrw
> mount: block device /dev/scd1 is write-protected, mounting read-only
> mount: No medium found
>  
> here are the entries in my fstab file:
> 
> /dev/cdrom	/mnt/cdrom	iso9660	defaults,ro,user,noauto		0 0
> /dev/scd1       /mnt/cdrw       iso9660 defaults,ro,user,noauto        
> 0 0
> 
> this is the output from the cdrecord -scanbus:
> Cdrecord 1.9 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
> Linux sg driver version: 2.1.38
> Using libscg version 'schily-0.1'
> scsibus0:
> cdrecord: Warning: controller returns wrong size for CD capabilities
> page.
>         0,0,0     0) 'E-IDE   ' 'CD-ROM 32X/AKU  ' 'U10I' Removable
> CD-ROM
>         0,1,0     1) 'ATAPI   ' 'CD-R/RW 4X2X32  ' '4.AR' Removable
> CD-ROM
>         0,2,0     2) *
>         0,3,0     3) *
>         0,4,0     4) *
>         0,5,0     5) *
>         0,6,0     6) *
>         0,7,0     7) *
> The output from cat /proc/modules:
> 
> cs4232                  2960   0 (unused)
> uart401                 6416   0 [cs4232]
> ad1848                 16848   0 [cs4232]
> sound                  58608   0 [cs4232 uart401 ad1848]
> soundcore               2768   5 [sound]
> loop                    7904   0 (unused)
> ide-cd                 23792   0
> ide-scsi                7504   0
> lp                      5520   0 (unused)
> parport_pc              7600   1
> parport                 7824   1 [lp parport_pc]
> tulip                  30848   1

-- 
+  Osamu Aoki <debian@aokiconsulting.com>, GnuPG-key: 1024D/D5DE453D  +
+   Fingerprint: 814E BD64 3288 40E7 E88E  3D92 C3F8 EA94 D5DE 453D   +
+   === http://www.aokiconsulting.com ======= Cupertino, CA USA ===   +



Reply to: