cdrecord.ps
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:65k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. %!PS-Adobe-2.1
  2. %%Creator: groff version 0.5
  3. %%DocumentFonts: TSymbol Times-Italic Times-Bold Times-Roman
  4. %%DocumentSuppliedFonts: TSymbol
  5. %%DocumentNeededFonts: Times-Italic Times-Bold Times-Roman
  6. %%Pages: 12
  7. %%EndComments
  8. /grops 100 dict def grops begin
  9. % If you add definitions here, be sure to check that MAX_PROLOGUE_DEFS
  10. % in ps.c is large enough.
  11. % The ASCII code of the space character.
  12. /SC 32 def
  13. /A /show load def
  14. /B { 0 SC 3 -1 roll widthshow } bind def
  15. /C { 0 exch ashow } bind def
  16. /D { 0 exch 0 SC 5 2 roll awidthshow } bind def
  17. /E { 0 rmoveto show } bind def
  18. /F { 0 rmoveto 0 SC 3 -1 roll widthshow } bind def
  19. /G { 0 rmoveto 0 exch ashow } bind def
  20. /H { 0 rmoveto 0 exch 0 SC 5 2 roll awidthshow } bind def
  21. /I { 0 exch rmoveto show } bind def
  22. /J { 0 exch rmoveto 0 SC 3 -1 roll widthshow } bind def
  23. /K { 0 exch rmoveto 0 exch ashow } bind def
  24. /L { 0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow } bind def
  25. /M { rmoveto show } bind def
  26. /N { rmoveto 0 SC 3 -1 roll widthshow } bind def
  27. /O { rmoveto 0 exch ashow } bind def
  28. /P { rmoveto 0 exch 0 SC 5 2 roll awidthshow } bind def
  29. /Q { moveto show } bind def 
  30. /R { moveto 0 SC 3 -1 roll widthshow } bind def
  31. /S { moveto 0 exch ashow } bind def
  32. /T { moveto 0 exch 0 SC 5 2 roll awidthshow } bind def
  33. % name size font SF -
  34. /SF {
  35. findfont exch
  36. [ exch dup 0 exch 0 exch neg 0 0 ] makefont
  37. dup setfont
  38. [ exch /setfont load ] cvx def
  39. } bind def
  40. % name a c d font MF
  41. /MF {
  42. findfont
  43. [ 5 2 roll
  44. 0 3 1 roll % b
  45. neg 0 0 ] makefont
  46. dup setfont
  47. [ exch /setfont load ] cvx def
  48. } bind def
  49. % BP -
  50. /BP {
  51. /level0 save def
  52. 1 setlinecap
  53. 1 setlinejoin
  54. 72 RES div dup scale
  55. LS {
  56. 90 rotate
  57. } {
  58. 0 PL translate
  59. } ifelse
  60. 1 -1 scale
  61. } bind def
  62. /EP {
  63. level0 restore
  64. showpage
  65. } bind def
  66. % centerx centery radius startangle endangle DA -
  67. /DA {
  68. newpath arcn stroke
  69. } bind def
  70. % endx endy startx starty DL -
  71. % we round the endpoints of the line, so that parallel horizontal
  72. % and vertical lines will appear even
  73. /DL {
  74. transform round exch round exch itransform
  75. moveto
  76. transform round exch round exch itransform
  77. lineto stroke
  78. } bind def
  79. % centerx centery radius DC -
  80. /DC {
  81. newpath 0 360 arc closepath
  82. } bind def
  83. /TM matrix def
  84. %  width height centerx centery DE -
  85. /DE {
  86. TM currentmatrix pop
  87. translate scale newpath 0 0 .5 0 360 arc closepath
  88. TM setmatrix
  89. } bind def
  90. % these are for splines
  91. /RC /rcurveto load def
  92. /RL /rlineto load def
  93. /ST /stroke load def
  94. /MT /moveto load def
  95. /CL /closepath load def
  96. % fill the last path
  97. % amount FL -
  98. /FL {
  99. currentgray exch setgray fill setgray
  100. } bind def
  101. % fill with the ``current color''
  102. /BL /fill load def
  103. /LW /setlinewidth load def
  104. % new_font_name encoding_vector old_font_name RE -
  105. /RE {
  106. findfont
  107. dup maxlength dict begin
  108. {
  109. 1 index /FID ne { def } { pop pop } ifelse
  110. } forall
  111. /Encoding exch def
  112. dup /FontName exch def
  113. currentdict end definefont pop
  114. } bind def
  115. /BUF 255 string def
  116. % hpos vpos EXEC -
  117. % this reads the next line and executes it in a safe environment
  118. /EXEC {
  119. moveto
  120. currentfile BUF readline {
  121. DEFS begin
  122. cvx stopped {
  123. handleerror
  124. } if
  125. end
  126. } if
  127. } bind def
  128. % llx lly newwid wid newht ht newllx newlly -
  129. /PICTURE {
  130. translate
  131. div 3 1 roll div exch scale
  132. neg exch neg exch translate
  133. % set the graphics state to default values
  134. 0 setgray
  135. 0 setlinecap
  136. 1 setlinewidth
  137. 0 setlinejoin
  138. 10 setmiterlimit
  139. [] 0 setdash
  140. newpath
  141. } bind def
  142. /DEFS 1 dict def DEFS begin/u{.001 mul}bind def end end
  143. %%EndProlog
  144. %%BeginSetup
  145. grops begin/#copies 1 def/RES 72 def/PL 841.89 def/LS false def
  146. %%IncludeFont: Times-Italic
  147. %%IncludeFont: Times-Bold
  148. %%IncludeFont: Times-Roman
  149. %%BeginFont: TSymbol
  150. /Symbol findfont
  151. dup length 1 add dict /newdict exch def {
  152. 1 index /FID ne {
  153. newdict 3 1 roll put
  154. } {
  155. pop pop
  156. } ifelse
  157. } forall
  158. 7 dict begin
  159. /radicalex [-69 541] def
  160. /parenlefttp 490 def
  161. /parenleftbt 490 def
  162. /parenleftex 490 def
  163. /parenrighttp 490 def
  164. /parenrightbt 490 def
  165. /parenrightex 490 def
  166. newdict /Metrics currentdict put
  167. end
  168. /TSymbol newdict definefont pop
  169. %%EndFont
  170. /ENC0[/asciicircum/asciitilde/Scaron/Zcaron/scaron/zcaron/Ydieresis/trademark
  171. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  172. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  173. /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space/exclam/quotedbl
  174. /numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk
  175. /plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight
  176. /nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M
  177. /N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
  178. /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z
  179. /braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
  180. /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl/endash
  181. /emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut/dotaccent/breve
  182. /caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash/quotedblbase/OE/Lslash
  183. /.notdef/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis
  184. /copyright/ordfeminine/guilsinglleft/logicalnot/minus/registered/macron/degree
  185. /plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla
  186. /onesuperior/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
  187. /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
  188. /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth
  189. /Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave
  190. /Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex
  191. /atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
  192. /iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde
  193. /odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn
  194. /ydieresis]def/Times-Italic@0 ENC0/Times-Italic RE/Times-Bold@0 ENC0/Times-Bold
  195. RE/Times-Roman@0 ENC0/Times-Roman RE
  196. %%EndSetup
  197. %%Page: 1 1
  198. BP/F0 10/Times-Roman@0 SF 104.275(CDRECORD(1) Schily264s)72 48 R
  199. (USER COMMANDS)2.5 E(CDRECORD(1))473.89 48 Q/F1 9/Times-Bold@0 SF(NAME)72 84
  200. Q F0(cdrecord 255 record audio or data Compact Discs from a master)108 96 Q F1
  201. (SYNOPSIS)72 112.8 Q/F2 10/Times-Bold@0 SF(cdr)108 124.8 Q(ecord)-.18 E F0([)
  202. 2.5 E/F3 10/Times-Italic@0 SF(general options)2.5 E F0(])2.5 E F2(dev=)2.5 E F3
  203. (device).35 E F0([)2.5 E F3(track options)2.5 E F0(])2.5 E F3(track1)2.5 E F0
  204. 1.666(...)C F3(trackn)-1.546 E F1(DESCRIPTION)72 153.6 Q F2(Cdr)108 165.6 Q
  205. (ecord)-.18 E F0
  206. (is used to record data or audio Compact Discs on an Orange Book CD-Recorder)
  207. 2.5 E(.)-.55 E(The)108 182.4 Q F3(device)3.885 E F0 1.385(refers to)3.885 F F3
  208. (scsibus)3.885 E F0(/).28 E F3(tar).12 E(get)-.37 E F0(/).6 E F3(lun).09 E F0
  209. 1.384(of the CD-Recorder)3.884 F 3.884(.C)-.55 G 1.384(ommunication on)365.586
  210. 182.4 R F3(SunOS)3.884 E F0 1.384(is done with the)3.884 F 1.191
  211. (SCSI general driver)108 194.4 R F2(scg.)3.691 E F0 1.191
  212. (Other operating systems are using a library simulation of this driver)6.191 F
  213. 6.192(.P)-.55 G(ossible)512.22 194.4 Q .102(syntax is:)108 206.4 R F2(dev=)
  214. 2.602 E F3(scsibus)2.602 E F0(,).28 E F3(tar).12 E(get)-.37 E F0(,).6 E F3(lun)
  215. .09 E F0(or)2.602 E F2(dev=)2.602 E F3(tar)2.602 E(get)-.37 E F0(,).6 E F3(lun)
  216. .09 E F0 5.102(.I).21 G 2.602(nt)330.814 206.4 S .102
  217. (he latter case, the CD-Recorder has to be connec-)341.196 206.4 R .681
  218. (ted to the default SCSI bus of the machine.)108 218.4 R F3(Scsibus)5.681 E F0
  219. (,).28 E F3(tar)3.181 E(get)-.37 E F0(and)3.181 E F3(lun)3.181 E F0 .681
  220. (are integer numbers.)3.181 F .682(Some operating)5.682 F .613(systems or SCSI
  221.  transport implementations may require to specify a 214lename in addition.)108
  222. 230.4 R .613(In this case the)5.613 F .555(corect syntax for the device is:)108
  223. 242.4 R F2(dev=)3.055 E F3(devicename)3.055 E F0(:).18 E F3(scsibus).34 E F0(,)
  224. .28 E F3(tar).12 E(get)-.37 E F0(,).6 E F3(lun).09 E F0(or)3.055 E F2(dev=)
  225. 3.055 E F3(devicename)3.055 E F0(:).18 E F3(tar).12 E(get)-.37 E F0(,).6 E F3
  226. (lun).09 E F0 5.555(.I).21 G 3.055(ft)521.395 242.4 S(he)530.56 242.4 Q .929(n
  227. ame of the device node that has been speci214ed on such a system referres to 
  228. exactly one SCSI device, a)108 254.4 R .024(shorthand in the form)108 266.4 R
  229. F2(dev=)2.524 E F3(devicename)2.524 E F0(:).18 E F3(@).11 E F0(or)2.524 E F2
  230. (dev=)2.524 E F3(devicename)2.524 E F0(:).18 E F3(@).11 E F0(,)A F3(lun).09 E
  231. F0 .024(may be used instead of)2.524 F F2(dev=)2.524 E F3(device-)2.524 E(name)
  232. 108 278.4 Q F0(:).18 E F3(scsibus).34 E F0(,).28 E F3(tar).12 E(get)-.37 E F0
  233. (,).6 E F3(lun).09 E F0(.).21 E 1.665 -.7(To m)108 307.2 T(ake).7 E F2(cdr)
  234. 2.765 E(ecord)-.18 E F0 .265(portable to all)2.765 F/F4 8/Times-Roman@0 SF
  235. (UNIX)2.765 E F0 .264(platforms, the syntax)2.764 F F2(dev=)2.764 E F3
  236. (devicename)2.764 E F0(:).18 E F3(scsibus).34 E F0(,).28 E F3(tar).12 E(get)
  237. -.37 E F0(,).6 E F3(lun).09 E F0 .264(is prefer)2.764 F(-)-.2 E .423
  238. (red as is hides OS speci214c knowledge about device names from the user)108
  239. 319.2 R 5.424(.A)-.55 G .424(speci214c OS must not necessa-)418.874 319.2 R
  240. (rily support a way to specify a real device 214le name nor a way to specify)
  241. 108 331.2 Q F3(scsibus)2.5 E F0(,).28 E F3(tar).12 E(get)-.37 E F0(,).6 E F3
  242. (lun).09 E F0(.).21 E F3(Scsibus)108 360 Q F0 3.229(0i)3.229 G 3.229(st)152.238
  243. 360 S .729(he default SCSI bus on the machine. W)162.137 360 R .729
  244. (atch the boot messages for more information or look)-.8 F(into)108 372 Q F2
  245. (/var/adm/messages)2.963 E F0 .464
  246. (for more information about the SCSI con214guration of your machine.)2.963 F
  247. .464(If you have)5.464 F .448(problems to 214gure out what values for)108 384
  248. R F3(scsibus)2.948 E F0(,).28 E F3(tar).12 E(get)-.37 E F0(,).6 E F3(lun).09 E
  249. F0 .448(should be used, try the)2.948 F F2(255scanbus)2.948 E F0 .448
  250. (option of)2.948 F F2(cdr)2.948 E(e-)-.18 E(cord)108 396 Q F0(described below)
  251. 2.5 E(.)-.65 E .072
  252. (If a 214le /etc/default/cdrecord exists, the parameter to the)108 424.8 R F2
  253. (dev=)2.573 E F0 .073(option may also be a drive name label in said)2.573 F
  254. (214le (see FILES section).)108 436.8 Q(On)108 465.6 Q F2(SV)2.543 E(r4)-.74
  255. E F0 .043(compliant systems,)2.543 F F2(cdr)2.543 E(ecord)-.18 E F0 .043
  256. (uses the the real time class to get the highest scheduling priotity that)2.543
  257. F .13(is possible (higher than all kernel processes).)108 477.6 R .13
  258. (On systems with)5.13 F F2 .13(POSIX r)2.63 F .13(eal time scheduling)-.18 F F0
  259. .13(cdrecord uses)2.63 F(real time scheduling too, but may not be able to gain
  260.  a priority that is higher than all kernel processes.)108 489.6 Q(In)108 506.4
  261. Q F3 -.55(Tr)2.567 G .067(ack At Once).55 F F0 .067(mode, each)2.567 F F3
  262. (track)2.567 E F0 .066(corresponds to a single 214le that contains the prepar
  263. ed data for that track.)2.566 F(If the ar)108 518.4 Q(gument is `)-.18 E F2<ad>
  264. A F0(', standard input is used for that track.)A
  265. (Only one track may be taken from)5 E F3(stdin)2.5 E F0(.).21 E F1
  266. (GENERAL OPTIONS)72 547.2 Q F0
  267. (General options must be before any track 214le name or track option.)108
  268. 559.2 Q F2(255version)108 576 Q F0(Print version information and exit.)144 588
  269. Q F2<ad76>108 604.8 Q F0 .961(Increment the level of general verbosity by one.)
  270. 144 604.8 R .961(This is used e.g. to display the progress of the)5.961 F
  271. (writing process.)144 616.8 Q F2<ad56>108 633.6 Q F0 .941
  272. (Increment the verbose level in respect of SCSI command transport by one.)144
  273. 633.6 R .94(This helps to debug)5.94 F .466
  274. (problems during the writing process, that occur in the CD-Recorder)144 645.6 R
  275. 5.466(.I)-.55 G 2.966(fy)429.45 645.6 S .467(ou get incomprehensible)440.746
  276. 645.6 R .866
  277. (error messages you should use this 215ag to get more detailed output.)144
  278. 657.6 R F2(255VV)5.866 E F0 .866(will show data buf)3.366 F(fer)-.18 E .207
  279. (content in addition.)144 669.6 R(Using)5.207 E F2<ad56>2.707 E F0(or)2.708 E
  280. F2(255VV)2.708 E F0 .208
  281. (slows down the process and may be the reason for a buf)2.708 F(fer)-.18 E 2.5
  282. (underrun. Using)144 681.6 R F2(255debug)108 698.4 Q F0 .624(Print additional
  283.  debug messages. This may help to 214nd out problems with sector sizes and se
  284. ctor)144 710.4 R 2.5(types. Using)144 722.4 R F2(255debug)2.5 E F0
  285. (slows down the process and may be the reason for a buf)2.5 E(fer underrun.)
  286. -.18 E(J)72 768 Q -.25(..)75.89 762.5 S(or)75.89 768 Q 2.5(gS)-.18 G 153.065
  287. (chilling V)97.1 768 R(ersion 1.8)-1.11 E(1)535 768 Q EP
  288. %%Page: 2 2
  289. BP/F0 10/Times-Roman@0 SF 104.275(CDRECORD(1) Schily264s)72 48 R
  290. (USER COMMANDS)2.5 E(CDRECORD(1))473.89 48 Q/F1 10/Times-Bold@0 SF(255for)
  291. 108 84 Q(ce)-.18 E F0 1.025(Force to continue on some errors.)8.83 F 1.026
  292. (This option currently implements some tricks that will allow)6.026 F
  293. (you to blank bad CD-R)144 96 Q 2.5(Wd)-.55 G(isks.)253.72 96 Q F1(255dummy)
  294. 108 112.8 Q F0 1.311(The CD-Recorder will go through all steps of the recordin
  295. g process, but the laser is turned of)144 124.8 R(f)-.18 E .126
  296. (during this procedure.)144 136.8 R .127
  297. (It is recommended to run several tests before actually writing to a Compact)
  298. 5.126 F(Disk, if the timing and load response of the system is not known.)144
  299. 148.8 Q F1(255dao)108 165.6 Q F0(Set)144 165.6 Q F1 .481(Disk At Once mode.)
  300. 2.981 F F0 .481(This currently only works with MMC drives that support non raw)
  301. 5.481 F F1(Ses-)2.98 E(sion At Once)144 177.6 Q F0(mode.)2.5 E F1(255multi)108
  302. 194.4 Q F0 .404(Allow multi session CD')7.52 F 2.904(st)-.55 G 2.904(ob)253.966
  303. 194.4 S 2.904(em)266.87 194.4 S .404
  304. (ade. This 215ag needs to be present on all sessions of a multi ses-)281.994
  305. 194.4 R .347(sion disk, except you want to create a session that will be the l
  306. ast session on the media.)144 206.4 R .347(The 214xa-)5.347 F .224(tion will 
  307. be done in a way that allows the CD-Recorder to append additional sessions lat
  308. er)144 218.4 R 2.725(.T)-.55 G .225(his is)518.935 218.4 R 1.104
  309. (done by generation a T)144 230.4 R 1.103
  310. (OC with a link to the next program area. The so generated media is not)-.18 F
  311. .115(100% compatible to manufactured CD')144 242.4 R 2.616(s()-.55 G .116
  312. (except for CDplus).)311.496 242.4 R .116
  313. (Use only for recording of multi ses-)5.116 F .043(sion CD')144 254.4 R 2.543
  314. (s. If)-.55 F .043(this option is present, the default track type is)2.543 F F1
  315. .043(CD-ROM XA mode 2)2.543 F F0 5.042(.T)C(he)491.596 254.4 Q/F2 10
  316. /Times-Italic@0 SF(Sony)2.542 E F0(dri-)2.542 E .031
  317. (ves have no hardware support for)144 266.4 R F1 .032(CD-ROM XA mode 2)2.532 F
  318. F0 5.032(.Y)C .032(ou have to specify the)386.586 266.4 R F1(255data)2.532 E
  319. F0 .032(option in)2.532 F .4
  320. (order to create multi session disks on these drives.)144 278.4 R .399
  321. (As long as cdrecord does not have a coder for)5.399 F 1.525
  322. (converting data sectors to audio sectors, you need to force)144 290.4 R F1
  323. (CD-ROM)4.025 E F0 1.525(sectors by including the)4.025 F F1(255data)144 302.4
  324. Q F0 .888(option if you like to record a multisession disk in DAO/SAO mode.)
  325. 3.388 F .887(Not all drives allow)5.887 F(multisession CD')144 314.4 Q 2.5(si)
  326. -.55 G 2.5(nD)222.35 314.4 S(AO/SAO mode.)237.07 314.4 Q F1(255msinfo)108
  327. 331.2 Q F0(Retrieve multi session info in a form suitable for)144 343.2 Q F1
  328. (mkisofs-1.10)2.5 E F0(or later)2.5 E(.)-.55 E .502(This option makes only sen
  329. se with a CD that contains at least one closed session and is appenda-)144
  330. 367.2 R .634(ble (not 214nally closed yet).)144 379.2 R .633
  331. (Some drives create error messages if you try to get the multi session)5.634 F
  332. (info for a disk that is not suitable for this operation.)144 391.2 Q F1
  333. (255toc)108 408 Q F0 .198
  334. (Retrieve and print out the table of content or PMA of a CD.)144 408 R -.4(Wi)
  335. 5.198 G .198(th this option,).4 F F1(cdr)2.698 E(ecord)-.18 E F0 .198
  336. (will work)2.698 F(with CD-R drives and with CD-ROM drives.)144 420 Q F1
  337. (255atip)108 436.8 Q F0 1.617(Retrieve and print out the A)144 436.8 R 1.616
  338. (TIP (absolute T)-1.11 F 1.616
  339. (ime in Pregroove) info of a CD recordable or CD)-.35 F .345
  340. (rewritable media.)144 448.8 R -.4(Wi)5.345 G .345(th this option,).4 F F1(cdr)
  341. 2.845 E(ecord)-.18 E F0 .346(will try to retrieve the A)2.845 F .346
  342. (TIP info. If the actual drive)-1.11 F .261(does not support to read the A)144
  343. 460.8 R .26
  344. (TIP info, it may be that only a reduced set of information records or)-1.11 F
  345. .92(even nothing is displayed. Only a limited number of MMC compliant drives s
  346. upport to read the)144 472.8 R -1.11(AT)144 484.8 S(IP info.)1.11 E(If)144
  347. 508.8 Q F1(cdr)3.209 E(ecord)-.18 E F0 .708(is able to retrieve the lead-in st
  348. art time for the 214rst session, it will try to decode and)3.209 F
  349. (print the manufacturer info from the media.)144 520.8 Q F1<ad8c78>108 537.6 Q
  350. F0 .62(The disk will only be 214xated (i.e. a T)144 537.6 R .621
  351. (OC for a CD-Reader will be written).)-.18 F .621(This may be used, if)5.621 F
  352. .061(for some reason the disk has been written but not 214xated. This option 
  353. currently does not work with)144 549.6 R(TEAC drives.)144 561.6 Q F1
  354. <ad6e6f8c78>108 578.4 Q F0 .713(Do not 214xate the disk after writing the tra
  355. cks. This may be used to create an audio disk in steps.)9.18 F .491(An un-214
  356. xated disk can usually not be used on a non CD-writer type drive but there are
  357.  audio CD)144 590.4 R(players that will be able to play such a disk.)144 602.4
  358. Q F1(255load)108 619.2 Q F0 .715(Load the media and exit. This only works wit
  359. h a tray loading mechanism but seems to be useful)144 619.2 R
  360. (when using the Kodak disk transporter)144 631.2 Q(.)-.55 E F1(255eject)108
  361. 648 Q F0 1.497(Eject disk after doing the work.)144 648 R 1.496
  362. (Some Devices (e.g. Philips) need to eject the medium before)6.497 F .024(cr
  363. eating a new disk. Doing a 255dummy test and immediately creating a real disk
  364.  would not work on)144 660 R(these devices.)144 672 Q F1(speed=#)108 688.8 Q F0
  365. 1.331(Set the speed factor of the writing process to #.)144 700.8 R 3.831(#i)
  366. 6.331 G 3.831(sa)362.223 700.8 S 3.831(ni)374.384 700.8 S(nteger)385.995 700.8
  367. Q 3.831(,r)-.4 G 1.331(epresenting a multiple of the)420.246 700.8 R 1.522
  368. (audio speed.)144 712.8 R 1.522
  369. (This is about 150 KB/s for CD-ROM and about 172 KB/s for CD-Audio.)6.522 F
  370. 1.523(If no)6.523 F F2(speed)144 724.8 Q F0 3.044(option is present,)5.544 F F1
  371. (cdr)5.544 E(ecord)-.18 E F0 3.043(will try to get the speed value from the)
  372. 5.544 F F1(CDR_SPEED)5.543 E F0(J)72 768 Q -.25(..)75.89 762.5 S(or)75.89 768 Q
  373. 2.5(gS)-.18 G 153.065(chilling V)97.1 768 R(ersion 1.8)-1.11 E(2)535 768 Q EP
  374. %%Page: 3 3
  375. BP/F0 10/Times-Roman@0 SF 104.275(CDRECORD(1) Schily264s)72 48 R
  376. (USER COMMANDS)2.5 E(CDRECORD(1))473.89 48 Q 2.5(environment. If)144 84 R
  377. (your drive has problems with)2.5 E/F1 10/Times-Italic@0 SF(speed=2)2.5 E F0
  378. (or)2.5 E F1(speed=4)2.5 E F0 2.5(,y).04 G(ou should try)423.33 84 Q F1
  379. (speed=0)2.5 E F0(.).2 E/F2 10/Times-Bold@0 SF(blank=)108 100.8 Q F1(type).12 E
  380. F0(Blank a CD-R)144 112.8 Q 2.5(Wa)-.55 G(nd exit or blank a CD-R)217.05 112.8
  381. Q 2.5(Wb)-.55 G(efore writing. The blanking type may be one of:)329.82 112.8 Q
  382. 40.28(help Display)144 129.6 R 2.5(al)2.5 G(ist of possible blanking types.)
  383. 247.33 129.6 Q 47.5(all Blank)144 146.4 R
  384. (the entire disk. This may take a long time.)2.5 E 43.06(fast Minimally)144
  385. 163.2 R .958(blank the disk. This results in erasing the PMA, the T)3.458 F
  386. .959(OC and the pre-)-.18 F(gap.)204 175.2 Q 37.51(track Blank)144 192 R 2.5
  387. (at)2.5 G(rack.)240.11 192 Q 18.63(unreserve Unreserve)144 208.8 R 2.5(ar)2.5 G
  388. (eserved track.)257.86 208.8 Q 38.61(trtail Blank)144 225.6 R
  389. (the tail of a track.)2.5 E 26.95(unclose Unclose)144 242.4 R(last session.)2.5
  390. E 28.61(session Blank)144 259.2 R(the last session.)2.5 E .317
  391. (If used together with the)108 271.2 R F2(255for)2.816 E(ce)-.18 E F0 .316
  392. (215ag, this option may be used to blank CD-R)2.816 F 2.816(Wd)-.55 G .316
  393. (isks that otherwise cannot)435.452 271.2 R .56
  394. (be blanked. Note that you may need to specify)108 283.2 R F2(blank=)3.061 E F1
  395. (all).35 E F0 .561(because some drives will not continue with cer)3.061 F(-)-.2
  396. E .204(tain types of bad CD-R)108 295.2 R 2.704(Wd)-.55 G .204
  397. (isks. Note also that)218.18 295.2 R F2(cdecord)2.704 E F0 .204(does it')2.704
  398. F 2.704(sb)-.55 G .204(est if the)375.158 295.2 R F2(255for)2.704 E(ce)-.18 E
  399. F0 .203(215ag is used but it 214nally)2.704 F(depends on the drive')108 307.2
  400. Q 2.5<738c>-.55 G(rmware whether the blanking operation will succeed or not.)
  401. 205.77 307.2 Q F2(fs=)108 324 Q F0 18.08(#S)C .658(et the 214fo (ring buf)
  402. 149.56 324 R .658(fer) size to #.)-.18 F -1(Yo)5.658 G 3.158(um)1 G .659
  403. (ay use the same method as in)315.662 324 R F2(dd)3.159 E F0((1),)A F2(sdd)
  404. 3.159 E F0 .659((1) or)B F2(star)3.159 E F0((1).)A .032(The number represe
  405. nting the size is taken in bytes unless otherwise speci214ed.)144 336 R .032
  406. (If a number is follo-)5.032 F .599
  407. (wed directly by the letter `b', `k', `m', `s' of `f)144 348 R .599
  408. (', the size is multiplied by 512, 1024, 1024*1024,).55 F 1.043(2048 or 2352.)
  409. 144 360 R 1.042(If the size consists of numbers separated by `x' or `*', multi
  410. plication of the two)6.043 F(numbers is performed.)144 372 Q(Thus)5 E F1
  411. (fs=10x63k)2.5 E F0(will specify a 214fo size of 630 kBytes.)2.5 E .429
  412. (The size speci214ed by the)144 396 R F1(fs=)2.929 E F0(ar)2.929 E .43
  413. (gument includes the shared memory that is needed for administra-)-.18 F .436
  414. (tion. This is at least one page of memory)144 408 R 5.436(.I)-.65 G 2.936(fn)
  415. 321.144 408 S(o)332.41 408 Q F1(fs)2.936 E F0 2.936(=o).28 G .436
  416. (ption is present,)360.872 408 R F2(cdr)2.936 E(ecord)-.18 E F0 .436
  417. (will try to get the)2.936 F(214fo size value from the)144 420 Q F2
  418. (CDR_FIFOSIZE)2.5 E F0 2.5(environment. The)2.5 F
  419. (default 214fo size is currently 4 MB.)2.5 E .08
  420. (The 214fo is used to increase buf)144 444 R .08
  421. (fering for the real time writing process.)-.18 F .081
  422. (It allows to run a pipe from)5.081 F F2(mkisofs)144 456 Q F0 .067
  423. (directly into)2.567 F F2(cdr)2.567 E(ecord)-.18 E F0 5.067(.I)C 2.567(ft)
  424. 279.628 456 S .066(he 214fo is active and a pipe from)288.305 456 R F2
  425. (mkisofs)2.566 E F0(into)2.566 E F2(cdr)2.566 E(ecord)-.18 E F0 .066(is used)
  426. 2.566 F 1.574(to create a CD,)144 468 R F2(cdr)4.074 E(ecord)-.18 E F0 1.575
  427. (will abort prior to do any modi214cations on the disk if)4.074 F F2(mkisofs)
  428. 4.075 E F0(dies)4.075 E 1.19(before it starts writing.)144 480 R 1.19
  429. (The recommended 214fo size is between 4 and 32 MBytes.)6.19 F 1.19
  430. (As a rule of)6.19 F .702(thumb, the 214fo size should be at least equal to t
  431. he size of the internal buf)144 492 R .703(fer of the CD-Recorder)-.18 F .304
  432. (and no more than half of the physical amount of RAM available in the machine.)
  433. 144 504 R .304(If the 214fo size is)5.304 F .203(big enough, the 214fo stati
  434. stics will print a 214fo empty count of zero and the 214fo min 214ll is not
  435.  below)144 516 R 2.812(20%. It)144 528 R .311(is not wise to use too much spac
  436. e for the 214fo. If you need more than 8 MB to write a CD)2.812 F 2.021(on an
  437.  idle machine, your machine is either underpowered, has hardware problems or i
  438. s mis-)144 540 R 2.578(con214gured. The)144 552 R .078(sun4c architecture (e
  439. .g. a Sparcstation-2) has only MMU page table entries for 16)2.578 F .812(MBy
  440. tes per process. Using more than 14 MBytes for the 214fo may cause the operat
  441. ing system in)144 564 R .43(this case to spend much time to constantly reload 
  442. the MMU tables. Newer machines from Sun do)144 576 R .414(not have this MMU ha
  443. rdware problem. I have no information on PC-hardware re215ecting this pro-)144
  444. 588 R(blem.)144 600 Q .928(If you have buf)144 624 R .928
  445. (fer underruns or similar problems and observe a zero)-.18 F F1 .927
  446. (214fo empty count)3.427 F F0 3.427(,y).6 G .927(ou have)507.693 624 R
  447. (hardware problems. The 214fo size in this case is suf)144 636 Q(214cient.)
  448. -.18 E F2(dev=)108 652.8 Q F1(tar).12 E(get)-.37 E F0 2.002(Sets the SCSI tar)
  449. 144 664.8 R 2.002(get for the CD-Recorder)-.18 F 4.502(,s)-.4 G 2.002
  450. (ee notes above.)331.854 664.8 R 4.502(At)7.002 G 2.003
  451. (ypical device speci214cation is)418.732 664.8 R F2(dev=)144 676.8 Q F1(6,0)
  452. .26 E F0 5.222(.I)2.722 G 2.722(fa214)191.234 676.8 S .222
  453. (lename must be provided together with the numerical tar)210.008 676.8 R .222
  454. (get speci214cation, the 214le-)-.18 F .066
  455. (name is implementation speci214c.)144 688.8 R .066
  456. (The correct 214lename in this case can be found in the system spe-)5.066 F
  457. 1.165(ci214c manuals of the tar)144 700.8 R 1.165(get operating system.)-.18 F
  458. 1.165(On a)6.165 F F1(Fr)3.665 E(eeBSD)-.37 E F0 1.165(system without)3.665 F
  459. F1(CAM)3.665 E F0 1.165(support, you)3.665 F .306
  460. (need to use the control device (e.g.)144 712.8 R F1(/dev/r)5.306 E(cd0.ctl)
  461. -.37 E F0 2.806(). A).48 F .306
  462. (correct device speci214cation in this case may)2.806 F(be)144 724.8 Q F2
  463. (dev=)2.5 E F1(/dev/r).48 E(cd0.ctl:@)-.37 E F0(.)2.5 E(J)72 768 Q -.25(..)
  464. 75.89 762.5 S(or)75.89 768 Q 2.5(gS)-.18 G 153.065(chilling V)97.1 768 R
  465. (ersion 1.8)-1.11 E(3)535 768 Q EP
  466. %%Page: 4 4
  467. BP/F0 10/Times-Roman@0 SF 104.275(CDRECORD(1) Schily264s)72 48 R
  468. (USER COMMANDS)2.5 E(CDRECORD(1))473.89 48 Q .53(On Linux, drives connected 
  469. to a parallel port adapter are mapped to a virtual SCSI bus. Dif)144 84 R
  470. (ferent)-.18 E(adapters are mapped to dif)144 96 Q(ferent tar)-.18 E
  471. (gets on this virtual SCSI bus.)-.18 E .476(If no)144 120 R/F1 10
  472. /Times-Italic@0 SF(dev)2.976 E F0 .477(option is present,)2.977 F/F2 10
  473. /Times-Bold@0 SF(cdr)2.977 E(ecord)-.18 E F0 .477
  474. (will try to get the device from the)2.977 F F2(CDR_DEVICE)2.977 E F0(environ-)
  475. 2.977 E(ment.)144 132 Q .32(If the ar)144 156 R .32(gument to the)-.18 F F2
  476. (dev=)2.82 E F0 .319
  477. (option does not contain the characters ',', '/', '@' or ':', it is interpre-)
  478. 2.82 F(ted as an label name that may be found in the 214le /etc/default/cdrec
  479. ord (see FILES section).)144 168 Q F2(timeout=)108 184.8 Q F1(#).57 E F0
  480. 1.417(Set the default SCSI command timeout value to)144 196.8 R F1(#)3.917 E F0
  481. 6.417(.T).58 G 1.418(he default SCSI command timeout is the)369.273 196.8 R .66
  482. (minimum timeout used for sending SCSI commands.)144 208.8 R .659
  483. (If a SCSI command fails due to a timeout,)5.659 F .012(you may try to raise t
  484. he default SCSI command timeout above the timeout value of the failed com-)144
  485. 220.8 R 3.946(mand. If)144 232.8 R 1.446(the command runs correctly with a rai
  486. sed command timeout, please report the better)3.946 F .385
  487. (timeout value and the corresponding command to the author of the program.)144
  488. 244.8 R .385(If no)5.385 F F1(timeout)2.885 E F0(option)2.885 E
  489. (is present, a default timeout of 40 seconds is used.)144 256.8 Q F2(driver=)
  490. 108 273.6 Q F1(name).27 E F0 .283
  491. (Allows to use a user supplied driver name for the device.)144 285.6 R 1.683
  492. -.7(To g)5.283 H .282(et a list of possible drivers use).7 F F2(dri-)2.782 E
  493. (ver=help)144 297.6 Q F0 5.047(.T)C .048
  494. (he reason for the existence of this option is to allow users to use)195.577
  495. 297.6 R F2(cdr)2.548 E(ecord)-.18 E F0 .048(with drives)2.548 F 1.47
  496. (that are similar to supported drives but not known directly by)144 309.6 R F2
  497. (cdr)3.969 E(ecord)-.18 E F0 6.469(.U)C 1.469(se this option with)461.973 309.6
  498. R .701(extreme care. If a wrong driver is used for a device, the possibility o
  499. f creating corrupted disks is)144 321.6 R 3.622(high. The)144 333.6 R 1.122
  500. (minimum problem related to a wrong driver is that the)3.622 F F2(255speed)
  501. 3.622 E F0(or)3.622 E F2(255dummy)3.622 E F0 1.121(will not)3.621 F(work.)144
  502. 345.6 Q .089(There are two special driver entries in the list:)144 369.6 R F2
  503. (cdr_simul)2.589 E F0(and)2.589 E F2(dvd_simul)2.59 E F0 5.09(.T)C .09
  504. (hese driver entries are)451.71 369.6 R 1.874(designed to make timing tests at
  505.  any speed or timing tests for drives that do not support the)144 381.6 R F2
  506. (255dummy)144 393.6 Q F0 2.775(option. The)2.775 F .276
  507. (simulation drivers implement a drive with a buf)2.775 F .276
  508. (fer size of 1MB that can be)-.18 F .395(changed via the)144 405.6 R F2
  509. (CDR_SIMUL_BUFSIZE)2.895 E F0 .394(environment variable.)2.895 F .394
  510. (The simultaion driver correctly)5.394 F 1.048(simulates even a buf)144 417.6 R
  511. 1.048(fer underrun condition.)-.18 F 1.049(If the)6.048 F F2(255dummy)3.549 E
  512. F0 1.049(option is present, the simultaion is)3.549 F
  513. (not aborted in case of a buf)144 429.6 Q(fer underrun.)-.18 E F2
  514. (255checkdrive)108 458.4 Q F0 .155
  515. (Checks if a driver for the current drive is present and exit.)144 470.4 R .154
  516. (If the drive is a known drive,)5.155 F F2(cdr)2.654 E(ecord)-.18 E F0
  517. (uses exit code 0.)144 482.4 Q F2(255pr)108 499.2 Q(cap)-.18 E F0 .721(Print 
  518. the drive capabilities for SCSI-3/mmc compliant drives as obtained from mode p
  519. age 0x2A.)5.48 F -1.11(Va)144 511.2 S 1.299(lues marked with)1.11 F F1(kB)3.798
  520. E F0 1.298(use 1000 bytes as kilo-byte, values marked with)3.798 F F1(KB)3.798
  521. E F0 1.298(use 1024 bytes as)3.798 F(Kilo-byte.)144 523.2 Q F2(255inq)108 540
  522. Q F0(Do an inquiry for the drive, print the inquiry info and exit.)144 540 Q F2
  523. (255scanbus)108 556.8 Q F0 .194(Scan all SCSI devices on all SCSI busses and 
  524. print the inquiry strings. This option may be used to)144 568.8 R .761
  525. (214nd SCSI address of the CD-Recorder on a system.)144 580.8 R .76
  526. (The numbers printed out as labels are com-)5.761 F(puted by:)144 592.8 Q F2
  527. (bus * 100 + target)2.5 E<ad72>108 609.6 Q(eset)-.18 E F0 -.35(Tr)9.94 G 4.314
  528. (yt).35 G 4.314(or)165.184 609.6 S 1.815(eset the SCSI bus where the CD record
  529. er is located. This works not on all operating)177.828 609.6 R(systems.)144
  530. 621.6 Q F2(255ignsize)108 638.4 Q F0 1.246(Ignore the known size of the mediu
  531. m. This options should be used with extreme care, it exists)144 650.4 R 1.101
  532. (only for debugging purposes don')144 662.4 R 3.601(tu)-.18 G 1.101
  533. (se it for other reasons.)295.145 662.4 R 1.101
  534. (It is not needed to write disks with)6.101 F(more than the nominal capacity)
  535. 144 674.4 Q(.)-.65 E F2(255useinfo)108 691.2 Q F0 1.21
  536. (Use *.inf 214les to overwrite audio options.)144 703.2 R 1.21
  537. (If this option is used, the pregap size information is)6.21 F(read from the *
  538. .inf 214le that is associated with the 214le that contains the audio data fo
  539. r a track.)144 715.2 Q(J)72 768 Q -.25(..)75.89 762.5 S(or)75.89 768 Q 2.5(gS)
  540. -.18 G 153.065(chilling V)97.1 768 R(ersion 1.8)-1.11 E(4)535 768 Q EP
  541. %%Page: 5 5
  542. BP/F0 10/Times-Roman@0 SF 104.275(CDRECORD(1) Schily264s)72 48 R
  543. (USER COMMANDS)2.5 E(CDRECORD(1))473.89 48 Q/F1 10/Times-Bold@0 SF(defpr)108
  544. 84 Q(egap)-.18 E F0(=#)A .137
  545. (Set the default pre-gap size for all tracks except track number 1.)144 96 R
  546. .137(This option currently only makes)5.137 F .474(sense with the TEAC drive w
  547. hen creating track-at-once disks without the 2 second silence before)144 108 R
  548. (each track.)144 120 Q(This option may go away in future.)144 132 Q F1
  549. (255packet)108 148.8 Q F0(Set)144 160.8 Q F1(Packet writing mode.)2.5 E F0
  550. (This is an experimental interface.)5 E F1(pktsize)108 177.6 Q F0(=#)A
  551. (Set the paket size to #, forces 214xed packet mode.)144 189.6 Q
  552. (This is an experimental interface.)5 E F1(255noclose)108 206.4 Q F0 .465
  553. (Do not close the current track, useful only when in packet writing mode.)144
  554. 218.4 R .466(This is an experimental)5.466 F(interface.)144 230.4 Q F1
  555. (mcn=med_cat_nr)108 247.2 Q F0(Set the)144 259.2 Q F1(Media Catalog Number)2.5
  556. E F0(of the CD to)2.5 E/F2 10/Times-Italic@0 SF(med_cat_nr)2.5 E F0(.).53 E/F3
  557. 9/Times-Bold@0 SF(TRACK OPTIONS)72 288 Q F0 -.35(Tr)108 300 S
  558. (ack options may be mixed with track 214le names.).35 E F1(isr)108 316.8 Q
  559. (c=ISRC_number)-.18 E F0(Set the)144 328.8 Q F1
  560. (International Standard Recording Number)2.5 E F0(for the next track to)2.5 E
  561. F2(ISRC_number)2.5 E F0(.).53 E F1(index=)108 345.6 Q F2(list).09 E F0 .977
  562. (Sets an index list for the next track.)144 357.6 R .976
  563. (In index list is a comma separated list of numbers that are)5.976 F .303(coun
  564. ting from index 1. The 214rst entry in this list must contain a 0, the follow
  565. ing numbers must be)144 369.6 R .5(an ascending list of numbers (counting in 
  566. 1/75 seconds) that represent the start of the indices. An)144 381.6 R .054(in
  567. dex list in the form: 0,7500,15000 sets index 1 to the start of the track, ind
  568. ex 2 100 seconds from)144 393.6 R
  569. (the start of the track and index 3 200 seconds from the start of the track.)
  570. 144 405.6 Q F1(255audio)108 422.4 Q F0 .205
  571. (If this 215ag is present, all subsequent tracks are written in)6.4 F F1
  572. (CD-DA)2.705 E F0 .204((similar to Red Book) audio for)2.705 F(-)-.2 E 2.616
  573. (mat. The)144 434.4 R .116(214le with data for this tracks should contain ste
  574. reo, 16-bit digital audio with 44100 samp-)2.616 F 3.43(les/s. The)144 446.4 R
  575. .929(byte order should be the following: MSB left, LSB left, MSB right, LSB ri
  576. ght, MSB)3.43 F .884(left and so on. The track should be a multiple of 2352 by
  577. tes. It is not possible to put the master)144 458.4 R .568(image of an audio t
  578. rack on a raw disk because data will be read in multiple of 2352 bytes during)
  579. 144 470.4 R(the recording process.)144 482.4 Q .167(If a 214lename ends in)144
  580. 506.4 R F2(.au)2.668 E F0(or)2.668 E F2(.wav)2.668 E F0 .168
  581. (the 214le is considered to be a structured audio data 214le.)2.668 F F1(Cdr)
  582. 5.168 E(ecord)-.18 E F0 .131
  583. (assumes that the 214le in this case is a Sun audio 214le or a Microsoft .W)
  584. 144 518.4 R 2.71 -1.29(AV 214)-1.11 H .13(le and extracts the audio)1.29 F
  585. .146(data from the 214les by skipping over the non-audio header information.)
  586. 144 530.4 R .146(In all other cases, cdrecord)5.146 F .068
  587. (will only work correctly if the audio data stream does not have any header)144
  588. 542.4 R 5.067(.B)-.55 G .067(ecause many structu-)455.446 542.4 R 1.597(red au
  589. dio 214les do not have an integral number of blocks (1/75th second) in leng
  590. th, it is often)144 554.4 R .41(necessary to specify the)144 566.4 R F1
  591. (255pad)2.91 E F0 .41(option as well.)2.91 F F1(cdr)5.41 E(ecord)-.18 E F0 .41
  592. (recognizes that audio data in a .W)2.91 F 2.99 -1.29(AV 214)-1.11 H(le)1.29 E
  593. 1.282(is stored in Intel (little-endian) byte order)144 578.4 R 3.782(,a)-.4
  594. G 1.282(nd will automatically byte-swap the data if the CD)327.544 578.4 R .103
  595. (recorder requires big-endian data.)144 590.4 R F1(Cdr)5.103 E(ecord)-.18 E F0
  596. .103(will reject any audio 214le that does not match the Red)2.603 F(Book req
  597. uirements of 16-bit stereo samples in PCM coding at 44100 samples/second.)144
  598. 602.4 Q .042(Using other structured audio data formats as input to)144 626.4 R
  599. F1(cdr)2.543 E(ecord)-.18 E F0 .043(will usually work if the structure of)2.543
  600. F .285(the data is the structure described above (raw pcm data in big-endian 
  601. byte order).)144 638.4 R(However)5.285 E 2.785(,i)-.4 G 2.785(ft)521.665 638.4
  602. S(he)530.56 638.4 Q(data format includes a header)144 650.4 Q 2.5(,y)-.4 G
  603. (ou will hear a click at the start of a track.)271.34 650.4 Q 1.162(If neither)
  604. 144 667.2 R F2(255data)3.662 E F0(nor)3.662 E F2(255audio)3.662 E F0 1.162
  605. (have been speci214ed,)3.662 F F1(cdr)3.662 E(ecord)-.18 E F0 1.162
  606. (defaults to)3.662 F F2(255audio)3.662 E F0 1.163(for all 214lenames)3.662 F
  607. (that end in)144 679.2 Q F2(.au)2.5 E F0(or)2.5 E F2(.wav)2.5 E F0(and to)2.5 E
  608. F2(255data)2.5 E F0(for all other 214les.)2.5 E F1(255swab)108 696 Q F0
  609. 1.366(If this 215ag is present, audio data is assumed to be in byte-swapped 
  610. (little-endian) order)8.63 F 6.366(.S)-.55 G(ome)522.78 696 Q .534
  611. (types of CD-W)144 708 R .534(riters e.g. Y)-.4 F .535
  612. (amaha, Sony and the new SCSI-3/mmc drives require audio data to be)-1 F .766
  613. (presented in little-endian order)144 720 R 3.266(,w)-.4 G .765
  614. (hile other writers require audio data to be presented in the big-)281.914 720
  615. R(J)72 768 Q -.25(..)75.89 762.5 S(or)75.89 768 Q 2.5(gS)-.18 G 153.065
  616. (chilling V)97.1 768 R(ersion 1.8)-1.11 E(5)535 768 Q EP
  617. %%Page: 6 6
  618. BP/F0 10/Times-Roman@0 SF 104.275(CDRECORD(1) Schily264s)72 48 R
  619. (USER COMMANDS)2.5 E(CDRECORD(1))473.89 48 Q 1.834
  620. (endian (network) byte order normally used by the SCSI protocol.)144 84 R/F1
  621. 10/Times-Bold@0 SF(Cdr)6.834 E(ecord)-.18 E F0 1.835(knows if a CD-)4.335 F
  622. 1.257(Recorder needs audio data in big- or little-endian order)144 96 R 3.757
  623. (,a)-.4 G 1.257(nd corrects the byte order of the data)384.303 96 R .352
  624. (stream to match the needs of the recorder)144 108 R 5.353(.Y)-.55 G .353
  625. (ou only need the)325.217 108 R/F2 10/Times-Italic@0 SF(255swab)2.853 E F0
  626. .353(215ag if your data stream is in)2.853 F
  627. (Intel (little-endian) byte order)144 120 Q(.)-.55 E .187
  628. (Note that the verbose output of)144 144 R F1(cdr)2.687 E(ecord)-.18 E F0 .187
  629. (will show you if swapping is necessary to make the byte)2.687 F .563
  630. (order of the input data 214t the required byte order of the recorder)144 156
  631. R(.)-.55 E F1(Cdr)5.564 E(ecord)-.18 E F0 .564(will not show you if)3.064 F
  632. (the)144 168 Q F2(255swab)2.5 E F0(215ag was actually present for a track.)
  633. 2.5 E F1(255data)108 184.8 Q F0 .819
  634. (If this 215ag is present, all subsequent tracks are written in)144 184.8 R F1
  635. .819(CD-ROM mode 1)3.319 F F0((Y)3.318 E .818(ellow Book) for)-1 F(-)-.2 E
  636. .289(mat. The data is a multiple of 2048 bytes.)144 196.8 R .289
  637. (The 214le with track data should contain an)5.289 F F1(ISO-9660)2.789 E F0
  638. (or)2.789 E F1 .361(Rock Ridge)144 208.8 R F0 .361(214lesystem image (see)
  639. 2.861 F F1(mkisofs)2.861 E F0 .361(for more details). If the track data is an)
  640. 2.861 F F1(ufs)2.86 E F0(214lesystem)2.86 E .093(image, fragment size should 
  641. be set to 2 KB or more to allow CR-drives with 2 KB sector size to to)144 220.8
  642. R(be used for reading.)144 232.8 Q
  643. (255data is the default, if no other 215ag is present.)144 249.6 Q 1.163
  644. (If neither)144 266.4 R F2(255data)3.663 E F0(nor)3.662 E F2(255audio)3.662 E
  645. F0 1.162(have been speci214ed,)3.662 F F1(cdr)3.662 E(ecord)-.18 E F0 1.162
  646. (defaults to)3.662 F F2(255audio)3.662 E F0 1.162(for all 214lenames)3.662 F
  647. (that end in)144 278.4 Q F2(.au)2.5 E F0(or)2.5 E F2(.wav)2.5 E F0(and to)2.5 E
  648. F2(255data)2.5 E F0(for all other 214les.)2.5 E F1(255mode2)108 295.2 Q F0
  649. .399(If this 215ag is present, all subsequent tracks are written in)144 307.2
  650. R F1 .399(CD-ROM mode 2)2.899 F F0 .399(format. The data is a)2.899 F
  651. (multiple of 2048 bytes.)144 319.2 Q F1(255xa1)108 336 Q F0 .374
  652. (If this 215ag is present, all subsequent tracks are written in)144 336 R F1
  653. .373(CD-ROM XA mode 1)2.873 F F0 .373(format. The data)2.873 F
  654. (is a multiple of 2048 bytes.)144 348 Q F1(255xa2)108 364.8 Q F0 .373
  655. (If this 215ag is present, all subsequent tracks are written in)144 364.8 R F1
  656. .374(CD-ROM XA mode 2)2.874 F F0 .374(format. The data)2.874 F
  657. (is a multiple of 2048 bytes.)144 376.8 Q F1(255cdi)108 393.6 Q F0 .985
  658. (If this 215ag is present, all subsequent tracks are written in)144 393.6 R F1
  659. (CDI)3.484 E F0 .984(format. The data is a multiple of)3.484 F(2048 bytes.)144
  660. 405.6 Q F1(255isosize)108 422.4 Q F0 .332(Use the)144 434.4 R F1(ISO-9660)
  661. 2.832 E F0 .333(214le system size as the size of the next track.)2.832 F .333
  662. (This option is needed if you want)5.333 F .011(to read the image of a track f
  663. rom a raw disk partition or on a master CD. In the 214rst case the option)144
  664. 446.4 R F1(255isosize)144 458.4 Q F0 .295
  665. (is needed to limit the size of the CD to the size of the ISO 214lesystem.)
  666. 2.795 F .295(In the second case)5.295 F 1.145(the option)144 470.4 R F1
  667. (255isosize)3.645 E F0 1.145(is needed to prevent)3.645 F F1(cdr)3.645 E
  668. (ecord)-.18 E F0 1.145(from reading the two run out blocks that are)3.645 F
  669. .989(appended by each CD-recorder in track at once mode. These two run out blo
  670. cks cannot be read)144 482.4 R .724(and would cause a buf)144 494.4 R .723
  671. (fer under run that would cause a defective copy)-.18 F 5.723(.D)-.65 G 3.223
  672. (on)446.655 494.4 S .723(ot use this option if)459.878 494.4 R F1(cdr)144 506.4
  673. Q(ecord)-.18 E F0 .828(reads the track data from)3.328 F F2(stdin)3.329 E F0
  674. 5.829(.T).21 G .829(his option currently cannot be used to determine the)
  675. 325.618 506.4 R
  676. (size of a 214le system if the multi session option is present.)144 518.4 Q F1
  677. (255pad)108 535.2 Q F0 .29(If the track is a data track, 15 sectors of zeroed
  678.  data will be added to the end of this and each sub-)144 535.2 R 1.33
  679. (sequent data track.)144 547.2 R 1.33(In this case, the)6.33 F F1(255pad)3.831
  680. E F0 1.331(option is superseded by the)3.831 F F1(padsize=)3.831 E F0 1.331
  681. (option. It will)3.831 F .048(remain however as a shorthand for)144 559.2 R F1
  682. (padsize=15s.)2.548 E F0 .048(If the)5.048 F F2(255pad)2.547 E F0 .047
  683. (option refers to an audio track,)2.547 F F1(cdr)2.547 E(e-)-.18 E(cord)144
  684. 571.2 Q F0 .42(will pad the audio data to be a multiple of 2352 bytes.)2.92 F
  685. .42(The audio data padding is done with)5.42 F
  686. (binary zeroes which is equal to absolute silence.)144 583.2 Q F1(255pad)144
  687. 607.2 Q F0(remains valid until disabled by)2.5 E F1(255nopad)2.5 E F0(.)A F1
  688. (padsize=)108 624 Q F0(#)A .363
  689. (Set the amount of data to be appended as padding to the next track to #.)144
  690. 636 R .362(Opposed to the behavior)5.362 F .478(of the)144 648 R F1(255pad)
  691. 2.978 E F0 .478(option, the value for)2.978 F F2(padsize=)2.978 E F0 .479
  692. (is reset to zero for each new track.)2.978 F(See)5.479 E F1(fs)2.979 E F0
  693. 2.979(=o)C .479(ption for)504.801 648 R .347(possible ar)144 660 R 2.847
  694. (guments. Use)-.18 F .346
  695. (this option if your CD-drive is not able to read the last sectors of a track)
  696. 2.846 F 1.033(or if you want to be able to read the CD on a)144 672 R F1(Linux)
  697. 3.534 E F0 1.034(system with the ISO-9660 214lesystem read)3.534 F .527
  698. (ahead bug.)144 684 R .527(If an empty 214le is used for track data, this opt
  699. ion may be used to create a disk that is)5.527 F(entirely made of padding.)144
  700. 696 Q(J)72 768 Q -.25(..)75.89 762.5 S(or)75.89 768 Q 2.5(gS)-.18 G 153.065
  701. (chilling V)97.1 768 R(ersion 1.8)-1.11 E(6)535 768 Q EP
  702. %%Page: 7 7
  703. BP/F0 10/Times-Roman@0 SF 104.275(CDRECORD(1) Schily264s)72 48 R
  704. (USER COMMANDS)2.5 E(CDRECORD(1))473.89 48 Q/F1 10/Times-Bold@0 SF(255nopad)
  705. 108 84 Q F0(Do not pad the following tracks 255 the default.)144 96 Q F1(pr)
  706. 108 112.8 Q(egap)-.18 E F0(=#)A .986(Set the)144 124.8 R .986
  707. (pre-gap size for the next track.)5.986 F .986
  708. (This option currently only makes sense with the TEAC)5.986 F(drive when creat
  709. ing track-at-once disks without the 2 second silence before each track.)144
  710. 136.8 Q(This option may go away in future.)144 148.8 Q F1(255pr)108 165.6 Q
  711. (eemp)-.18 E F0 .432(If this 215ag is present, all T)144 177.6 R .432
  712. (OC entries for subsequent audio tracks will indicate that the audio data)-.18
  713. F 1.35(has been sampled with 50/15)144 189.6 R/F2 10/TSymbol SF(m)3.85 E F0
  714. 1.35(sec preemphasis.)B 1.35(The data, however is not modi214ed during the)
  715. 6.35 F(process of transferring from 214le to disk.)144 201.6 Q
  716. (This option has no ef)5 E(fect on data tracks.)-.18 E F1(255nopr)108 218.4 Q
  717. (eemp)-.18 E F0 .432(If this 215ag is present, all T)144 230.4 R .432
  718. (OC entries for subsequent audio tracks will indicate that the audio data)-.18
  719. F(has been mastered with linear data 255 this is the default.)144 242.4 Q F1
  720. (tsize=#)108 259.2 Q F0 .373(If the master image for the next track has been s
  721. tored on a raw disk, use this option to specify the)6.42 F .434(valid amount o
  722. f data on this disk. If the image of the next track is stored in a regular 
  723. 214le, the size)144 271.2 R .45
  724. (of that 214le is taken to determine the length of this track.)144 283.2 R .45
  725. (If the track contains an ISO 9660 214lesy-)5.45 F(stem image use the)144
  726. 295.2 Q/F3 10/Times-Italic@0 SF(255isosize)2.5 E F0
  727. (option to determine the length of that 214lesystem image.)2.5 E .952(In Disk
  728.  at Once mode and with some drives that use the TEAC programming interface, ev
  729. en in)144 307.2 R -.35(Tr)144 319.2 S .945(ack at Once mode,).35 F F1(cdr)3.446
  730. E(ecord)-.18 E F0 .946
  731. (needs to know the size of each track before starting to write the)3.446 F
  732. 2.949(disk. Cdrecord)144 331.2 R .448
  733. (now checks this and aborts before starting to write.)2.949 F .448
  734. (If this happens you will need)5.448 F .52(to run)144 343.2 R F1 .52
  735. (mkisofs -print-size)3.02 F F0 .52(before and use the output as an ar)3.02 F
  736. .52(gument to the)-.18 F F1(tsize)3.02 E F0 3.02(=o)C .52(ption of)483.04 343.2
  737. R F1(cdr)3.02 E(e-)-.18 E(cord)144 355.2 Q F0(.)A(See)144 367.2 Q F1(fs)2.5 E
  738. F0 2.5(=o)C(ption for possible ar)181.3 367.2 Q(guments.)-.18 E/F4 9
  739. /Times-Bold@0 SF(EXAMPLES)72 396 Q F0 .598(For all examples below)108 408 R
  740. 3.098(,i)-.65 G 3.097(tw)211.122 408 S .597
  741. (ill be assumed that the CD-Recorder is connected to the primary SCSI bus of)
  742. 224.219 408 R(the machine. The SCSI tar)108 420 Q(get id is set to 2.)-.18 E
  743. 1.4 -.7(To r)108 436.8 T
  744. (ecord a pure CD-ROM at double speed, using data from the 214le).7 E F3
  745. (cdimage.raw)2.5 E F0(:).33 E(cdrecord 255v speed=2 dev=2,0 cdimage.raw)118
  746. 453.6 Q 1.4 -.7(To c)108 470.4 T
  747. (reate an image for a ISO 9660 214lesystem with Rock Ridge extensions:).7 E
  748. (mkisofs 255R 255o cdimage.raw /home/joer)118 487.2 Q(g/master/tree)-.18 E
  749. 1.4 -.7(To c)108 504 T
  750. (heck the resulting 214le before writing to CD on Solaris:).7 E
  751. (mount 255r 255F fbk 255o type=hsfs /dev/fbk0:cdimage.raw /mnt)118 520.8 Q
  752. (On Linux:)108 537.6 Q(mount cdimage.raw 255r 255t iso9660 255o loop /mnt)
  753. 118 554.4 Q(Go on with:)108 571.2 Q(ls 255lR /mnt)118 583.2 Q(umount /mnt)118
  754. 595.2 Q .556(If the overall speed of the system is suf)108 612 R .557
  755. (214cient and the structure of the 214lesystem is not too complex, cdre-)-.18
  756. F(cord will run without creating an image of the ISO 9660 214lesystem. Simply
  757.  run the pipeline:)108 624 Q
  758. (mkisofs 255R /master/tree | cdrecord 255v fs=6m speed=2 dev=2,0 -)118 640.8
  759. Q .915
  760. (The recommended minimum 214fo size for running this pipeline is 4 MBytes.)108
  761. 657.6 R .915(As the default 214fo size is 4)5.915 F .403(MB, the)108 669.6 R
  762. F1(fs=)2.903 E F0 .404(option needs only be present if you want to use a dif)
  763. 2.903 F .404(ferent 214fo size.)-.18 F .404(If your system is loaded,)5.404 F
  764. (you should run mkisofs in the real time class too.)108 681.6 Q 1.4 -.7(To r)5
  765. H(aise the priority of).7 E F1(mkisofs)2.5 E F0(replace the command)2.5 E
  766. (mkisofs 255R /master/tree)118 698.4 Q(by)108 710.4 Q(priocntl 255e 255c R)
  767. 118 722.4 Q 2.5<54ad>-.6 G 2.5(p5)197.09 722.4 S 2.5(9m)209.59 722.4 S
  768. (kisofs 255R /master/tree)224.87 722.4 Q(J)72 768 Q -.25(..)75.89 762.5 S(or)
  769. 75.89 768 Q 2.5(gS)-.18 G 153.065(chilling V)97.1 768 R(ersion 1.8)-1.11 E(7)
  770. 535 768 Q EP
  771. %%Page: 8 8
  772. BP/F0 10/Times-Roman@0 SF 104.275(CDRECORD(1) Schily264s)72 48 R
  773. (USER COMMANDS)2.5 E(CDRECORD(1))473.89 48 Q(on Solaris and by)108 84 Q
  774. (nice --18 mkisofs 255R /master/tree)118 108 Q(on systems that don')108 132 Q
  775. 2.5(th)-.18 G(ave)200.6 132 Q/F1 10/Times-Bold@0 SF(UNIX International)2.5 E F0
  776. (compliant realtime scheduling.)2.5 E 1.563(Cdrecord runs at priority 59 on So
  777. laris, you should run mkisofs at no more than priority 58. On other)108 148.8 R
  778. (systems, you should run mkisofs at no less than nice --18.)108 160.8 Q .359(C
  779. reating a CD-ROM without 214le system image on disk has been tested on a Spar
  780. cstation-2 with a Y)108 177.6 R(amaha)-1 E .49
  781. (CDR-400. It did work up to quad speed when the machine was not loaded.)108
  782. 189.6 R 2.989(Af)5.489 G .489(aster machine may be able)431.964 189.6 R
  783. (to handle quad speed also in the loaded case.)108 201.6 Q 5.793 -.7(To r)108
  784. 218.4 T 4.393(ecord a pure CD-DA (audio) at single speed, with each track co
  785. ntained in a 214le named).7 F/F2 10/Times-Italic@0 SF(track01.cdaudio)108
  786. 230.4 Q F0(,).17 E F2(track02.cdaudio)2.5 E F0 2.5(,e).17 G(tc:)253.32 230.4 Q
  787. (cdrecord 255v speed=1 dev=2,0 -audio track*.cdaudio)118 247.2 Q 1.4 -.7(To c)
  788. 108 264 T(heck if it will be ok to use double speed for the example above.).7 E
  789. (Use the dummy write option:)5 E
  790. (cdrecord 255v 255dummy speed=2 dev=2,0 255audio track*.cdaudio)118 280.8 Q
  791. 2.363 -.7(To r)108 297.6 T .963
  792. (ecord a mixed-mode CD with an ISO 9660 214lesystem from).7 F F2(cdimage.raw)
  793. 3.462 E F0 .962(on the 214rst track, the other)3.462 F
  794. (tracks being audio tracks from the 214les)108 309.6 Q F2(track01.cdaudio)2.5
  795. E F0(,).17 E F2(track02.cdaudio)2.5 E F0 2.5(,e).17 G(tc:)411.35 309.6 Q
  796. (cdrecord 255v 255dummy dev=2,0 cdimage.raw 255audio track*.cdaudio)118
  797. 326.4 Q 1.4 -.7(To h)108 343.2 T(andle drives that need to know the size of a 
  798. track before starting to write, 214rst run).7 E
  799. (mkisofs -R -q -print-size /master/tree)118 360 Q(and then run)108 376.8 Q
  800. (mkisofs -R /master/tree | cdrecord speed=2 dev=2,0 tsize=XXXs -)118 393.6 Q
  801. (where)108 410.4 Q F2(XXX)2.5 E F0
  802. (is replaced by the output of the previous run of mkisofs.)2.5 E/F3 9
  803. /Times-Bold@0 SF(ENVIRONMENT)72 439.2 Q F0(CDR_DEVICE)108 451.2 Q 1.613(This m
  804. ay either hold a device identi214er that is suitable to the open call of the 
  805. SCSI transport)144 463.2 R
  806. (library or a label in the 214le /etc/default/cdrecord.)144 475.2 Q(CDR_SPEED)
  807. 108 492 Q(Sets the default speed value for writing (see also)144 504 Q F1
  808. (255speed)2.5 E F0(option).)2.5 E(CDR_FIFOSIZE)108 520.8 Q
  809. (Sets the default size of the FIFO (see also)144 532.8 Q F1(fs=#)2.5 E F0
  810. (option).)2.5 E F3(FILES)72 561.6 Q F0(/etc/default/cdrecord)108 573.6 Q 3.144
  811. (Default values can be set for the following options in /etc/default/cdrecord.)
  812. 144 585.6 R 3.144(For example:)8.144 F/F4 9/Times-Roman@0 SF(CDR_FIFOSIZE=8m)
  813. 144 597.6 Q F0(or)2.25 E F4(CDR_SPEED=2)2.5 E F0(CDR_DEVICE)144 614.4 Q .247(T
  814. his may either hold a device identi214er that is suitable to the open call of
  815.  the SCSI trans-)180 626.4 R 1.393(port library or a label in the 214le /etc/
  816. default/cdrecord that allows to identify a speci214c)180 638.4 R
  817. (drive on the system.)180 650.4 Q(CDR_SPEED)144 667.2 Q
  818. (Sets the default speed value for writing (see also)180 679.2 Q F1(255speed)
  819. 2.5 E F0(option).)2.5 E(CDR_FIFOSIZE)144 696 Q
  820. (Sets the default size of the FIFO (see also)180 708 Q F1(fs=#)2.5 E F0
  821. (option).)2.5 E(J)72 768 Q -.25(..)75.89 762.5 S(or)75.89 768 Q 2.5(gS)-.18 G
  822. 153.065(chilling V)97.1 768 R(ersion 1.8)-1.11 E(8)535 768 Q EP
  823. %%Page: 9 9
  824. BP/F0 10/Times-Roman@0 SF 104.275(CDRECORD(1) Schily264s)72 48 R
  825. (USER COMMANDS)2.5 E(CDRECORD(1))473.89 48 Q(Any other label)144 84 Q .523
  826. (is an identi214er for a speci214c drive on the system.)180 96 R .523
  827. (Such an identi214er may not contain the)5.523 F
  828. (characters ',', '/', '@' or ':'.)180 108 Q 1.437
  829. (Each line that follows a label contains a T)180 132 R 1.436
  830. (AB separates list of items.)-.8 F(Currently)6.436 E 3.936(,t)-.65 G(hree)
  831. 522.79 132 Q .507(items are recognized: the SCSI ID of the drive, the default 
  832. speed that should be used for)180 144 R 1.374(this drive and the default FIFO 
  833. size that should be used for this drive. The values for)180 156 R/F1 10
  834. /Times-Italic@0 SF(speed)180 168 Q F0(and)3.303 E F1(214fosize)3.303 E F0 .804
  835. (may be set to -1 to tell cdrecord to use the global defaults.)3.303 F 3.304
  836. (At)5.804 G(ypical)515.56 168 Q(line may look this way:)180 180 Q(teac1= 0,5,0)
  837. 180 204 Q 31(48)252 204 S(m)293 204 Q(yamaha= 1,6,0)180 228 Q 25.17(-1 -1)252
  838. 228 R .3(This tells)180 252 R/F2 10/Times-Bold@0 SF(cdr)2.8 E(ecord)-.18 E F0
  839. .3(that a drive named)2.8 F F1(teac1)2.8 E F0 .3(is at scsibus 0, tar)2.8 F .3
  840. (get 5, lun 0 and should be)-.18 F .499
  841. (used with speed 4 and a FIFO size of 8 MB.)180 264 R 3(As)5.5 G .5
  842. (econd drive may be found at scsibus 1,)380.97 264 R(tar)180 276 Q
  843. (get 6, lun 0 and uses the default speed and the default FIFO size.)-.18 E/F3 9
  844. /Times-Bold@0 SF(SEE ALSO)72 304.8 Q F2(mkisofs)108 316.8 Q F0((1),)A F2(scg)
  845. 2.5 E F0((7),)A F2(fbk)2.5 E F0((7).)A F3(NOTES)72 345.6 Q F0 .484
  846. (Disks made in)108 357.6 R F2 -.74(Tr)2.984 G .484(ack At Once).74 F F0 .484
  847. (mode are not suitable as a master for direct mass production by CD manu-)2.984
  848. F 3.937(facturers. Y)108 369.6 R 1.437(ou will need the)-1 F F2 1.437
  849. (disk at once)3.937 F F0 1.438(option to record such disks.)3.938 F 1.438
  850. (Nevertheless the disks made in)6.438 F F2 -.74(Tr)108 381.6 S .172
  851. (ack At Once).74 F F0 .171(will normally be read in all CD players. Some old a
  852. udio CD players however may produce)2.671 F 2.5(at)108 393.6 S
  853. (wo second click between two audio tracks.)117.72 393.6 Q .563(The minimal siz
  854. e of a track is 4 seconds or 300 sectors. If you write smaller tracks, the CD-
  855. Recorder will)108 410.4 R(add dummy blocks. This is not an error)108 422.4 Q
  856. 2.5(,e)-.4 G(ven though the SCSI-error message looks this way)274.25 422.4 Q(.)
  857. -.65 E F2(Cdr)108 439.2 Q(ecord)-.18 E F0 .259(has been tested on an upgraded 
  858. Philips CDD-521 recorder at single and double speed on a Spar)2.76 F(-)-.2 E
  859. 3.874
  860. (cStation 20/502 with no problems, slower computer systems should work also.)
  861. 108 451.2 R 3.874(The newer Phi-)8.874 F 2.219
  862. (lips/HP/Plasmon/Grundig drives as well as Y)108 463.2 R 2.219
  863. (amaha CDR-100 and CDR-102 work also. The Plasmon)-1 F .188
  864. (RF-4100 work, but has not tested in multi session.)108 475.2 R 2.688(AP)5.188
  865. G .189(hilips CDD-521 that has not been upgraded will not)331.28 475.2 R 2.89
  866. (work. The)108 487.2 R .39
  867. (Sony CDU-924 has been tested, but does not support XA-mode2 in hardware.)2.89
  868. F .39(The sony there-)5.39 F .432
  869. (fore cannot create conforming multi session disks.)108 499.2 R .433
  870. (The Ricoh RO-1420C works, but some people seem to)5.433 F
  871. (have problems to use them with speed=2, try speed=0 in this case.)108 511.2 Q
  872. 1.686(The Y)108 528 R 1.686(amaha CDR-400 and all new SCSI-3/mmc conforming dr
  873. ives are supported in single and multi-)-1 F(session.)108 540 Q -1(Yo)108 556.8
  874. S 2.52(us)1 G .02
  875. (hould run several tests in all supported speeds of your drive with the)130.63
  876. 556.8 R F2(255dummy)2.521 E F0 .021(option turned on if you)2.521 F .378
  877. (are using)108 568.8 R F2(cdr)2.878 E(ecord)-.18 E F0 .378
  878. (on an unknown system. W)2.878 F .378(riting a CD is a realtime process.)-.4 F
  879. F2(NFS)5.378 E F0 .377(will not always deli-)2.877 F .99
  880. (ver constantly the needed data rates.)108 580.8 R .99(If you want to use)5.99
  881. F F2(cdr)3.491 E(ecord)-.18 E F0 .991(with CD-images that are located on a)
  882. 3.491 F F2(NFS)108 592.8 Q F0 .447
  883. (mounted 214lesystem, be sure that the 214fo size is big enough.)2.947 F
  884. 2.946(Iu)5.447 G(sed)388.24 592.8 Q F2(cdr)2.946 E(ecord)-.18 E F0 .446
  885. (with with medium load)2.946 F .531(on a SS20/502 and even at quad speed on a 
  886. Sparcstation-2 which was heavily loaded, but it is recommen-)108 604.8 R .032
  887. (ded to leave the system as lightly loaded as possible while writing a CD.)108
  888. 616.8 R .031(If you want to make sure that buf-)5.031 F
  889. (fer underrungs are not caused by your source disk, you may use the command)108
  890. 628.8 Q F2(cdr)118 645.6 Q(ecord -dummy dev=2,0 padsize=600m /dev/null)-.18 E
  891. F0 .834(to create a disk that is entirely made of dummy data.)108 662.4 R F2
  892. (Cdr)5.835 E(ecord)-.18 E F0 .835(needs to run as root to get access to the)
  893. 3.335 F F2(/dev/scg?)108 674.4 Q F0
  894. (device nodes and to be able to lock itself into memory)5 E(.)-.65 E .025
  895. (If you don')108 691.2 R 2.525(tw)-.18 G .025
  896. (ant to allow users to become root on your system,)165.385 691.2 R F2(cdr)2.525
  897. E(ecord)-.18 E F0 .024(may safely be installed suid root.)2.525 F .902
  898. (This allows all users or a group of users with no root privileges to use)108
  899. 703.2 R F2(cdr)3.402 E 3.402(ecord. Cdr)-.18 F(ecord)-.18 E F0 .903
  900. (in this case)3.402 F .143(checks, if the real user would have been able to re
  901. ad the speci214ed 214les.)108 715.2 R 1.542 -.7(To g)5.142 H .142
  902. (ive all user access to use).7 F F2(cdr)2.642 E(e-)-.18 E(cord,)108 727.2 Q F0
  903. (enter:)2.5 E(J)72 768 Q -.25(..)75.89 762.5 S(or)75.89 768 Q 2.5(gS)-.18 G
  904. 153.065(chilling V)97.1 768 R(ersion 1.8)-1.11 E(9)535 768 Q EP
  905. %%Page: 10 10
  906. BP/F0 10/Times-Roman@0 SF 104.275(CDRECORD(1) Schily264s)72 48 R
  907. (USER COMMANDS)2.5 E(CDRECORD(1))473.89 48 Q
  908. (chown root /usr/local/bin/cdrecord)144 84 Q(chmod 471)144 96 Q 2.5(1/)-.37 G
  909. (usr/local/bin/cdrecord)198.63 96 Q 1.4 -.7(To g)108 112.8 T
  910. (ive a restricted group of users access to cdrecord enter:).7 E
  911. (chown root /usr/local/bin/cdrecord)144 129.6 Q
  912. (chgrp cdburners /usr/local/bin/cdrecord)144 141.6 Q
  913. (chmod 4710 /usr/local/bin/cdrecord)144 153.6 Q(and add a group)108 170.4 Q/F1
  914. 10/Times-Italic@0 SF(cdburners)2.5 E F0(on your system.)2.5 E .424
  915. (Never give write permissions for non root users to the)108 187.2 R F1
  916. (/dev/scg?)2.924 E F0 .424(devices unless you would allow anybody)5.424 F
  917. (to read/write/format all your disks.)108 199.2 Q -1(Yo)108 216 S 3.316(us)1 G
  918. .815(hould not connect old drives that do not support disconnect/reconnect to 
  919. either the SCSI bus that is)131.426 216 R
  920. (connected to the CD-Recorder or the source disk.)108 228 Q 2.5(AC)108 244.8 S
  921. (ompact Disc can have no more than 99 tracks.)124.39 244.8 Q .635(When creatin
  922. g a disc with both audio and data tracks, the data should be on track 1 otherw
  923. ise you should)108 261.6 R .267(create a CDplus disk which is a multi session 
  924. disk with the 214rst session containing the audio tracks and the)108 273.6 R
  925. (following session containing the data track.)108 285.6 Q .666(Many operating 
  926. systems are not able to read more than a single data track, or need special so
  927. ftware to do)108 302.4 R(so.)108 314.4 Q
  928. (More information on the SCSI command set of a HP CD-Recorder can be found at:)
  929. 108 331.2 Q(http://www)144 348 Q(.hp.com/isgsupport/cdr/index.html)-.65 E .694
  930. (If you have more information or SCSI command manuals for currently unsupporte
  931. d CD-Recorders please)108 364.8 R(contact the author)108 376.8 Q(.)-.55 E 1.249
  932. (The Philips CDD 521 CD-Recorder (even in the upgraded version) has several 
  933. 214rmware bugs. Some of)108 393.6 R
  934. (them will force you to power cycle the device or to reboot the machine.)108
  935. 405.6 Q .375(When using)108 422.4 R/F2 10/Times-Bold@0 SF(cdr)2.875 E(ecord)
  936. -.18 E F0 .375(with the broken)2.875 F F2 .374(Linux SCSI generic driver)2.875
  937. F(.)-.92 E F0 -1(Yo)5.374 G 2.874(us)1 G .374(hould note that)410.83 422.4 R F2
  938. (cdr)2.874 E(ecord)-.18 E F0 .374(uses a)2.874 F 1.122
  939. (hack, that tries to emulate the functionality of the scg driver)108 434.4 R
  940. 6.122(.U)-.55 G(nfortunately)373.642 434.4 Q 3.623(,t)-.65 G 1.123
  941. (he sg driver on)430.775 434.4 R F2(Linux)3.623 E F0(has)3.623 E
  942. (several severe bugs:)108 446.4 Q 32.5<8349>108 463.2 S 2.5(tc)147.33 463.2 S
  943. (annot see if a SCSI command could not be sent at all.)157.05 463.2 Q 32.5
  944. <8349>108 480 S 2.526(tc)147.33 480 S .026(annot get the SCSI status byte.)
  945. 157.076 480 R F2(Cdr)5.026 E(ecord)-.18 E F0 .026
  946. (for that reason cannot report failing SCSI commands)2.526 F
  947. (in some situations.)144 492 Q 32.5<8349>108 508.8 S 3.211(tc)147.33 508.8 S
  948. .711(annot get real DMA count of transfer)157.761 508.8 R(.)-.55 E F2(Cdr)5.711
  949. E(ecord)-.18 E F0 .711(cannot tell you if there is an DMA residual)3.211 F
  950. (count.)144 520.8 Q 32.5<8349>108 537.6 S 3.08(tc)147.33 537.6 S .58
  951. (annot get number of bytes valid in auto sense data.)157.63 537.6 R F2(Cdr)5.58
  952. E(ecord)-.18 E F0 .58(cannot tell you if device trans-)3.08 F
  953. (fers no sense data at all.)144 549.6 Q 32.5<8349>108 566.4 S 2.5(tf)147.33
  954. 566.4 S
  955. (etches to few data in auto request sense (CCS/SCSI-2/SCSI-3 needs >= 18).)
  956. 155.94 566.4 Q .255(The 214fo percent output is computed just after a block o
  957. f data has been written to the CD-Recorder)108 583.2 R 2.755(.F)-.55 G .255
  958. (or this)514.465 583.2 R(reason, there will never be 100% 214fo 214ll, while
  959.  the 214fo is in streaming mode.)108 595.2 Q/F3 9/Times-Bold@0 SF(DIAGNOSTICS)
  960. 72 624 Q F0 -1(Yo)108 636 S 2.5(uh)1 G(ave 9 seconds to type ^C to abort)131.72
  961. 636 Q F2(cdr)2.5 E(ecord)-.18 E F0(after you see the message:)2.5 E
  962. (Starting to write CD at speed %d in %s mode for %s session.)108 652.8 Q 2.5
  963. (At)108 669.6 S(ypical error message for a SCSI command looks like:)120.5 669.6
  964. Q(cdrecord: I/O error)144 693.6 Q 2.5(.t)-.55 G
  965. (est unit ready: scsi sendcmd: no error)226.75 693.6 Q 2.5(CDB: 00)144 705.6 R
  966. (20 00 00 00 00)2.5 E(status: 0x2 (CHECK CONDITION))144 717.6 Q
  967. (Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 25 00 00 00 00 00)144 729.6 Q
  968. (J)72 768 Q -.25(..)75.89 762.5 S(or)75.89 768 Q 2.5(gS)-.18 G 153.065
  969. (chilling V)97.1 768 R(ersion 1.8)-1.11 E(10)530 768 Q EP
  970. %%Page: 11 11
  971. BP/F0 10/Times-Roman@0 SF 104.275(CDRECORD(1) Schily264s)72 48 R
  972. (USER COMMANDS)2.5 E(CDRECORD(1))473.89 48 Q
  973. (Sense Key: 0x5 Illegal Request, Segment 0)144 84 Q
  974. (Sense Code: 0x25 Qual 0x00 (logical unit not supported) Fru 0x0)144 96 Q
  975. (Sense 215ags: Blk 0 (not valid))144 108 Q .299
  976. (The 214rst line gives information about the transport of the command.)108 132
  977. R .299(The text after the 214rst colon gives the)5.299 F .015
  978. (error text for the system call from the view of the kernel. It usually is:)108
  979. 144 R/F1 10/Times-Bold@0 SF .016(I/O err)2.516 F(or)-.18 E F0 .016
  980. (unless other problems hap-)2.516 F .561(pen. The next words contain a short d
  981. escription for the SCSI command that fails. The rest of the line tells)108 156
  982. R .017(you if there were any problems for the transport of the command over th
  983. e SCSI bus.)108 168 R F1 .017(fatal err)5.017 F(or)-.18 E F0 .017(means that)
  984. 2.517 F(it was not possible to transport the command (i.e. no device present 
  985. at the requested SCSI address).)108 180 Q(The second line prints the SCSI com
  986. mand descriptor block for the failed command.)108 196.8 Q .684(The third line 
  987. gives information on the SCSI status code returned by the command, if the tran
  988. sport of the)108 213.6 R(command succeeds.)108 225.6 Q
  989. (This is error information from the SCSI device.)5 E(The fourth line is a hex 
  990. dump of the auto request sense information for the command.)108 242.4 Q .783(T
  991. he 214fth line is the error text for the sense key if available, followed by 
  992. the segment number that is only)108 259.2 R .403(valid if the command was a)108
  993. 271.2 R/F2 10/Times-Italic@0 SF(copy)2.903 E F0 .402
  994. (command. If the error message is not directly related to the current com-)
  995. 2.903 F(mand, the text)108 283.2 Q F2(deferr)2.5 E(ed err)-.37 E(or)-.37 E F0
  996. (is appended.)2.5 E 1.25(The sixth line is the error text for the sense code a
  997. nd the sense quali214er if available.)108 300 R 1.25(If the type of the)6.25 F
  998. 1.221(device is known, the sense data is decoded from tables in)108 312 R F2
  999. (scsierrs.c)3.721 E F0 6.221(.T)3.981 G 1.221(he text is followed by the error)
  1000. 409.364 312 R(value for a 214eld replaceable unit.)108 324 Q 1.011(The sevent
  1001. h line prints the block number that is related to the failed command and text 
  1002. for several error)108 340.8 R(215ags. The block number may not be valid.)108
  1003. 352.8 Q(The following message is not an error:)108 369.6 Q -.35(Tr)144 381.6 S
  1004. (ack 01: T).35 E(otal bytes read/written: 2048/2048 (1 sectors).)-.7 E
  1005. (cdrecord: I/O error)144 393.6 Q 2.5<2e8d>-.55 G
  1006. (ush cache: scsi sendcmd: no error)229.53 393.6 Q 2.5(CDB: 35)144 405.6 R
  1007. (00 00 00 00 00 00 00 00 00)2.5 E(status: 0x2 (CHECK CONDITION))144 417.6 Q
  1008. (Sense Bytes: F0 00 05 80 00 00 27 0A 00 00 00 00 B5 00 00 00 00 00)144 429.6 Q
  1009. (Sense Key: 0x5 Illegal Request, Segment 0)144 441.6 Q
  1010. (Sense Code: 0xB5 Qual 0x00 (dummy data blocks added) Fru 0x0)144 453.6 Q
  1011. (Sense 215ags: Blk -2147483609 (valid))144 465.6 Q(It simply noti214es, th
  1012. at a track that is smaller than the minimum size has been expanded to 300 sect
  1013. ors.)108 489.6 Q/F3 9/Times-Bold@0 SF(BUGS)72 506.4 Q F1(Cdr)108 518.4 Q(ecord)
  1014. -.18 E F0(has even more options than)2.5 E F1(ls)2.5 E F0(.)A F1(Cdr)108 535.2
  1015. Q(ecord)-.18 E F0 .784
  1016. (currently only warns if the input data will not 214t on the disk.)3.285 F
  1017. .784(If you don')5.784 F 3.284(ta)-.18 G .784(bort the command)465.662 535.2 R
  1018. (you will get unpredictable results.)108 547.2 Q
  1019. (There should be an option to write index numbers for audio tracks.)108 564 Q(
  1020. There should be a recover option to make disks usable, that have been written 
  1021. during a power failure.)108 580.8 Q F3(CREDITS)72 609.6 Q F0(Bill Swartz)108
  1022. 621.6 Q((Bill_Swartz@twolf.com))180 621.6 Q
  1023. (For helping me with the TEAC driver support)183 633.6 Q(Aaron Newsome)108
  1024. 650.4 Q((aaron.d.newsome@wdc.com))4.52 E
  1025. (For letting me develop Sony support on his drive)183 662.4 Q(Eric Y)108 679.2
  1026. Q 7.46(oungdale (eric@andante.jic.com))-1 F(For supplying mkisofs)183 691.2 Q
  1027. (J)72 768 Q -.25(..)75.89 762.5 S(or)75.89 768 Q 2.5(gS)-.18 G 153.065
  1028. (chilling V)97.1 768 R(ersion 1.8)-1.11 E -.37(11)530.37 768 S EP
  1029. %%Page: 12 12
  1030. BP/F0 10/Times-Roman@0 SF 104.275(CDRECORD(1) Schily264s)72 48 R
  1031. (USER COMMANDS)2.5 E(CDRECORD(1))473.89 48 Q(Gadi Oxman)108 84 Q
  1032. ((gadio@netvision.net.il))180 84 Q(For tips on the A)183 96 Q -.8(TA)-1.11 G
  1033. (PI standard).8 E(Finn Arne Gangstad)108 112.8 Q((214nnag@guardian.no))216
  1034. 112.8 Q(For the 214rst FIFO implementation.)183 124.8 Q(Dave Platt)108 141.6 Q
  1035. ((dplatt@feghoot.ml.or)180 141.6 Q(g))-.18 E 1.397(For creating the experime
  1036. ntal packet writing support, the 214rst implementation of CD-)183 153.6 R
  1037. 1.386 -.55(RW b)183 165.6 T .285(lanking support, the 214rst .wav 214le deco
  1038. der and many nice discussions on cdrecord.).55 F(Chris P)108 182.4 Q 2.5(.R)
  1039. -1.11 G(oss (cross@eng.us.uu.net))148.29 182.4 Q
  1040. (For the 214rst implementation os a BSDI SCSI rtansport.)183 194.4 Q
  1041. (Grant R. Guenther)108 211.2 Q((grant@torque.net))7.5 E
  1042. (For creating the 214rst parallel port transport implementation for Linux.)183
  1043. 223.2 Q(Kenneth D. Merry (ken@kdm.or)108 240 Q(g))-.18 E 7.424
  1044. (for providing the CAM port for FreeBSD together with Michael Smith)183 252 R
  1045. ((msmith@freebsd.or)183 264 Q(g))-.18 E/F1 9/Times-Bold@0 SF(MAILING LISTS)72
  1046. 292.8 Q F0 .049(If you want to actively take part on the development of cdreco
  1047. rd, you may join the cdwriting mailing list by)108 304.8 R(sending mail to:)108
  1048. 316.8 Q(other)144 340.8 Q(-cdwrite-request@lists.debian.or)-.2 E(g)-.18 E
  1049. (and include the word)108 364.8 Q/F2 10/Times-Italic@0 SF(subscribe)2.5 E F0
  1050. (in the body)2.5 E 5(.T)-.65 G(he mail address of the list is:)293.44 364.8 Q
  1051. (cdwrite@lists.debian.or)144 388.8 Q(g)-.18 E F1(AUTHOR)72 417.6 Q F0(J)108
  1052. 429.6 Q -.25(..)111.89 424.1 S(or)111.89 429.6 Q 2.5(gS)-.18 G(chilling)133.1
  1053. 429.6 Q(Seestr)108 441.6 Q 2.5(.1)-.55 G(10)141.52 441.6 Q(D-13353 Berlin)108
  1054. 453.6 Q(Germany)108 465.6 Q(Additional information can be found on:)108 482.4 Q
  1055. (http://www)108 494.4 Q(.fokus.gmd.de/nthp/employees/schilling/cdrecord.html)
  1056. -.65 E(Mail bugs and suggestions to:)108 511.2 Q/F3 10/Times-Bold@0 SF
  1057. (joerg@schily)108 528 Q(.isdn.cs.tu-berlin.de)-.55 E F0(or)2.5 E F3
  1058. (js@cs.tu-berlin.de)2.5 E F0(or)2.5 E F3(schilling@fokus.gmd.de)2.5 E F0(J)72
  1059. 768 Q -.25(..)75.89 762.5 S(or)75.89 768 Q 2.5(gS)-.18 G 153.065(chilling V)
  1060. 97.1 768 R(ersion 1.8)-1.11 E(12)530 768 Q EP
  1061. %%Trailer
  1062. end