Re: Linux equivalent of CloneCD?

2002-04-22 Thread Martin Rowe
On Sunday 21 April 2002 9:47 pm, Jamin W.Collins wrote:
 On Sun, 21 Apr 2002 22:33:43 +0200

 martin f krafft [EMAIL PROTECTED] wrote:
  also sprach Troy Telford [EMAIL PROTECTED] [2002.04.21.2228 +0200]:
   Is there a Linux equivalent of CloneCD?  (Meaning it can make a
   perfect bit-per-bit copy of a CD?)
 
  cdrecord -v -isosize -data /dev/cdrom

 This will work, provided that the original CD comply's to the ISO
 standard.  Things such as SafeDisc and other copy protection schemes
 will mess this up.  However, in the case of CloneCD, the copy is a bit
 by bit copy not an iso dump (which is what cdrecord provides TMK).  I
 too would be interested in a lower level copy option for these pesky
 CDs.

I've always used dd to create disk images for duplicating - 
jamaro:~# dd if=/dev/cdrom of=cd1.iso
and so far it's worked fine. Not tried it on audio disks, though. I've 
also seen cat /dev/cdrom  cd1.iso recommended.

Regards, Martin
-- 
[EMAIL PROTECTED]  [EMAIL PROTECTED]  http://www.dbg400.net/\
DBG/400 - DataBase Generation utilities - AS/400 / iSeries Open\ /
Source free test environment tools and others (file/spool/misc) X
[this space for hire]  ASCII Ribbon Campaign against HTML mail  news  / \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Linux equivalent of CloneCD?

2002-04-22 Thread Paul Seelig
[EMAIL PROTECTED] (Troy Telford) writes:

 Is there a Linux equivalent of CloneCD?  (Meaning it can make a
 perfect bit-per-bit copy of a CD?)
 
See the README in

  ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/ProDVD/

and rejoice. It's binary only though...

 Cheers, P. *8^)
-- 
  Paul Seelig [EMAIL PROTECTED] --
   African Music Archive - Institute for Ethnology and Africa Studies
   Johannes Gutenberg-University   -  Forum 6  -  55099 Mainz/Germany
 - http://ntama.uni-mainz.de --


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Linux equivalent of CloneCD?

2002-04-21 Thread Troy Telford
Is there a Linux equivalent of CloneCD?  (Meaning it can make a perfect 
bit-per-bit copy of a CD?)


--

Troy Telford .=.   
[EMAIL PROTECTED] (o o)

---=--=---=--=--=---=--=--=--=--=---=--=--=-ooO--(_)--Ooo---
  Kilroy was here




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Linux equivalent of CloneCD?

2002-04-21 Thread martin f krafft
also sprach Troy Telford [EMAIL PROTECTED] [2002.04.21.2228 +0200]:
 Is there a Linux equivalent of CloneCD?  (Meaning it can make a perfect 
 bit-per-bit copy of a CD?)

cdrecord -v -isosize -data /dev/cdrom

works perfectly over here. doesn't work for audio.

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^.*|tr * mailto:; [EMAIL PROTECTED]
  
yesterday it worked.
today it is not working.
windoze is like that.


pgp15SgemwpM6.pgp
Description: PGP signature


Re: Linux equivalent of CloneCD?

2002-04-21 Thread Jamin W . Collins
On Sun, 21 Apr 2002 22:33:43 +0200
martin f krafft [EMAIL PROTECTED] wrote:

 also sprach Troy Telford [EMAIL PROTECTED] [2002.04.21.2228 +0200]:
  Is there a Linux equivalent of CloneCD?  (Meaning it can make a
  perfect bit-per-bit copy of a CD?)
 
 cdrecord -v -isosize -data /dev/cdrom

This will work, provided that the original CD comply's to the ISO
standard.  Things such as SafeDisc and other copy protection schemes will
mess this up.  However, in the case of CloneCD, the copy is a bit by bit
copy not an iso dump (which is what cdrecord provides TMK).  I too would
be interested in a lower level copy option for these pesky CDs.

-- 
Jamin W. Collins


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Linux equivalent of CloneCD?

2002-04-21 Thread martin f krafft
also sprach Jamin W. Collins [EMAIL PROTECTED] [2002.04.21.2247 +0200]:
 This will work, provided that the original CD comply's to the ISO
 standard.  Things such as SafeDisc and other copy protection schemes will
 mess this up.  However, in the case of CloneCD, the copy is a bit by bit
 copy not an iso dump (which is what cdrecord provides TMK).  I too would
 be interested in a lower level copy option for these pesky CDs.

true. it would make copying audio-cds a lot easier...

but sorry, i am not aware of such a method.

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^.*|tr * mailto:; [EMAIL PROTECTED]
  
la lune, c'est comme les canards
il faut aimer caresser les chats
pour avoir envie d'y aller.


pgpj0UkvQYEnm.pgp
Description: PGP signature


Re: Linux equivalent of CloneCD?

2002-04-21 Thread Mark Janssen
On Sun, 2002-04-21 at 22:28, Troy Telford wrote:
 Is there a Linux equivalent of CloneCD?  (Meaning it can make a perfect 
 bit-per-bit copy of a CD?)

I've used cdrwin under windows, and it mostly does what clonecd does.
Under Linux I use cdrdao, afaik it'll do what cdrwin does... Raw copies
of anything :)

It even knows about cue files...

apt-get install cdrdao


-- 
Mark JanssenUnix / Linux, Open-Source and Internet Consultant @
SyConOS IT
E-mail: mark(at)markjanssen.nl / maniac(at)maniac.nlGnuPG Key Id:
357D2178
WWW Maniac.nl Unix-God.[Net|Org] MarkJanssen.[com|net|org|nl]
SyConOS.[com|nl]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Linux equivalent of CloneCD?

2002-04-21 Thread Nuno Silva


Hi,

the closest linux-native tool is cdrdao. However cdrdao don't have some 
usufull options like DAO+96bytes from sub-channels P-W et al...


I'm running cloneCD under wine. CloneCD version 2.* works flawlessly, 
even without windows installed. Just:


# apt-get install wine
# apt-get install winesetuptk
$ winesetup

next, next, next, ok :)

If cdrecord or cdrdao can see the burner, cloneCD will too, just 
remember to chmod 666 /dev/sg1 (666 is a dangerous number, beaware! :)


Next, install cloneCD and run it!
Next, Tools, setting, Use winASPI32, close cloneCD and restart it.

Have fun burning with cloneCD.
Regards,
Nuno Silva

Troy Telford wrote:
Is there a Linux equivalent of CloneCD?  (Meaning it can make a perfect 
bit-per-bit copy of a CD?)






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]