[Bug 19782] cd9660(5) uses non-unique inode numbers for hard links
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Mar 2025 20:14:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=19782 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 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.