[Bug 284795] makefs: METALOG use produces false hardlinks
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 284795] -DNO_ROOT release builds produce broken cd9660 images"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Feb 2025 23:12:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284795
Ed Maste <emaste@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.freebsd.org/bu
| |gzilla/show_bug.cgi?id=1851
| |38
--- Comment #3 from Ed Maste <emaste@freebsd.org> ---
At the time of import NetBSD's makefs did not populate the PX serial (and still
does not). We added it in:
commit 516e01684419a7475cd3ce04d2777d56979e4a45
Author: Marius Strobl <marius@FreeBSD.org>
Date: Sun Dec 29 16:43:35 2013 +0000
Record the IEEE P1282 Rock Ridge version 1.12 POSIX File Serial Number,
i. e. the POSIX:5.6.1 st_ino field, which can be used to detect hard links
in the file system. This is also the default in mkisofs(8) and according to
its man page, no system only being able to cope with Rock Ridge version
1.10
is known to exist.
PR: 185138
Submitted by: Kurt Lidl
MFC after: 1 week
--
You are receiving this mail because:
You are the assignee for the bug.