[Bug 190655] [cd9660] cd9660 cannot mount ISO 9660 multi-session above 4 GiB

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 8 06:24:58 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190655

Conrad Meyer <cem at freebsd.org> changed:

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

--- Comment #4 from Conrad Meyer <cem at 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?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list