| Summary: | [linux] mounting linprocfs/linsysfs isn't described in the "Configuring Linux Binary Compatibility" chapter/manpages | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Enji Cooper <ngie> | ||||
| Component: | Books & Articles | Assignee: | Chris Rees <crees> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | alexis.praga, crees | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179697 | ||||||
| Attachments: |
|
||||||
|
Description
Enji Cooper
2014-11-20 08:26:26 UTC
I found this in the linprocfs(5) man page, though I can't be certain it was there when you sent this in! This is also mentioned in emulators/linux_base-c7. In short :
linprocfs /compat/linux/proc linprocfs rw 0 0
linsysfs /compat/linux/sys linsysfs rw 0 0
tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0
Created attachment 221651 [details]
Mounting filesystems for linux compatibillity
As discussed with Chris, here is a patch adding how to mount the filesystem. Please tell me if there is any issue with the patch as it is my first.
Acknowledged :) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=b0fd96912189684a0ab542045c4560d1c72d60b2 commit b0fd96912189684a0ab542045c4560d1c72d60b2 Author: Alexis Praga <alexis.praga@free.fr> AuthorDate: 2021-03-03 16:53:42 +0000 Commit: Chris Rees <crees@FreeBSD.org> CommitDate: 2021-03-03 16:53:42 +0000 handbook/linuxemu: show how to mount linprocfs Some programs expect procfs and other Linuxisms. PR: docs/195209 Reported by: ngie .../content/en/books/handbook/linuxemu/_index.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) Committed, with minor changes. Thanks! |