From owner-freebsd-questions@FreeBSD.ORG Wed Aug 30 21:10:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DE6416A4DA for ; Wed, 30 Aug 2006 21:10:02 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7A5F43D46 for ; Wed, 30 Aug 2006 21:10:01 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id i27so339365wxd for ; Wed, 30 Aug 2006 14:10:01 -0700 (PDT) Received: by 10.70.108.18 with SMTP id g18mr79629wxc; Wed, 30 Aug 2006 13:55:00 -0700 (PDT) Received: from scorpio.seibercom.net ( [67.189.184.224]) by mx.gmail.com with ESMTP id h38sm6381wxd.2006.08.30.13.54.56; Wed, 30 Aug 2006 13:54:58 -0700 (PDT) Received: from scorpio.seibercom.net (localhost [127.0.0.1]) by scorpio.seibercom.net (Postfix) with ESMTP id 919F0BEBA for ; Wed, 30 Aug 2006 16:54:55 -0400 (EDT) Received: from [192.168.0.4] (boss.seibercom.net [192.168.0.4]) (Authenticated sender: gerard@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTP id E2356BA01 for ; Wed, 30 Aug 2006 16:54:54 -0400 (EDT) Date: Wed, 30 Aug 2006 16:55:09 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom In-Reply-To: <200608302124.21833.list-freebsd-2004@morbius.sent.com> References: <200608302124.21833.list-freebsd-2004@morbius.sent.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060830165204.AC8F.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.25 [en] X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: Mounting Linux Procfs at Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2006 21:10:02 -0000 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