Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Jan 2017 06:24:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 190655] [cd9660] cd9660 cannot mount ISO 9660 multi-session above 4 GiB
Message-ID:  <bug-190655-3630-YyEOK8QetX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-190655-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-190655-3630@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=3D190655

Conrad Meyer <cem@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
                 CC|                            |cem@freebsd.org
           Assignee|freebsd-fs@FreeBSD.org      |cem@freebsd.org
         Resolution|---                         |FIXED

--- Comment #4 from Conrad Meyer <cem@freebsd.org> ---
Fixed in r311665, r311666.

$ sudo mdconfig -a -t vnode -f large.iso
md0
$ sudo mount_cd9660 /dev/md0 ./mnt
$ find ./mnt
./mnt
./mnt/my
./mnt/my/large_file
./mnt/my/large_file
./mnt/small_file

Thanks!

Note, the multiple dirents for a single file with multiple segments issue
remains (and is orthogonal).  Was that fixed in NetBSD in a different PR?

--=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-190655-3630-YyEOK8QetX>