View previous topic :: View next topic |
Author |
Message |
heXen Guru

Joined: 21 Jun 2004 Posts: 320
|
Posted: Wed Dec 29, 2004 10:09 am Post subject: creazione immagine di un cd |
|
|
ciao
Code: |
dd if=/dev/hdd of=/mnt/bigstuff/cod1.iso
dd: reading `/dev/hdd': Input/output error
3216+0 records in
3216+0 records out
|
Code: | ls -l /mnt/bigstuff/cod1.iso
-rw-r--r-- 1 root root 1646592 Dec 29 11:06 /mnt/bigstuff/cod1.iso
|
come posso fare quella iso? |
|
Back to top |
|
 |
AlterX l33t


Joined: 03 Apr 2004 Posts: 754 Location: rm -rf /*
|
Posted: Wed Dec 29, 2004 10:15 am Post subject: creazione iso da cd |
|
|
questa dovrebbe funzionare:
cat /mnt/cdrom > image.iso
Ciao |
|
Back to top |
|
 |
gutter Bodhisattva


Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Wed Dec 29, 2004 10:24 am Post subject: |
|
|
Usa il comando:
Code: | dd if=/dev/cdrom of=image.iso count=`isosize /dev/cdrom` |
in modo tale che la lettura non vada oltre la dimensione reale del cd  _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
 |
randomaze Bodhisattva


Joined: 21 Oct 2003 Posts: 9985
|
Posted: Wed Dec 29, 2004 10:43 am Post subject: Re: creazione iso da cd |
|
|
AlterX wrote: | questa dovrebbe funzionare:
cat /mnt/cdrom > image.iso |
Sei sicuro? Intendi veramente 'mnt' oppure volevi scrivere 'dev'? _________________ Ciao da me! |
|
Back to top |
|
 |
heXen Guru

Joined: 21 Jun 2004 Posts: 320
|
Posted: Wed Dec 29, 2004 1:13 pm Post subject: |
|
|
Mi sembra strano che si tratti di dimensioni. Il giochetto con dd senza parametri l'ho fatto con altri cd ed ha funzionato  |
|
Back to top |
|
 |
heXen Guru

Joined: 21 Jun 2004 Posts: 320
|
Posted: Wed Dec 29, 2004 5:12 pm Post subject: |
|
|
Code: | cat /dev/hdd > /mnt/bigstuff/cod1.iso
cat: /dev/hdd: Input/output error |
e sempre
Code: | ls -l /mnt/bigstuff/cod1.iso
-rw-r--r-- 1 root root 1646592 Dec 29 18:09 /mnt/bigstuff/cod1.iso |
particolare penso importante: il cd è protetto |
|
Back to top |
|
 |
gutter Bodhisattva


Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Thu Dec 30, 2004 10:29 am Post subject: |
|
|
Non è che percaso è un cd che contiene sia dati che musica ?!? _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
 |
MonsterMord Guru


Joined: 28 Apr 2004 Posts: 395 Location: Italy --> Forli'
|
Posted: Thu Dec 30, 2004 10:39 am Post subject: |
|
|
prova con il comando "readcd dev=/dev/cdrom f=miocd.iso"
Code: |
equery belongs /usr/bin/readcd
[ Searching for file(s) /usr/bin/readcd in *... ]
app-cdr/cdrtools-2.01 (/usr/bin/readcd)
|
comunque meglio di "dd" non ho trovato, sei sicuro di non avere il supporto graffiato/bacato? _________________ Gentoo GNU/Linux on DELL Inspiron 8500 |
|
Back to top |
|
 |
heXen Guru

Joined: 21 Jun 2004 Posts: 320
|
Posted: Thu Dec 30, 2004 5:30 pm Post subject: |
|
|
Code: | readcd: Success. Error on sector 812 not corrected. Total of 1 errors. |
mi sa che è veramente o la protezione del cd o roba fisica |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31538 Location: here
|
Posted: Thu Dec 30, 2004 5:33 pm Post subject: |
|
|
heXen wrote: | mi sa che è veramente o la protezione del cd o roba fisica |
Se ha il marchio cd no. Un cd non ha protezione e se ce l'ha allora non puo' portare il marchio cd. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
|