[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Burning Fedora CD's



On Sat, Nov 27, 2004 at 09:53:34PM -0200, Eriberto wrote:
> Is the burnning installed on hdc? Is Debian the SO? Try it:
> 
> 1) insert ide-scsi in /etc/modules file;
> 2) insert ide-scsi=hdc in /boot/grub/menu.lst, in end of line 
> initialized with kernel.

Here are my notes:

CD Recording
-----------------------------------------------------------------------
apt-get install cdrecord
apt-get install cdrtools-doc
compile kernel for  SCSI emulation on IDE drive
	(can't recall exactly what was needed; crud, my notes are flawed)
modify /boot/grub/menu.lst:

	title  Debian GNU/Linux 2.4.26-SCSI-USB
	root (hd0,5)
	kernel /boot/bzImage-2.4.26test root=/dev/hda6 hdc=ide-scsi


edison:/usr/src/linux# vi -R  /usr/share/doc/cdrecord/README.ATAPI.setup

edison:/usr/src/linux# cdrecord -scanbus
Cdrecord-Clone 2.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 J�rg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
      and thus may have bugs that are not present in the original version.
      Please send bug reports and support requests to <cdrtools@packages.debian.org>.
	The original author should not be bothered with problems of this version.

Linux sg driver version: 3.1.25
Using libscg version 'schily-0.8'.
scsibus0:
	0,0,0     0) 'TOSHIBA ' 'DVD-ROM SD-R2412' '1015' Removable CD-ROM
	0,1,0     1) *
	0,2,0     2) *
	0,3,0     3) *
	0,4,0     4) *
	0,5,0     5) *
	0,6,0     6) *
	0,7,0     7) *

cdrecord -eject dev=0,0,0

edison:/usr/src/linux#      cdrecord -v -pad dev=0,0,0 yarrow-i386-disc3.iso

Had problems "fixating" when I had bad CDROM media (coasters).

TO MOUNT /mnt/cdrom:

 # mount -t iso9660 /dev/scd0 /mnt/cdrom

Try this: 
 # cd /dev
 # rm cdrom
 # ln -s cdrom scd0

 (see if mounting cdrom and cdrecrd and booting Knoppix still work;
  if they do, then mounting the cdrom goes back to the well known
  form: mount -t iso9660 /dev/cdrom /mnt/cdrom)


> 
> Regards,
> 
> Eriberto
> 
> PS: it thinks about moving for debian.
> 
> Shawn McCuan escreveu:
> 
> >What do I have to do to get cd burning enabled on my system? The 
> >burning programs arent detecting that I even have a burner....what 
> >should I do?
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact 
> listmaster@lists.debian.org
> 

-- 
Mike

Moving forward in pushing back the envelope of the corporate paradigm.



Reply to: