[Bug 283079] Handbook, chapter 12.4 doesn't use canonical mount format for Linux FSes
Date: Mon, 31 Mar 2025 00:34:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283079
Jim B. <jpb@jimby.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jpb@jimby.name
--- Comment #1 from Jim B. <jpb@jimby.name> ---
My understanding is to use the filesystem type name in the first column:
linprocfs /compat/foo/proc linprocfs rw,late 0 0
linsysfs /compat/foo/sys linsysfs rw,late 0 0
(Here "foo" is used as a generic system type either "linux" or "ubuntu" or
something else depending on how you set up your linux compatibility layer.)
See https://docs.freebsd.org/en/books/handbook/linuxemu/#linuxemu-advanced
for additional details.
That being said,
linproc /compat/foo/proc linprocfs rw,late 0 0
linsys /compat/foo/sys linsysfs rw,late 0 0
also work when running the linux compatibility layer.
So it appears both can be correct.
--
You are receiving this mail because:
You are the assignee for the bug.