View Single Post
  #3   (View Single Post)  
Old 8th July 2008
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

/proc can also be mounted automatically with an /etc/fstab entry. Initially I had some trouble getting the right syntax via reading the man pages, but eventually found the following fstab entry did the trick in NetBSD 4.0:

Code:
procfs          /proc   procfs  rw,linux
The ",linux" bit is optional.
Reply With Quote