Specifications
Your ftp−client will notice when cdrecord wants to read from the file and will start transfering data from the
ftp−host.
4.21 I hear a crack or click sound at the end of the each
track.
You have to use disk−at−once mode (DAO) to get rid of the cracks.
4.22 How can this be set up so that a user can burn CDs
instead of always being root?
You can add the setuid−bit to the cdrecord−executable. However, this might be a security risk. Just setting
the permissions on the device files does not help as cdrecord issues privileged commands via the SCSI
generic interfaces.
which cdrecord
chown root.root /usr/bin/cdrecord
chmod 4111 /usr/bin/cdrecord
4.23 Where do I get the "Yellow Book" and "Orange Book"
standards?
You get the printed specifications from Philips and they are expensive.
4.24 I've been searching for information on burning
Video−CD under Linux.
Here you can find utilities for creation of MPEG videos and Video−CDs: http://www.mainconcept.de/
http://www.johanni.de/munich−vision/vcd/
Political correct people mention the Berkeley−tools and other YUV−strategies. Their usage is complicated,
takes much time and harddisk−space and gives you no audio track. I recommend to use conceptually higher
CD−Writing HOWTO
4.21 I hear a crack or click sound at the end of the each track. 30