HAIL ALL!! I,ve tried to copy first cd from suse 8.0 and make it bootable! I've used something like this mkisofs -c suse/images/boot.catalog -b disks/bootdisk -f -V SU8000.001 -R -o cd.iso /media/cdrecord and then i've used cdrecord ! i have tried even with mkisofs -c suse/images/boot.catalog -b disks/bootdisk -eltorito-alt-boot -b disks/i386 -eltorito-alt-boot -b disks/modules1 -eltorito-alt-boot -b disks/modules2 -eltorito-alt-boot -b modules3 -eltorito-alt-boot -b disks/rescue-f -V SU8000.001 -R -o cd.iso /media/cdrecord After this when i try to boot with this cd i do not have all options that i have whit the original one (Installation, nstallation-safe settings, Installation Apic enabled, Manual Installation, Rescue System, Memory Test, Boot Installed OS )! I only have installation, installation-safe settings. manual installation, rescue system and Boot installed OS. Can anyone help me? What am i doing wrong? or... how can i make an identical copy of a cd? many, many .. thanx
kos wrote:
or... how can i make an identical copy of a cd?
To make the image dd if=/dev/cdrom of=image.iso To burn it on a copy cdrecord dev=0,0,0 speed=4 image.iso Why are you making copies of SuSE? ;-) -- Silviu Marin-Caea Systems Engineer Linux/Unix http://www.genesys.ro Phone +4093-267961
Alle 12:31, mercoledì 22 maggio 2002, kos ha scritto:
HAIL ALL!! I,ve tried to copy first cd from suse 8.0 and make it bootable! I've used something like this mkisofs -c suse/images/boot.catalog -b disks/bootdisk -f -V SU8000.001 -R -o cd.iso /media/cdrecord and then i've used cdrecord ! i have tried even with mkisofs -c suse/images/boot.catalog -b disks/bootdisk -eltorito-alt-boot -b disks/i386 -eltorito-alt-boot -b disks/modules1 -eltorito-alt-boot -b disks/modules2 -eltorito-alt-boot -b modules3 -eltorito-alt-boot -b disks/rescue-f -V SU8000.001 -R -o cd.iso /media/cdrecord
After this when i try to boot with this cd i do not have all options that i have whit the original one (Installation, nstallation-safe settings, Installation Apic enabled, Manual Installation, Rescue System, Memory Test, Boot Installed OS )! I only have installation, installation-safe settings. manual installation, rescue system and Boot installed OS. Can anyone help me? What am i doing wrong? or... how can i make an identical copy of a cd? many, many .. thanx
Well, I have done my backup cd with: cdrecord -vv dev=0,0,0 speed=16 /dev/scd1 (this should your cdrom device). Praise
Hello list and Praise. You said you copy your disk using below commands. I assume this for both data and audio formats, right? But it does not work! I tried: cdrecord -vv dev=0,1,0 speed=4 /dev/hdb to copy an audio cd. Please help, what am I doing wrong?
I,ve tried to copy first cd from suse 8.0 and make it bootable! I've used something like this mkisofs -c suse/images/boot.catalog -b disks/bootdisk -f -V SU8000.001 -R -o cd.iso /media/cdrecord and then i've used cdrecord ! i have tried even with mkisofs -c suse/images/boot.catalog -b disks/bootdisk -eltorito-alt-boot -b disks/i386 -eltorito-alt-boot -b disks/modules1 -eltorito-alt-boot -b disks/modules2 -eltorito-alt-boot -b modules3 -eltorito-alt-boot -b disks/rescue-f -V SU8000.001 -R -o cd.iso /media/cdrecord
After this when i try to boot with this cd i do not have all options that i have whit the original one (Installation, nstallation-safe settings, Installation Apic enabled, Manual Installation, Rescue System, Memory Test, Boot Installed OS )! I only have installation, installation-safe settings. manual installation, rescue system and Boot installed OS. Can anyone help me? What am i doing wrong? or... how can i make an identical copy of a cd? many, many .. thanx
Well, I have done my backup cd with: cdrecord -vv dev=0,0,0 speed=16 /dev/scd1 (this should your cdrom device). Praise -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com
On Sat, 21 Sep 2002 17:38:48 +0200 Oliver Ob <ob_ok@gmx.net> wrote:
You said you copy your disk using below commands. I assume this for both data and audio formats, right?
But it does not work!
I tried: cdrecord -vv dev=0,1,0 speed=4 /dev/hdb to copy an audio cd.
Please help, what am I doing wrong?
Try: cat /dev/hdb -o /mnt/image.raw cdrecord -vv dev=0,1,0 speed=4 /mnt/image.raw -- use Perl; #powerful programmable prestidigitation
zentara schrieb:
On Sat, 21 Sep 2002 17:38:48 +0200 Oliver Ob <ob_ok@gmx.net> wrote:
You said you copy your disk using below commands. I assume this for both data and audio formats, right?
But it does not work!
I tried: cdrecord -vv dev=0,1,0 speed=4 /dev/hdb to copy an audio cd.
Please help, what am I doing wrong?
Try:
cat /dev/hdb -o /mnt/image.raw cdrecord -vv dev=0,1,0 speed=4 /mnt/image.raw
Thanks Zentara, always appreciate your help, but did you read the topic? It says ON THE FLY! I know about that what you write. But how do I do that ON THE FLY?`Meaning from one cd to another cd drive in ONE PASS -- *º¤.,___,.¤º*¨¨¨*¤ =Oliver@home= *º¤.,¸¸¸,.¤º*¨¨*¤ I / __|__ http://www.bmw-roadster.de/Friends/Olli/olli.html I I / / |_/ http://www.bmw-roadster.de/Friends/friends.html I I \ \__|_\ http://groups.yahoo.com/group/VGAP-93 I I \___| mailto:VGAP-93-subscribe@yahoogroups.com I
Telek0ma iBBMS - moving house, but online! +49....TRSi1 <<<
On Sat, 21 Sep 2002 18:47:11 +0200 Oliver Ob <ob_ok@gmx.net> wrote:
cat /dev/hdb -o /mnt/image.raw cdrecord -vv dev=0,1,0 speed=4 /mnt/image.raw
Thanks Zentara, always appreciate your help, but did you read the topic?
It says ON THE FLY!
I know about that what you write. But how do I do that ON THE FLY?`Meaning from one cd to another cd drive in ONE PASS
How about cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4 -- use Perl; #powerful programmable prestidigitation
zentara schrieb:
On Sat, 21 Sep 2002 18:47:11 +0200 Oliver Ob <ob_ok@gmx.net> wrote:
cat /dev/hdb -o /mnt/image.raw cdrecord -vv dev=0,1,0 speed=4 /mnt/image.raw
Thanks Zentara, always appreciate your help, but did you read the topic?
It says ON THE FLY!
I know about that what you write. But how do I do that ON THE FLY?`Meaning from one cd to another cd drive in ONE PASS
How about cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4
Just tried. Does not work. Says: No tracks specified. Need at least one. (I am trying to copy an audio CD). Trying: cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4 - (with "-") results in "Premature EOF on stdin" So what now?!?!? What am I missing here?!??! -- *º¤.,___,.¤º*¨¨¨*¤ =Oliver@home= *º¤.,¸¸¸,.¤º*¨¨*¤ I / __|__ http://www.bmw-roadster.de/Friends/Olli/olli.html I I / / |_/ http://www.bmw-roadster.de/Friends/friends.html I I \ \__|_\ http://groups.yahoo.com/group/VGAP-93 I I \___| mailto:VGAP-93-subscribe@yahoogroups.com I
Telek0ma iBBMS - moving house, but online! +49....TRSi1 <<<
How about cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4
Just tried. Does not work. Says: No tracks specified. Need at least one. (I am trying to copy an audio CD).
Trying: cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4 -
(with "-") results in
"Premature EOF on stdin"
So what now?!?!? What am I missing here?!??!
It means that the command "cat /dev/hdb" returned EOF at the begin of burning. I used the command: dd if=/dev/hdb | cdrecord -vv dev=0,1,0 speed?4 - but the risk of buffer underrun is high. I think it is the same with cat. Praise
Praise schrieb:
How about cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4
Just tried. Does not work. Says: No tracks specified. Need at least one. (I am trying to copy an audio CD).
Trying: cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4 -
(with "-") results in
"Premature EOF on stdin"
So what now?!?!? What am I missing here?!??!
It means that the command "cat /dev/hdb" returned EOF at the begin of burning. I used the command: dd if=/dev/hdb | cdrecord -vv dev=0,1,0 speed?4 - but the risk of buffer underrun is high.
I think it is the same with cat.
Praise
Hm, I also tried that out. As said, I want to 1:1 copy an audio cd. I ran dd and it says i/o error ON ANY audio which I try. What is that?!?!?!? Isn't there a way of copying and audio CD on the fly? -- *º¤.,___,.¤º*¨¨¨*¤ =Oliver@home= *º¤.,¸¸¸,.¤º*¨¨*¤ I / __|__ http://www.bmw-roadster.de/Friends/Olli/olli.html I I / / |_/ http://www.bmw-roadster.de/Friends/friends.html I I \ \__|_\ http://groups.yahoo.com/group/VGAP-93 I I \___| mailto:VGAP-93-subscribe@yahoogroups.com I
Telek0ma iBBMS - moving house, but online! +49....TRSi1 <<<
Oliver Ob <ob_ok@gmx.net> writes:
Isn't there a way of copying and audio CD on the fly?
Audio CDs are a bit special. You have to use the DAO mode to get a more or less exact copy. For an example, see e.g. http://cdrdao.sourceforge.net/example.html. -- Alexandr.Malusek@imv.liu.se
Oliver Ob schrieb:
Praise schrieb:
How about cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4
Just tried. Does not work. Says: No tracks specified. Need at least one. (I am trying to copy an audio CD).
Trying: cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4 -
(with "-") results in
"Premature EOF on stdin"
So what now?!?!? What am I missing here?!??!
It means that the command "cat /dev/hdb" returned EOF at the begin of burning. I used the command: dd if=/dev/hdb | cdrecord -vv dev=0,1,0 speed?4 - but the risk of buffer underrun is high.
I think it is the same with cat.
Praise
Hm, I also tried that out. As said, I want to 1:1 copy an audio cd.
I ran dd and it says i/o error ON ANY audio which I try.
Both do not work... I am no more trying to copy audio cds on the fly, but DATA cds! I wonder what is wrong.... -- *º¤.,___,.¤º*¨¨¨*¤ =Oliver@home= *º¤.,¸¸¸,.¤º*¨¨*¤ I / __|__ http://www.bmw-roadster.de/Friends/Olli/olli.html I I / / |_/ http://www.bmw-roadster.de/Friends/friends.html I I \ \__|_\ http://groups.yahoo.com/group/VGAP-93 I I \___| mailto:VGAP-93-subscribe@yahoogroups.com I
Telek0ma iBBMS - moving house, but online! +49....TRSi1 <<<
Oliver Ob schrieb:
Oliver Ob schrieb:
Praise schrieb:
How about cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4
Just tried. Does not work. Says: No tracks specified. Need at least one. (I am trying to copy an audio CD).
Trying: cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4 -
(with "-") results in
"Premature EOF on stdin"
So what now?!?!? What am I missing here?!??!
It means that the command "cat /dev/hdb" returned EOF at the begin of burning. I used the command: dd if=/dev/hdb | cdrecord -vv dev=0,1,0 speed?4 - but the risk of buffer underrun is high.
I think it is the same with cat.
Praise
Hm, I also tried that out. As said, I want to 1:1 copy an audio cd.
I ran dd and it says i/o error ON ANY audio which I try.
Both do not work...
I am no more trying to copy audio cds on the fly, but DATA cds!
I wonder what is wrong....
Update: Phew. I got about a dozen mails with links to programs to do that. But what I am looking for is a COMMAND LINE to on-the-fly-copy a data cd. -- *º¤.,___,.¤º*¨¨¨*¤ =Oliver@home= *º¤.,¸¸¸,.¤º*¨¨*¤ I / __|__ http://www.bmw-roadster.de/Friends/Olli/olli.html I I / / |_/ http://www.bmw-roadster.de/Friends/friends.html I I \ \__|_\ http://groups.yahoo.com/group/VGAP-93 I I \___| mailto:VGAP-93-subscribe@yahoogroups.com I
Telek0ma iBBMS - moving house, but online! +49....TRSi1 <<<
On Sun, 22 Sep 2002, Oliver Ob wrote:
Update:
Phew. I got about a dozen mails with links to programs to do that.
But what I am looking for is a COMMAND LINE to on-the-fly-copy a data cd.
Here's what I use (excerpted from a simple shell script): cdrecord -v dev=$DST_DEV speed=$REC_SPEED fs=$FIFO_SIZE -dao -isosize -eject $SRC_DRIVE e.g.: cdrecord -v dev=1,6,0 speed=12 fs=12m -dao -isosize -eject /dev/scd0 NOTES: 1. Choose a record speed that allows the source drive to keep up with the recording process. If the source drive can't keep up, you will have buffer underruns. My source drive is 24x for a record speed of 12x. 2. I have a large FIFO size since my CD recorded has an 8MB internal buffer, otherwise the internal buffer will drain the FIFO and you'll get an underrun. 3. The "-eject" is not necessary, of course. I use it as an indicator that redording has finished so I can start another. 4. The "-isosize" argument is the key argument here. It tells cdrecord to use the size of the ISO image on the source CD as the size for the destination CD. Read the section for "-isosize" in the cdrecord man page for more info. I arrived at this through much trial and error, trying "dd", etc., w/o success. However, this method has worked reliably for me. Hope this helps! Phil -- Philip Amadeo Saeli SuSE Linux 8.0 psaeli@zorodyne.com
Oliver Ob wrote:
I am no more trying to copy audio cds on the fly, but DATA cds!
I wonder what is wrong....
Have you tried the lates xcdroast. It will burn on the fly. You need the latest version, .98alpha10. There is a button for Duplicate CD (and it says audio or data), and this version will also do multisession. -- Joe & Sesil Morris New Tribes Mission Email Address: Joe_Morris@ntm.org Web Address: http://www.mydestiny.net/~joe_morris Registered Linux user 231871 God said, I AM that I AM. I say, by the grace God, I am what I am.
On Sat, 21 Sep 2002 19:35:35 +0200 Oliver Ob <ob_ok@gmx.net> wrote:
Trying: cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4 -
(with "-") results in
"Premature EOF on stdin"
So what now?!?!? What am I missing here?!??!
I'm afraid it cannot be done with audio cds. They must be ripped to wavs first, then written with cdrecord with the -audio switch. I just looked at groups.google.com, and people have been trying to figure a audio-copy 1-liner out for years with no luck. A further complication arises from the fact that cdda2wav and cdparanoia won't rip reliably from ide cdrom drives, like your /dev/hdb. I don't know how ide-scsi would react. So if you could get 2 scsi drives maybe you could pipe the output of cdda2wav or cdparanoia directly into cdrecord. But this method is filled with buffer underrun problems. Why not just do a 2 step script? And don't forget to remove the temporary wav files. -- use Perl; #powerful programmable prestidigitation
zentara schrieb:
On Sat, 21 Sep 2002 19:35:35 +0200 Oliver Ob <ob_ok@gmx.net> wrote:
Trying: cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4 -
(with "-") results in
"Premature EOF on stdin"
So what now?!?!? What am I missing here?!??!
I'm afraid it cannot be done with audio cds. They must be ripped to wavs first, then written with cdrecord with the -audio switch.
I just looked at groups.google.com, and people have been trying to figure a audio-copy 1-liner out for years with no luck.
A further complication arises from the fact that cdda2wav and cdparanoia won't rip reliably from ide cdrom drives, like your /dev/hdb. I don't know how ide-scsi would react.
So if you could get 2 scsi drives maybe you could pipe the output of cdda2wav or cdparanoia directly into cdrecord. But this method is filled with buffer underrun problems.
Why not just do a 2 step script? And don't forget to remove the temporary wav files.
Shit... did not know.... But why cant I simply dd if=/dev/hdv of=/imageofaudiocd ?!?!?!?!?!??!?! this results in hdb i/o error - why? This is the same with EVERY audio cd I tried it with. -- *º¤.,___,.¤º*¨¨¨*¤ =Oliver@home= *º¤.,¸¸¸,.¤º*¨¨*¤ I / __|__ http://www.bmw-roadster.de/Friends/Olli/olli.html I I / / |_/ http://www.bmw-roadster.de/Friends/friends.html I I \ \__|_\ http://groups.yahoo.com/group/VGAP-93 I I \___| mailto:VGAP-93-subscribe@yahoogroups.com I
Telek0ma iBBMS - moving house, but online! +49....TRSi1 <<<
Oliver Ob wrote:
But why cant I simply
dd if=/dev/hdv of=/imageofaudiocd ?!?!?!?!?!??!?!
this results in hdb i/o error - why? This is the same with EVERY audio cd I tried it with.
Because an audio CD is not the same as a data CD. 'dd' assumes that you have a data CD in the drive. And you don't. So it quite rightly complains. -- GPG fingerprint = 3D45 5509 D380 26A4 523E A9D8 A66A 5F38 CA43 BB0E
zentara schrieb: I still have problems with DATA cds as well!!!
cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4 - (with "-") results in
First a warning that track size is unknown, then the error: Track 1 has unknown length. Cannot start new session.
So what now?!?!? What am I missing here?!??! -- *º¤.,___,.¤º*¨¨¨*¤ =Oliver@home= *º¤.,¸¸¸,.¤º*¨¨*¤ I / __|__ http://www.bmw-roadster.de/Friends/Olli/olli.html I I / / |_/ http://www.bmw-roadster.de/Friends/friends.html I I \ \__|_\ http://groups.yahoo.com/group/VGAP-93 I I \___| mailto:VGAP-93-subscribe@yahoogroups.com I
Telek0ma iBBMS - moving house, but online! +49....TRSi1 <<<
On Sun, 22 Sep 2002 12:41:20 +0200 Oliver Ob <ob_ok@gmx.net> wrote:
I still have problems with DATA cds as well!!!
cat /dev/hdb | cdrecord -vv dev=0,1,0 speed=4 - (with "-") results in
First a warning that track size is unknown, then the error: Track 1 has unknown length. Cannot start new session.
So what now?!?!? What am I missing here?!??!
You are missing a space after the 4, before the - -- use Perl; #powerful programmable prestidigitation
participants (9)
-
Alexandr Malusek
-
jalal
-
Joe & Sesil Morris (NTM)
-
kos
-
Oliver Ob
-
Philip Amadeo Saeli
-
Praise
-
Silviu Marin-Caea
-
zentara