Date: Wed, 15 Aug 2018 14:49:59 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230649] sysutils/dvd+rw-tools: growfs cannot write 4gb+ file to blu-ray disc Message-ID: <bug-230649-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230649 Bug ID: 230649 Summary: sysutils/dvd+rw-tools: growfs cannot write 4gb+ file to blu-ray disc Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: ish@amail.plala.or.jp I cannot write 4gb+ file to blu-ray disc. I'm using bd-r, bd-re, bd-r dl and bd-re dl. They are the same results. % uname -a FreeBSD cucumber.ish.org 12.0-CURRENT FreeBSD 12.0-CURRENT #12 r337409: Wed= Aug 8 15:17:51 JST 2018=20=20=20=20 root@cucumber.ish.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 % pkg info | grep dvd+rw-tools dvd+rw-tools-7.1_3 DVD burning software % su # dd if=3D/dev/zero of=3Dtest10g bs=3D1g count=3D10=20 10+0 records in 10+0 records out 10737418240 bytes transferred in 176.181419 secs (60945237 bytes/sec) # ls -lh -rw-r--r-- 1 root wheel 10G Aug 15 22:53 test10g # growisofs -udf -iso-level 3 -Z /dev/cd0 -J -R --graft-points /test/=3Dtes= t10g Executing 'mkisofs -udf -iso-level 3 -J -R --graft-points /test/=3Dtest10g | builtin_dd of=3D/dev/pass1 obs=3D32k seek=3D0' Setting input-charset to 'UTF-8' from locale. 0.10% done, estimate finish Wed Aug 15 22:53:55 2018 0.19% done, estimate finish Wed Aug 15 23:02:39 2018 ...snip... 99.94% done, estimate finish Wed Aug 15 23:36:50 2018 Total translation table size: 0 Total rockridge attributes bytes: 671 Total directory bytes: 2048 Path table size(bytes): 22 Max brk space used 0 5243308 extents written (10240 MB) builtin_dd: 5243312*2KB out @ average 0.9x4390KBps /dev/pass1: flushing cache # ls -lh /cdrom/test/ total 12582906 -r--r--r-- 4 root wheel 4.0G Aug 15 22:53 test10g -r--r--r-- 4 root wheel 4.0G Aug 15 22:53 test10g -r--r--r-- 4 root wheel 4.0G Aug 15 22:53 test10g # P.S. I can write 4gb+ file by 'growisofs -udf -iso-level 3 -Z /dev/cd0 -J -R -allow-limited-size --graft-points /test/=3Dtest10g' on ubuntu. --=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>