Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Mar 2025 20:14:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 19782] cd9660(5) uses non-unique inode numbers for hard links
Message-ID:  <bug-19782-227-DpIsm1jEyc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-19782-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-19782-227@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=3D19782

Anthony Pratti <me@apratti.dev> changed:

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

--- Comment #14 from Anthony Pratti <me@apratti.dev> ---
I started investigating this bug. Since mdconfig replaced vnconfig in FreeB=
SD
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/

--=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-19782-227-DpIsm1jEyc>