Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2009 01:31:21 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Warren Liddell <shinjii@maydias.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: FOR MARK
Message-ID:  <20090505013121.9d051365.freebsd@edvax.de>
In-Reply-To: <49FF5D5B.6080500@maydias.com>
References:  <49FF5D5B.6080500@maydias.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 05 May 2009 07:25:47 +1000, Warren Liddell <shinjii@maydias.com> wrote:
> After finally managing to get some encoding options from this list 
> everything went smoothley untill it got to the burning part .. below is 
> the error i got....
> 
> enterprise# ls
> dvd.iso
> enterprise# growisofs -dvd-video -Z /dev/cd1 dvd.iso

Hmmm... my growisofs doesn't have -dvd-video (only -dvd-compat),
so google("geowisofs -dvd-compat"); and I found:

	The -dvd-video option will be passed down to mkisofs(8)
	and will instruct it to create a DVD-Video file system
	layout. Beside this, the -dvd-video option implies -dvd-compat
	growisofs(1) option.

Source:

	http://www.freebsd.org/doc/en/books/handbook/creating-dvds.html
	18.7.4

It seems that -dvd-video has to be given if you've NOT mastered
an ISO file already, read: when you work with the source files.



> WARNING: /dev/cd1 already carries isofs!

Not a blank media?



> About to execute 'mkisofs -dvd-video dvd.iso | builtin_dd of=/dev/pass1
> obs=32k seek=0'
> mkisofs: Unable to make a DVD-Video image.
> :-( write failed: Input/output error

The mkisofs tools seems to require the source files for the ISO
to be created, it cannot create a video DVD ISO file from a video
DVD ISO file.



> What am i missing//not doing correctly ?

Missing: Reading the handbook.
Not doing correctly: Command line options.
:-)




-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090505013121.9d051365.freebsd>