Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2018 01:57:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230649] sysutils/dvd+rw-tools: growisofs cannot write 4gb+ file to blu-ray disc
Message-ID:  <bug-230649-7788-P7POCRKsCU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230649-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230649-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230649

--- Comment #4 from Masachika ISHIZUKA <ish@amail.plala.or.jp> ---
(In reply to scdbackup from comment #3)

I found that the order of arguments is important.
Since growisofs assumes that the first two arguments are not arguments to
mkisofs, it seems that -iso-level 3 did not pass to mkisofs. In linux, I se=
em
to have saved by accident because I added -allow-limited-size to the beginn=
ing
of the argument. So growisofs now works correctly if we specify arguments of
mkisofs after the third argument with -Z or -M for the first argument and
/dev/cd0 for the second argument.

i.e.
(1) 'growisofs -udf -iso-level 3 -Z /dev/cd0 -J -R --graft-points
/test/=3Dtest10g' is not working.
(2) 'growisofs -Z /dev/cd0 -udf -iso-level 3 -J -R --graft-points
/test/=3Dtest10g'
is working well, perhaps.

P.S. I will write a movie file of 35 gb on the BD-RW DL from now on, check =
the
sha 512, confirm that it was written correctly and report the result. Howev=
er,
my BD drive is very slow, so reporting will take a while.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230649-7788-P7POCRKsCU>