Unable to mount a write linprocfs

Hello. Tell me what the problem is.
I run Linux software. Error:
Code:
can not create /proc/self /coredump_filter: Directory nonexistent

Rights after mounting to change:
Code:
dr-xr-xr-x  1 root  wheel  0 13 сен 06:22 proc

To mount, I use:
Code:
linproc /compat/linux /proc linprocfs rw 0 0

Why is the option "rw" not working? I tried to add "mode = 777"
linprocfs possible to mount on the record? Or the problem lies elsewhere?

Thank you in advance
 
Are those spaces intentional? They're not supposed to be there:
Code:
linproc         /compat/linux/proc      linprocfs       rw 0 0
 
Remove the mode and make sure /compat/linux/proc actually exists.
 
Remove the mode and make sure /compat/linux/proc actually exists.
He exists!


In Debian, some files in /proc have the right to record, for example self. In /proc
Freebsd all read-only. Programs do not like it.

You have yourself checked?
 
Back
Top