High!
Responding to two replys concerning my CD-writer problem:
I don't know why the scan-scsi scripts says something about /dev/sg0.
Of course I have already tried mount this dev, but the result is grap:
PCD-5ND:~ # scan_scsi.linux
Host: scsi1 Channel: 00 Id: 04 Lun: 00 CD-ROM -> /dev/sg0
PCD-5ND:~ # mount -t iso9660 -r /dev/sg0 /cdwriter
mount: /dev/sg0 is not a block device
PCD-5ND:~ #
But I had posted my problem on cnet-help and there was an interesting response
about the command dd:
> # dd if=/dev/scd0 of=/dev/null bs=2048
> > 1+0 records in
> > 1+0 records out
>
> Is the command line real ? This indicates some problem - the kernel sees
> only one "sector" of the disk, and therefore the disk can't be mounted
The strange thing about this command is that I can remember that it produced an
output of
140+0 records in
140+0 records out
once, when I tried it the first time. Now it's alsways 1+0 ...
Does anybody know what this could be?
Re: can't mount external panasonic cd-writer
Von:[EMAIL PROTECTED]
An: Markus Klein <[EMAIL PROTECTED]>
Datum: Mon, 24 Jul 2000 08:39:52 +0100
hi,
the scan_scsi.linux utility says something like /dev/sg0?
why this?
> # scan_scsi.linux
> Host: scsi1 Channel: 00 Id: 04 Lun: 00 CD-ROM -> /dev/sg0
i'm nosy ... ;)
-werner.
Re: can't mount external panasonic cd-writer
Von:Charles Kibue <[EMAIL PROTECTED]>
An: Markus Klein <[EMAIL PROTECTED]>
Datum: Sun, 23 Jul 2000 20:12:06 +0300
On Sun, 23 Jul 2000, you wrote:
> Does anybody know if there is a problem with the Panasonic KXL-RW10A? I
> managed to get the pcmcia-scsi adapter to
> work. At boot-up I get the messages (not exactly like I write it here):
> cardmanager:
> socket1: Workbit Ninja SCSI3
> executing: insmod ....nin_cs.o
> executing scsi start scd0
> [..]
> With these messages the cd-writer makes some noise, lights flash, all this
> stuff...
>
> The modules seem to be there in the running system
> # lsmod
> Module Size Used by
> ppp_deflate 40300 1 (autoclean)
> bsd_comp 4020 0 (autoclean)
> ppp 20908 2 (autoclean) [ppp_deflate bsd_comp]
> slhc 4440 1 (autoclean) [ppp]
> adlib_card 900 0 (autoclean)
> opl3 11304 0 (autoclean) [adlib_card]
> sb 34580 0 (autoclean)
> uart401 6320 0 (autoclean) [sb]
> sound 57432 0 (autoclean) [adlib_card opl3 sb uart401]
> soundlow 344 0 (autoclean) [sound]
> soundcore 2564 6 (autoclean) [sb sound]
> nin_cs 13144 0
> ds 6568 2 [nin_cs]
> i82365 22128 2
> pcmcia_core 45184 0 [nin_cs ds i82365]
> serial 42612 2 (autoclean)
> memstat 1476 0 (unused)
> nls_iso8859-1 2268 1 (autoclean)
>
> The filesystems should be no problem:
>
> # cat /proc/filesystems
> ext2
> minix
> reiserfs
> umsdos
> msdos
> vfat
> nodev proc
> nodev nfs
> iso9660
> nodev devpts
>
> If I let the kernel "communicate" with the drive, it looks like this:
>
> # dd if=/dev/scd0 of=/dev/null bs=2048
> 1+0 records in
> 1+0 records out
>
> cdrecord finds the drive:
>
> # cdrecord -scanbus
> Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 J�rg Schilling
> Using libscg version 'schily-0.1'
> scsibus1:
> 1,0,0 100) *
> 1,1,0 101) *
> 1,2,0 102) *
> 1,3,0 103) *
> 1,4,0 104) 'MATSHITA' 'CDRRW01 ' '1.34' Removable CD-ROM
> 1,5,0 105) *
> 1,6,0 106) *
> 1,7,0 107) *
>
> The scan_scsi script also finds the drive:
>
> # scan_scsi.linux
> Host: scsi1 Channel: 00 Id: 04 Lun: 00 CD-ROM -> /dev/sg0
>
>
>
> But if I try to mount the drive at the mountpoint which I have created,
> then it doesn't work:
>
> # mount /dev/scd0 -t iso9660 -r /cdwriter
> mount: wrong fs type, bad option, bad superblock on /dev/scd0,
> or too many mounted file systems
> # mount /dev/scd0 -t auto -r /cdwriter
> /dev/scd0: Success
> mount: you must specify the filesystem type
>
> The disk in the drive is OK (iso9660). Everything works just fine under
> Windoze9x.
>
> What could be the problem here? Anybody with ideas?
>
> system infos:
> kernel 2.2.14 , Suse6.4 , Notebook Siemens PCD-5ND 75Mhz, 64MB
Hi,
I'm also using SuSE 6.4, but have no CDRW. On the scan_scsi.linux
output, the drive seems to have been linked to /dev/sg0. Just a hunch, maybe
try mounting the device as /dev/sg0.....
Regards,
Charles.