https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=19782
Anthony Pratti <m...@apratti.dev> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m...@apratti.dev

--- Comment #14 from Anthony Pratti <m...@apratti.dev> ---
I started investigating this bug. Since mdconfig replaced vnconfig in FreeBSD
5.0, I had to change the repro steps as follows:

        6) mount the new iso9660 filesystem:
                mdconfig -u md99 -f /tmp/iso9660.test
                mount_cd9660 /dev/md99 /mnt

        8) clean up:
                umount /mnt
                mdconfig -d -u md99
                rm /tmp/iso9660.test
                rm -rf /tmp/exampletree/

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

Reply via email to