Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2006 16:55:09 -0400
From:      Gerard Seibert <gerard@seibercom.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Mounting Linux Procfs at Boot
Message-ID:  <20060830165204.AC8F.GERARD@seibercom.net>
In-Reply-To: <200608302124.21833.list-freebsd-2004@morbius.sent.com>
References:  <200608302124.21833.list-freebsd-2004@morbius.sent.com>

next in thread | previous in thread | raw e-mail | index | archive | help
RW wrote:

> What's the canonical way of mounting the Linux procfs at boot-time?
> 
> I've seen several recommendations to add the following to fstab:
> 
> linproc    /compat/linux/proc      linprocfs     rw  0  0
> 
> But in a standard installation, this mount-point is really under /usr, which 
> isn't mounted until pass 2. If I change the pass number to 2, it fails with 
> an "unexpected inconsistencies" error. I presume this is because mount is 
> trying to fsck it, and failing to find fsck_linprocfs.


This is what I have in my /etc/fstab file:

linprocfs /compat/linux/proc  linprocfs rw   0    0

Is this what you are referring to?

-- 
Gerard Seibert
gerard@seibercom.net




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060830165204.AC8F.GERARD>