Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2025 00:34:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 283079] Handbook, chapter 12.4 doesn't use canonical mount format for Linux FSes
Message-ID:  <bug-283079-9-e12RSvX2ez@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283079-9@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283079-9-e12RSvX2ez>