cdrecord: strano comportamento
Inviato: mer 7 giu 2006, 10:01
Ciao a tutti!
Ho uno strano problema con cdrecord.
Uso slackware 10.2 con kernel 2.4.31; per masterizzare uso cdrecord solo che i risultati mi sembrano piuttosto strani.
Ad esempio:
se digito ( da root )
cdrecord dev=0,1,0 speed=4 nomedelfile
tutto sembra ok, ma se provo a montare il cd ottengo
bash-3.00# mount /dev/master /mnt/master/
mount: block device /dev/master is write-protected, mounting read-only
mount: you must specify the filesystem type
bash-3.00# mount -t iso9660 /dev/master /mnt/master/
mount: block device /dev/master is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/master,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
bash-3.00# dmesg | tail
VFS: Can't find a valid FAT filesystem on dev 0b:01.
Unable to identify CD-ROM format.
IN=ppp0 OUT= MAC= SRC=221.203.145.74 DST=151.41.157.115 LEN=782 TOS=0x10 PREC=0x40 TTL=43 ID=0 DF PROTO=UDP SPT=35237 DPT=2 LEN=762
IN=ppp0 OUT= MAC= SRC=221.203.145.74 DST=151.41.157.115 LEN=782 TOS=0x10 PREC=0x40 TTL=43 ID=0 DF PROTO=UDP SPT=35237 DPT=2 LEN=762
FAT: bogus logical sector size 57893
VFS: Can't find a valid FAT filesystem on dev 0b:01.
UMSDOS: msdos_read_super failed, mount aborted.
FAT: bogus logical sector size 57893
VFS: Can't find a valid FAT filesystem on dev 0b:01.
Unable to identify CD-ROM format.
Ma i dati sul cd ci sono! Infatti se digito:
dd if=/dev/master of=nomefile.img
su nomefile.img posso leggere proprio quei dati che con cdrecord ho trasferito su cd.
Avete consigli o dritte?
È capitato anche avoi qualcosa di simile?
Grazie

Ho uno strano problema con cdrecord.
Uso slackware 10.2 con kernel 2.4.31; per masterizzare uso cdrecord solo che i risultati mi sembrano piuttosto strani.
Ad esempio:
se digito ( da root )
cdrecord dev=0,1,0 speed=4 nomedelfile
tutto sembra ok, ma se provo a montare il cd ottengo
bash-3.00# mount /dev/master /mnt/master/
mount: block device /dev/master is write-protected, mounting read-only
mount: you must specify the filesystem type
bash-3.00# mount -t iso9660 /dev/master /mnt/master/
mount: block device /dev/master is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/master,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
bash-3.00# dmesg | tail
VFS: Can't find a valid FAT filesystem on dev 0b:01.
Unable to identify CD-ROM format.
IN=ppp0 OUT= MAC= SRC=221.203.145.74 DST=151.41.157.115 LEN=782 TOS=0x10 PREC=0x40 TTL=43 ID=0 DF PROTO=UDP SPT=35237 DPT=2 LEN=762
IN=ppp0 OUT= MAC= SRC=221.203.145.74 DST=151.41.157.115 LEN=782 TOS=0x10 PREC=0x40 TTL=43 ID=0 DF PROTO=UDP SPT=35237 DPT=2 LEN=762
FAT: bogus logical sector size 57893
VFS: Can't find a valid FAT filesystem on dev 0b:01.
UMSDOS: msdos_read_super failed, mount aborted.
FAT: bogus logical sector size 57893
VFS: Can't find a valid FAT filesystem on dev 0b:01.
Unable to identify CD-ROM format.
Ma i dati sul cd ci sono! Infatti se digito:
dd if=/dev/master of=nomefile.img
su nomefile.img posso leggere proprio quei dati che con cdrecord ho trasferito su cd.
Avete consigli o dritte?
È capitato anche avoi qualcosa di simile?
Grazie