Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2025 20:29:34 +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-RI5rIi76ij@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

--- 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=20
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

--=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-RI5rIi76ij>