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

Re: CD Writer Issues



On Tue, 2006-03-28 at 11:26 -0800, Matt Townsend wrote:
> Hi. Brand new debian installation. I'm a little puzzled that I can't 
> seem to burn a CD. On boot the /var/log/messages confirms that 
> there's a DVDRW on hdc and a CDRW on hdd. Yet when I go to the File 
> Manager-Go-CD Creator, drop a file into the burn:/// window, then hit 
> Write To Disk things are not looking like I'd expect them to. First, 
> the Write Disk To dropdown only gives me one choice: File Image. So 
> moving ahead with that one choice writes and .iso file to the hard 
> drive. But I then try to write, by dragging, that .iso file to the 
> CD-ROM 2:cdrom1 icon and it comes up with a message "the destination 
> disk is read-only." This, with a CDRW in the drive. Same results with 
> the DVD writer drive.
> 
> I think I'm following the process outlined in the Help file but not 
> getting the expected results. It's probably something simple and I 
> guess maybe I''ve been staring at it too long.
> 
> Anyone have any ideas what's missing.

i cant comment on your method, i generally use cdrecord natively as
root, as it seems to behave differently as root and as setuid.

check out the /etc/default/cdrecord file.

$ grep -v ^# /etc/default/cdrecord
CDR_DEVICE=/dev/hdd
CDR_SPEED=48
CDR_FIFOSIZE=4m
teac=           1,3,0   -1      -1      ""
panasonic=      1,4,0   -1      -1      ""
plextor=        1,4,0   -1      -1      ""
sanyo=          1,4,0   -1      -1      burnfree
yamaha=         1,5,0   -1      -1      ""
cdrom=          0,6,0   2       1m      ""


then

# cdrecord some.iso

works well.

-matt zagrabelny



Reply to: