Re: cd to cd copy

2001-04-16 Thread Magnum

"Mike R. Cannon" wrote:
> We just received a new machine to set up as a universal cd writer.  I
> want to put linux on it, but others want windows.  Biggest complaint was
> they would not be able to simple copy cds, the would need to make iso
> first.  Is there a way to just copy without making an iso.


copy data cds using cdrecord:

readcd dev=0,0,0 f=cdimage.raw
cdrecord -v dev=0,0,0 cdimage.raw


copy data and audio cds using cdrdao:

cdrdao read-cd --device 0,0,0 cd.toc
cdrdao write --device 0,0,0 cd.toc


Ciao, Magnum

-- 
begin  http://www.informatik.uni-muenchen.de/~_rosenbau/


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




Re: I need help with Indexing wavs

2001-03-30 Thread Magnum

"Jake R. Johnson" wrote:
> I have really large wav files and would like to index them so that I can
> have many tracks in this one long song.  It is techno tracks that last 74
> minutes and I would like to cut it in to 15 tracks without pauses.

You can do this quite comfortably with xcdrdao.

Ciao, Magnum

-- 
begin  http://www.informatik.uni-muenchen.de/~_rosenbau/


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




Re: ISO disk size

2001-03-08 Thread Magnum

"Mike A. Harris" wrote:
> 
> What is the proper maximum size for a standard 650Mb CD image in
> bytes?
> 
> Is it 650 * 1024 * 1024?  I'm just curious how the calculation is
> made?

Here is my calculation:


blocks:  
650MB/74min  335100
700MB/80min  359849

audio (2352 bytes/block):
   time  bytes
650MB/74min  74:28:00  788.155.200  
700MB/80min  79:57:74  846.364.848  

data (2048 bytes/block):
   bytes
650MB/74min  686.284.800
700MB/80min  736.970.752


Sorry, but I can't remember, from where I got this information.

Ciao, Magnum
-- 
begin  http://www.informatik.uni-muenchen.de/~_rosenbau/


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




Re: cdrecord problem

2001-02-05 Thread Magnum

Nick Apostolakis wrote:
> > Sense Key: 0x3 Medium Error, Segment 0
> > Sense Code: 0x73 Qual 0x02 (power calibration area is full)
> has anyone seen this message before?

Yes. I cleaned the lens of my drive and then it worked. Or it's maybe
bad media.

Ciao, Magnum

-- 
begin  http://www.informatik.uni-muenchen.de/~_rosenbau/


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




cdrdao doesn't work anymore

2000-12-24 Thread Magnum

Hi CD-Writers,

I use to burn my CDs with cdrdao, but now it doesn't work anymore:

---8<---
magnum@paranoia:~/cdimages > cdrdao simulate --device 0,1,0 --driver
generic-mmc-raw --eject toc.toc 
Cdrdao version 1.1.3 - (C) Andreas Mueller <[EMAIL PROTECTED]>
  SCSI interface library - (C) Joerg Schilling
  L-EC encoding library - (C) Heiko Eissfeldt
  Paranoia DAE library - (C) Monty

0,1,0: IDE-CD ReWritable-2x2x6  Rev: 3.01
Using driver: Generic SCSI-3/MMC (raw writing) - Version 1.0 (options
0x)

cdrdao: Msf.cc:37: Msf::Msf(int, int, int): Zusicherung »frac >= 0 &&
frac < 75« nicht erfüllt.
Abgebrochen
magnum@paranoia:~/cdimages > 
---8<---

Any Ideas?

Ciao, Magnum

-- 
http://www.informatik.uni-muenchen.de/~_rosenbau/
Internet is nothing more than the biggest time waster since heroin


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