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

Re: ide-scsi emulation not working



On Wed, Mar 17, 2004 at 09:25:03AM +0100, David Baron wrote:
   > Note that, as is posted on bootup, ide-scsi is deprecated in 2.6 kernels. They 
   > recomment ide-cd instead. I am not clear how to make the switch.
   > 
I am running 2.6.4 and have no problems with cdrecord. I have no experience
with any of the frontends for cdrecord.

Here is my setup:

$ ls -l /dev/cdrom

lrwxrwxrwx    1 root     root            3 2003-12-19 20:04 /dev/cdrom -> hdd

$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>                       <dump>  <pass>
/dev/hda3       /               ext3    defaults,errors=remount-ro      0       1
/dev/hda11      none            swap    sw                      0       0
proc            /proc           proc    defaults                        0       0
/dev/fd0        /floppy         auto    defaults,users,noauto           0       0
/dev/cdrom      /cdrom          iso9660 defaults,ro,users,noauto                0       0

$ cdrecord -scanbus dev=ATAPI
Cdrecord-Clone 2.01a25 (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.

scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.8'.
scsibus0:
        0,0,0     0) *
        0,1,0     1) 'SAMSUNG ' 'CD-R/RW SW-248F ' 'R604' 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) *

Here is how I create my multi-session images:

$ mkisofs -l -r -C `cdrecord -msinfo -dev=ATAPI:0,1,0` -M ATAPI:0,1,0 -o cd.img tocd/

Burning:

$ cdrecord -dev=ATAPI:0,1,0 -multi -vv speed=10 cd.img 

Have had no problems whatsoever till date.

HTH

Regards,

-- 
Sridhar M.A.                                   GPG KeyID : F6A35935
  Fingerprint: D172 22C4 7CDC D9CD 62B5  55C1 2A69 D5D8 F6A3 5935

I did this 'cause Linux gives me a woody.  It doesn't generate revenue.
(Dave '-ddt->` Taylor, announcing DOOM for Linux)

Attachment: signature.asc
Description: Digital signature


Reply to: