rob wrote:
>
> cdblocks=` mkisofs -print-size -quiet ... `
> mkisofs ... | cdrecord ... tsize=${cdblocks}s -
>
> Make sure you have the "s" at the end of tsize=, otherwise cdrecord
> interprets it as something other than CD blocks. I had this problem for
> a while...
Rob,
That worked. Thanks!
The man page does say to look at the fs= option when you read the tsize=
option. The example near the bottom of the man page does show mkisofs
-print-size; mkisofs /dir | cdrecord tsize=XXXs -
But, I overlooked that "s" since an s usually means plural.
Better way to show it as an example is the way you did it, with the
brackets, as if written in a shell script.
--
Cheers,
Karl Bellve, Ph.D. ICQ # 13956200
Biomedical Imaging Group TLCA# 7938
University of Massachusetts
Email: [EMAIL PROTECTED]
Phone: (508) 856-6514
Fax: (508) 856-1840
PGP Public key: finger [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]