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

Re: [Xen-users] No CD-Recorder available...



On Aug 26, Ferrero Horacio wrote:

> [horacio@localhost ~]$ sudo cdrecord -dev=1,0,0 Desktop/berry-0.72.iso
...
> scsidev: '1,0,0'
> scsibus: 1 target: 0 lun: 0
> cdrecord: Invalid or incomplete multibyte or wide character. Cannot open
> SCSI driver.
> cdrecord: For possible targets try 'cdrecord -scanbus'.
> cdrecord: For possible transport specifiers try 'cdrecord dev=help'.

your DVD writer is an ATAPI device, not SCSI.  did you try

        sudo cdrecord -dev=ATA:1,0,0 Desktop/berry-0.72.iso
                           ^^^^
                           ^^^^

or just use the /dev/hd* device directly (recommended in 2.6.x kernel anyway 
IIRC):

        sudo cdrecord -dev=/dev/hdc Desktop/berry-0.72.iso


Harald Koenig
-- 
"I hope to die                                      ___       _____
before I *have* to use Microsoft Word.",           0--,|    /OOOOOOO\
Donald E. Knuth, 02-Oct-2001 in Tuebingen.        <_/  /  /OOOOOOOOOOO\
                                                    \  \/OOOOOOOOOOOOOOO\
                                                      \ OOOOOOOOOOOOOOOOO|//
Harald Koenig                                          \/\/\/\/\/\/\/\/\/
science+computing ag                                    //  /     \\  \
koenig@xxxxxxxxxxxxxxxxxxxx                            ^^^^^       ^^^^^

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.