Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2018 15:45:58 +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-i1cDCcHnzn@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 #11 from Masachika ISHIZUKA <ish@amail.plala.or.jp> ---
(In reply to Masachika ISHIZUKA from comment #10)

I tested 'mount -t udf /dev/cd0 /cdrom' without growisofs on FreeBSD, NetBSD
and ubuntu Linux.

(1) UDF 1.50
It can read/write on NetBSD and ubuntu Linux.
It can read, but can not write on FreeBSD.

(2) UDF 2.01
It can read/write on NetBSD and ubuntu Linux.
It can not mount on FreeBSD.
I can not make mount_udf2 on head r338306, with the following errors.
| /usr/src/sys/modules/udf2/../../fs/udf2/udf_vnops.c:1160:16: error: no me=
mber
named 'a_reqpage' in 'struct vop_getpages_args'
|         if (pages[ap->a_reqpage]->valid =3D=3D VM_PAGE_BITS_ALL) {
|                   ~~  ^
| /usr/src/sys/modules/udf2/../../fs/udf2/udf_vnops.c:1162:17: error: no me=
mber
named 'a_reqpage' in 'struct vop_getpages_args'
|                         if (i !=3D ap->a_reqpage) {
|                                  ~~  ^
| /usr/src/sys/modules/udf2/../../fs/udf2/udf_vnops.c:1163:5: error: use of
undeclared identifier 'PA_LOCK_COUNT'

(3) UDF 2.50
It can read/write on NetBSD.
It can read, but can not write on ubuntu Linux.
It can not mount on FreeBSD.

So if we use UDF 1.50, it can append dirs/files on NetBSD/ubuntu Linux.

On NetBSD, I use UDF 1.50 discs as follows.
netbsd# newfs_udf -v 1.50 /dev/rcd0 <=3D=3D=3D Create UDF 1.50 udf filesyst=
em on
BD-R.
netbsd# mount -t udf /dev/cd0 /mnt <=3D=3D=3D Mount BD-r for packet write/r=
ead.
netbsd# cp -pr dirs/files /mnt/  <=3D=3D=3D We can copy dirs/files with nor=
mal cp
command.

We can format UDF 1.50 with 'mkudffs -r 1.50 /dev/sr0' instead of newfs_udf=
 on
ubuntu Linux.

--=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-i1cDCcHnzn>