Date: Mon, 20 Aug 2018 11:05:03 +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-wobppsQdAr@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 #8 from Masachika ISHIZUKA <ish@amail.plala.or.jp> --- (In reply to scdbackup from comment #7) > This workaround is valid only for single session ISOs. Adding a session > so that it works with UDF is not possible with mkisofs or genisoimage, > afaik. Thank you for important information. I tried to append 1.3gb file to udf/iso9660 disc. (1) on freebsd # growisofs -udf -iso-level 3 -M /dev/cd0 -J -R --graft-points /test/=3Dtes= t1.3g # mount -t udf /dev/cd0 /cdrom # ls /cdrom/test (shown only first session's files) # umount /cdrom # mount -t cd9660 /dev/cd0 /cdrom # ls /cdrom/test (all files are shown but 4gb+ files are shown multiple with incorrect size) (2) on ubuntu # growisofs -udf -iso-level 3 -M /dev/cd0 -J -R --graft-points /test/=3Dtes= t1.3g (snip) genisoimage: Error: 'test/test10g' and 'test/test10g' have the same Rock Ri= dge name 'test/test10g' (snip) Unable to sort directory test :-( genisoimage has failed: 1 (abend) Is it impossible to add files to the udf disc due to udf specification restrictions? --=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-wobppsQdAr>