Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
cdrecord --help 2>& 1 | pg
[/cdrecord]
4. the cmd line is something like
[code]
cdrecord -scanabus
would give u values for dev e.g. 0,1,4 i,e cd drive on 2nd channel with scsi id=4
cdrecord -dev=
cdrecord dev=0,1,4 -dummy <image file created with mkisofs> -speed=8
thie would just check the performance and tell u will it work or not.
and without dummy it will write and int the end say abot lead in and leadout writing
cdrecord dev=0,1,4 <image file created with mkisofs> -speed=8