KH <[EMAIL PROTECTED]> wrote: > I am sorry for my bad English. > I used to run all my cdrecord commands as user. I am unable to run the > command in the format using dev=scsibus,target,lun as user (I can do so > as root), but I am able to burn a cd as user when using dev=/dev/cdrom.
If the first method only works as root, you did not install cdrecord correctly. You need to install it suid root. If you are able to burn using dev=/dev/cdrom, there may be a security hole in your system. In any case, this way you cannot send all needed SCSI command to your drive as without root permission, the Linux kernel silently filters away some of the SCSI commands needed by cdrecord. > With the first method the average write speed seems to be much faster > than with the second one. The first method is the official one. There is absolutely no garantee that the second method works at all. > I just wander if this is normal behavior. I always followed > http://gentoo-wiki.com/HOWTO_Create_a_DVD:Burn where it says: > "[snip]Replace /<device>/ with your dvd device (for example > /dev/dvd)[snip]" So the wiki seems to be wrong, isn't it? This is wrong. The official supported method is to use dev=b,t,l Jörg -- EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin [EMAIL PROTECTED] (uni) [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

