[FoLUG] Copia cd audio

CyberPenguin giov.abb@inwind.it
Gio 2 Ott 2003 19:32:11 CEST


Alessandro Ronchi ha scritto:

> Gli append sono gli stessi, cambia solo il modo di scriverli.

Voila' :-)
Questa e' Knoppix

root@ttyp0[root]# cdrecord --scanbus
Cdrecord 2.01a14 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jrg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
scsibus0:
cdrecord: Warning: controller returns wrong size for CD capabilities page.
         0,0,0     0) 'ASUS    ' 'CD-S500/A       ' '1.2C' Removable CD-ROM
         0,1,0     1) 'SAMSUNG ' 'CD-R/RW SW-240B ' 'R403' Removable CD-ROM
         0,2,0     2) *
         0,3,0     3) *
         0,4,0     4) *
         0,5,0     5) *
         0,6,0     6) *
         0,7,0     7) *
root@ttyp0[root]#

poi:

default=Knoppix

image=/vmlinuz
	append="lang=de apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi
hdf=scsi hdg=scsi hdh=scsi vga=791 quiet BOOT_IMAGE=knoppix"
	root=/dev/hda5
	label=Knoppix
	read-write
#	restricted
#	alias=1

Quindi se:

> aggiungi quello che la knoppix usa nella riga append="x" e scrivi x dopo
> l'immagine del kernel che usi in grub.

Ho provato tutte le maniere in seguito riportate.

--- grub.conf ---
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/
initrd /initrd-2.4.18-14.img
hdc=scsi hdd=scsi
---
[root@localhost root]# cdrecord --scanbus
scsibus0:
         0,0,0     0) 'SAMSUNG ' 'CD-R/RW SW-240B ' 'R403' Removable CD-ROM
         0,1,0     1) *

poi:

--- grub.conf ---
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi hdd=ide-scsi
initrd /initrd-2.4.18-14.img
hdc=scsi hdd=scsi
---
[root@localhost root]# cdrecord --scanbus
scsibus0:
         0,0,0     0) 'SAMSUNG ' 'CD-R/RW SW-240B ' 'R403' Removable CD-ROM
         0,1,0     1) *

poi:

--- grub.conf ---
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/
initrd /initrd-2.4.18-14.img
hda=scsi hdb=scsi hdc=scsi hdd=scsi
---
[root@localhost root]# cdrecord --scanbus
scsibus0:
         0,0,0     0) 'SAMSUNG ' 'CD-R/RW SW-240B ' 'R403' Removable CD-ROM
         0,1,0     1) *

infine:

--- grub.conf ---
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/
initrd /initrd-2.4.18-14.img
hdc=scsi
---
[root@localhost root]# cdrecord --scanbus
scsibus0:
         0,0,0     0) 'SAMSUNG ' 'CD-R/RW SW-240B ' 'R403' Removable CD-ROM
         0,1,0     1) *

stop :-(

ricordo che
hdc e' il cd-r sul  Secondary Master
hdd e' il cd-rw sul Secondary Slave

Sempre grazie ;-)
Giovanni
-- 
Membro del FoLug - http://folug.linux.it
      Red Hat GNU/Linux Powered
Linux user #328540 -  http://counter.li.org
-------------------------------------------------------------------
There is no system other than GNU. And Linux is one of its kernels.





Maggiori informazioni sulla lista FoLUG