On Wed, 2005-02-16 at 16:46 +0900, Mark Sargent wrote: > Ankush Grover wrote: > > >hey, > > > >just try this > > > >mount -t -r(read only) /dev/cdrom1 /mnt/cdrom > > > >then try to burn the cd with it(k3b). > > > >Regards > > > >Ankush > > > > > >On Wed, 16 Feb 2005 15:25:17 +0900, Mark Sargent > ><powderkeg@xxxxxxxxxxxxxxxx> wrote: > > > > > >>Hi All, > >> > >>got an SCSI external CDRW that is seen in the hardware browser as > >>/dev/scd0. kb3, though, doesn't see it auto or manually. It appears in > >>Disk Management as /dev/cdrom1. How do I mount it.? I have attempted to > >>mount with CDs that contain data and that work with the internal cdrom. > >>Cheers. > >> > >>[root@localhost root]# mount -t iso9660 /dev/scd0 /mnt/cdrw > >>mount: /dev/scd0 is not a valid block device > >>[root@localhost root]# mount -t iso9660 /dev/hdd /mnt/cdrw > >>mount: /dev/hdd is not a valid block device > >> > >>[root@localhost root]# cdrecord -scanbus > >>Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg > >>Schilling > >>Note: This version is an unofficial (modified) version with DVD support > >>Note: and therefore may have bugs that are not present in the original. > >>Note: Please send bug reports or support requests to > >>»bugzilla.redhat.com/bugzilla <http://bugzilla.redhat.com/bugzilla> > >>Note: The author of cdrecord should not be bothered with problems in > >>this version. > >>Linux sg driver version: 3.5.31 > >>Using libscg version 'schily-0.8'. > >>cdrecord: Warning: using inofficial libscg transport code version > >>(schily - Red Hat-scsi-linux-sg.c-1.83-RH '@(#)scsi-linux-sg.c 1.83 > >>04/05/20 Copyright 1997 J. Schilling'). > >>cdrecord: No target found. > >> > >>[root@localhost root]# dmesg | grep -i rom > >>hdc: CD-224E, ATAPI CD/DVD-ROM drive > >>hdc: ATAPI 24X CD-ROM drive, 128kB Cache, UDMA(33) > >>Uniform CD-ROM driver Revision: 3.20 > >>ieee1394: Initialized config rom entry `ip1394' > >>Type: CD-ROM ANSI SCSI revision: 02 > >>Attached scsi CD-ROM sr0 at scsi1, channel 0, id 5, lun 0 > >>ieee1394: Initialized config rom entry `ip1394' > >> > >>Something I don't un though, is, it seemed to work once(I think), > >> > >>[root@localhost cobalt]# mount -t iso9660 /dev/scd0 /mnt/cdrw > >>mount: block device /dev/scd0 is write-protected, mounting read-only > >>mount: wrong fs type, bad option, bad superblock on /dev/scd0, > >>or too many mounted file systems > >> > >>Mark Sargent. > >> > >>-- > >>fedora-list mailing list > >>fedora-list@xxxxxxxxxx > >>To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > >> > >> > >> > > > > > > > Hi All, > > nope, no good with that either. Cheers. > > [root@localhost root]# mount -t -r /dev/cdrom1 /mnt/cdrom > mount: fs type -r not supported by kernel Ankush probably meant "mount -r -t iso9660 /dev/cdrom1 /mnt/cdrom" Can you post the section from the output of "dmesg" that relates to your SCSI adapter and the devices connected to it? Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>