From owner-freebsd-questions@FreeBSD.ORG Fri Oct 31 17:56:23 2003 Return-Path: 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 701D316A4CE for ; Fri, 31 Oct 2003 17:56:23 -0800 (PST) Received: from funguts.frondle.net (216-240-52-69.ip.idiom.com [216.240.52.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7B5143F3F for ; Fri, 31 Oct 2003 17:56:22 -0800 (PST) (envelope-from brian@funguts.frondle.net) Received: (from brian@localhost) by funguts.frondle.net (8.11.6/8.11.6) id hA1278c00446 for freebsd-questions@freebsd.org; Fri, 31 Oct 2003 18:07:08 -0800 (PST) (envelope-from brian) Date: Fri, 31 Oct 2003 18:07:08 -0800 From: Brian Denny To: freebsd-questions@freebsd.org Message-ID: <20031101020708.GA426@briandenny.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: linprocfs: Operation not supported X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2003 01:56:23 -0000 Hi, I am trying to mount linprocfs (required as part of a Java installation). I put the following in my /etc/fstab: linproc /compat/linux/proc linprocfs rw,noauto 0 0 Then I did: # kldload linprocfs # mount linproc and I get: linprocfs: Operation not supported Any idea what could be going wrong? -brian