Error msg.

2007-04-03 Thread Craig Harding
I'm tring to write an iso file to a blank'ed dvd-rw disc and I got this error. I know that the error msg speaks for itself (medium error), but just wondering if it could actually be something else besides my dvd as I've used this disc a few times already. It was burning for about 10-15 minutes bef

Re: Oddness piping mkisofs into recent cdrecord versions

2006-12-19 Thread Craig Harding
Well how do you access these files? Is it nfs, ssh, samba..? If it's over a network, I think the -fs and -waiti flags could be used.. Maybe someone else can clarify on the use.. Craig. On 12/19/06, Bill Davidsen <[EMAIL PROTECTED]> wrote: Craig Harding wrote: > I've had t

Re: Oddness piping mkisofs into recent cdrecord versions

2006-12-18 Thread Craig Harding
I've had the same problem and if you use tsize=`mkisofs -print-size -quiet file.iso`s as one of the flags then it should work.. Make note that the 's' after the tsize cmd is correct, check the man page for this flag.. eg: mkisofs file.iso | cdrecord -data tsize=`mkisofs -print-size -quiet file.is