Problemi nell'esplorare cd-rom con files musicali .cda
Inviato: sab 15 set 2007, 13:36
Salve ragazzi,
ho il seguente problema: non riesco a montare un CD-rom dove ho dei files .cda musicali da masterizzare.
Eseguendo da root il comando:
# mount -t iso9660 -o ro /dev/cdrom /mnt/cdrom
ma torna il seguente errore:
Il file di log (syslog) mi riporta il seguente:
Che significa? come posso risolvere il problema?
Ho provato a forzare il mount con l'opzione -f ma niente!!
Grazie in anticipo!!
Gabry
ho il seguente problema: non riesco a montare un CD-rom dove ho dei files .cda musicali da masterizzare.
Eseguendo da root il comando:
# mount -t iso9660 -o ro /dev/cdrom /mnt/cdrom
ma torna il seguente errore:
Codice: Seleziona tutto
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Codice: Seleziona tutto
Sep 15 12:03:55 gabry kernel: hdc: command error: status=0x51 { DriveReady SeekComplete Error }
Sep 15 12:03:55 gabry kernel: hdc: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
Sep 15 12:03:55 gabry kernel: ide: failed opcode was: unknown
Sep 15 12:03:55 gabry kernel: ATAPI device hdc:
Sep 15 12:03:55 gabry kernel: Error: Illegal request -- (Sense key=0x05)
Sep 15 12:03:55 gabry kernel: Illegal mode for this track or incompatible medium -- (asc=0x64, ascq=0x00)
Sep 15 12:03:55 gabry kernel: The failed "Read 10" packet command was:
Sep 15 12:03:55 gabry kernel: "28 00 00 00 00 10 00 00 01 00 00 00 00 00 00 00 "
Sep 15 12:03:55 gabry kernel: end_request: I/O error, dev hdc, sector 64
Sep 15 12:03:55 gabry kernel: isofs_fill_super: bread failed, dev=hdc, iso_blknum=16, block=16
Ho provato a forzare il mount con l'opzione -f ma niente!!
Grazie in anticipo!!
Gabry