[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cdrecord-prodvd also fails to write Moviestyle dvd



Dominique Dumont wrote:
Bill Davidsen <davidsen@tmr.com> writes:

  
The only thing which comes to mind on that is that the directory
structure might still be in memory. Seems unlikely, but there's no
reason why it should work only until eject. If you force a read of all
files, like an md5sum or such, are they all readable? 
    
You mean reading the while disc before eject ? I'll have to try
that. I'll get back to you later.
  

On the chance that I was unclear with my question:
  mount -r /dev/hdc /mnt/cdrom
  cd /mnt/cdrom
  find . -type f -print0 | xargs -0 md5sum | grep FAIL

obviously modified to fit you device and mountpoint names.

-- 
bill davidsen <davidsen@tmr.com>
  CTO TMR Associates, Inc
  Doing interesting things with small computers since 1979

Reply to: