[Bug 19782] cd9660(5) uses non-unique inode numbers for hard links
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Feb 2025 20:29:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=19782 --- Comment #13 from Ed Maste <emaste@freebsd.org> --- Reproducible on 15-current (as expected): $ mkisofs -o /tmp/iso9660.test /tmp/exampletree/ Setting input-charset to 'UTF-8' from locale. Total translation table size: 0 Total rockridge attributes bytes: 0 Total directory bytes: 0 Path table size(bytes): 10 Max brk space used 0 174 extents written (0 MB) tar's iso9660 parser reports them as hardlinks: $ tar tvf /tmp/iso9660.test drwx------ 2 0 0 2048 Feb 25 11:10 . -r-------- 2 0 0 0 Feb 25 11:10 FILE1 -r-------- 2 0 0 0 Feb 25 11:10 FILE2 link to FILE1 -- You are receiving this mail because: You are the assignee for the bug.