When running cdrecord as a user, I get:
Code: Select all
$ cdrecord /dev/sr0
cdrecord: No write mode specified.
cdrecord: Assuming -sao mode.
cdrecord: If your drive does not accept -sao, try -tao.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
Cdrecord-ProDVD-ProBD-Clone 2.01.01a66 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2009 Jörg Schilling
cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler.
Linux sg driver version: 3.5.34
Using libscg version 'schily-0.9'.
No target specified, trying to find one...
Using dev=1,0,0.
Device type : Removable CD-ROM
Version : 5
Response Format: 2
Capabilities :
Vendor_info : 'HL-DT-ST'
Identifikation : 'DVD-RAM GH22LS30'
Revision : '1.00'
Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
Using generic SCSI-3/mmc-3 DVD+RW driver (mmc_dvdplusrw).
Driver flags : NO-CD DVD MMC-3 SWABAUDIO BURNFREE
Supported modes: PACKET SAO LAYER_JUMP
cdrecord: Track 1 has unknown length.
cdrecord: Use tsize= option in SAO mode to specify track size.The solution described in hundreds of places is setting cdrecord as suid with "sudo chown u+s /usr/bin/cdrecord". But my cdrecord is already suid!
Code: Select all
-rws--x--x 1 root bin 306128 2009-10-16 01:01 /usr/bin/cdrecordNote: I am aware of the security implications of setting cdrecord as suid, so let's ignore those for the time being.
Thanks!



