[Bug 230649] sysutils/dvd+rw-tools: growisofs cannot write 4gb+ file to blu-ray disc
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 19 09:04:57 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230649
scdbackup at gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |scdbackup at gmx.net
--- Comment #1 from scdbackup at gmx.net ---
Hi,
this is not a problem of the burn program or ISO 9660 formatter
but of the "cd9660" driver of FreeBSD. See for details:
https://lists.freebsd.org/pipermail/freebsd-hackers/2012-April/038552.html
You will see the affected file as single file if you mount the medium
on GNU/Linux, or if you inspect it by xorriso:
xorriso -indev /dev/cd0 -lsdl /test10g --
You may extract it to disk as single file on FreeBSD by:
xorriso -osirrox on -indev /dev/cd0 -extract /test10g ./test10g
The fact that FreeBSD shows better results, if mkisofs option -udf is
used, is to blame on the better implementation of the UDF driver.
(growisofs forwards most of its options to mkisofs.)
Have a nice day :)
Thomas
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list