El Dom 15 Sep 2002 12:22, Rub�n G�mez Antol� escribi�: Mi lectora no es SCSI. � le hago la emulaci�n?
> Muy buenas, > > >-------- Original Message -------- > >Subject: copiar cd on the fly > >Resent-Date: Sun, 15 Sep 2002 02:03:41 -0500 (CDT) > >Resent-From: [email protected] > >Date: Sun, 15 Sep 2002 11:01:56 +0200 > > From: Mario-Vila-real <[EMAIL PROTECTED]> > > >To: [email protected] > > > > > >Tengo instalado un lector a 52x y una grabadora sony a 12x. > > > > Para grabar tengo que primero copiar la imagen en mi disco duro y luego > >copiarla. xcdroast no me detecta la lectora. > > > > �Hay alguna manera de copiar on the fly? , quizas con cdrecord o cdrdao? > > > > Gracias. > > Bueno, lo que son discos de m�sica yo todav�a no lo he conseguido, aunque > me parece que una vez me explicar�n como hacerlo, lamentablemente lo he > olvidado > > :( > > Los cedes de datos no hay problema para hacerlo, aunque es algo mas > peligroso que hacer una imagen en el disco duro y grabar desde ahi. > > Yo utilizo cdrecord y lo unico que hay que hacer es pasarle un par de > opciones mas: > > cdrecord dev=x,x,x speed=12 fs=16m -v -eject -isosize /dev/scdx > > Siendo: > > dev=x,x,x ; la direcci�n de la grabadora > /dev/scdx ; el dispositivo lector, normalmente lo tendras como scd0 o scd1 > > La opcion -isosize es para forzar a cdrecord a realizar un c�lculo del > tama�o de la imagen del cede a grabar. Desde la p�gina man: > > -isosize > > Use the ISO-9660 file system size as the size of the next track. This > option is needed if you want to read the image of a track from a raw disk > partition or on a master CD. In the first case the option -isosize is > needed to limit the size of the CD to the size of the ISO filesystem. In > the second case the option -isosize is needed to prevent cdrecord from > reading the two run out blocks that are appended by each CD-recorder in > track at once mode. These two run out blocks cannot be read and would cause > a buffer under run that would cause a defective copy. Do not use this > option if cdrecord reads the track data from stdin. This option currently > cannot be used to determine the size of a file system if the multi session > option is present. > > Creo que no se me olvida ninguna opci�n. Y si alguien sabe como hacerlo > para grabar cedes de m�sica en el aire, pues tomare buena nota yo tambi�n > ^_^ > > Salud y Revoluci�n. > > Lobo.

