sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #20061
Re: CD-writing
"Claus Ekstrøm" wrote:
> #!/bin/sh
>
> # Calculate the image size
> IMGSIZE=`mkisofs -R -q -print-size -m code $HOME/ 2>&1 | sed -e "s/.* = //"`
>
> # Create ISO-image and burn CD on the fly
> mkisofs -r -q -m core $HOME/ | cdrecord -v -data fs=8m speed=2 blank=session dev=0,1,0 -tsize=${IMGSIZE}s -
>
Hva med at ændre ${IMGSIZE} til $IMGSIZE ??? Check også om din brænder
virkelig SKAL have Imagesize at vide på forhånd, min skal ikke.
--
Best Regards
Emil S Hansen - esh@xxxxxxxxxxxxx - ESH12-RIPE
System Manager, Sophistic Systems - www.sophistic.com
BTW: I'm searching for a job.
Follow ups
References