Date: Sun, 19 Aug 2018 09:04:54 +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-rkw7edfQx3@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 scdbackup@gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |scdbackup@gmx.net --- Comment #1 from scdbackup@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 --=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-rkw7edfQx3>