On Sun, 2006-05-28 at 19:00 +0100, Barry Samuels wrote:
Executing 'builtin_dd if=/mnt/storage/makedvd/newdvd.iso of=/dev/sr0 obs=32k seek=0' :-( write failed: Invalid argument
growisofs command:
/usr/bin/growisofs -Z /dev/sr0=/mnt/storage/makedvd/newdvd.iso -use-the-force-luke=notray -use-the-force-luke=tty -use-the-force-luke=dummy -dvd-compat -speed=4 -overburn -use-the-force-luke=bufsize:32m
Is it me or is it them? Any suggestions for putting this right would be welcome.
When I make DVDs I normally do this:
[ arrange the DVD layout in a directory, e.g. /home/richard/new-dvd $ mkisofs -iso-level=4 -J -R \ -o /home/richard/new-dvd.iso \ /home/richard/new-dvd $ su [ insert a blank DVD # dvd+rw-mediainfo /dev/cdrom [ this tells you about the DVD, particularly whether its OK [ to write to # growisofs -dvd-compat -Z /dev/cdrom=/home/richard/new-dvd.iso [ have a cup of coffee ;-) [ a full disc normally takes about 20mins on my machine
If this doesn't work then its a problem with growisofs and not k3b.
Cheers, Richard
PS. apparently you can get growisofs to make the iso for you on the fly but I've never tried it.