View Full Version : dd non mi funziona +
sgdfgsgfsgs
28-05-2005, 16:31
fino a poco tempo fa
# mount /dev/hdd
# dd if=/dev/hdd of=immagine.iso
andava bene, ora invece
dd: lettura di `/dev/hdd': Input/output error
entrati 0+0 record
usciti 0+0 record
0 bytes transferred in 0,007892 seconds (0 bytes/sec)
:confused:
mount mi dice
/dev/hdd on /mnt/dvd type iso9660 (ro,noexec,nosuid,nodev)
Dipende dal tipo di cd di cui vuoi fare l'immagine.
Comunque non serve montarlo.
sgdfgsgfsgs
28-05-2005, 16:44
Dipende dal tipo di cd di cui vuoi fare l'immagine.
Comunque non serve montarlo.
è un cd dati della psx, 2 settimane fa è andato tutto bene :(
Per usarlo con l'emulatore? io sono riuscito a fare immagini funzionanti solo con cdrdao, esempio:
cdrdao read-cd --read-raw --device 0,0,0 --driver generic-mmc --datafile ffvi.bin ffvi.toc
per vedere il device giusto:
cdrdao scanbus
sgdfgsgfsgs
28-05-2005, 16:49
è un cd dati della psx, 2 settimane fa è andato tutto bene :(
ops, mi sono accorto che l'immagine dei cd della psx non lho mai fatti :D
infatti se prendo un qualsiasi altro cd va tutto bene.
come mai?
cosa c'è da sapere a proposito?
sgdfgsgfsgs
28-05-2005, 16:51
Per usarlo con l'emulatore? io sono riuscito a fare immagini funzionanti solo con cdrdao, esempio:
cdrdao read-cd --read-raw --device 0,0,0 --driver generic-mmc --datafile ffvi.bin ffvi.toc
per vedere il device giusto:
cdrdao scanbus
grazie tante!
ospite@kanotix:/mnt/hda5/psxcoll$ cdrdao scanbus
Cdrdao version 1.1.9 - (C) Andreas Mueller <andreas@daneb.de>
SCSI interface library - (C) Joerg Schilling
Paranoia DAE library - (C) Monty
Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.
Using libscg version 'schily-0.8'
ATA:1,0,0 HL-DT-ST, CD-RW GCE-8160B , 1.02
ATA:1,1,0 PIONEER , DVD-RW DVR-108 , 1.10
ospite@kanotix:/mnt/hda5/psxcoll$
cosa ci devo mettere a device? :D
ATA:1,0,0 HL-DT-ST, CD-RW GCE-8160B , 1.02
ATA:1,1,0 PIONEER , DVD-RW DVR-108 , 1.10
cosa ci devo mettere a device? :D
--device 1,0,0 per il cd
--device 1,1,0 per il dvd
oppure direttamente:
--device /dev/hdc
--device /dev/hdd
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.