From owner-freebsd-questions@FreeBSD.ORG Fri Oct 31 19:16:44 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 6175316A4CE for ; Fri, 31 Oct 2003 19:16:44 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28CA743FD7 for ; Fri, 31 Oct 2003 19:16:43 -0800 (PST) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp107-193.lns1.adl1.internode.on.net [150.101.107.193])hA13GbTn044813; Sat, 1 Nov 2003 13:46:37 +1030 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: Brian Denny Date: Sat, 1 Nov 2003 13:46:37 +1030 User-Agent: KMail/1.4.3 References: <20031101020708.GA426@briandenny.net> <200311011258.22802.malcolm.kay@internode.on.net> <20031101030451.GA643@briandenny.net> In-Reply-To: <20031101030451.GA643@briandenny.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200311011346.37063.malcolm.kay@internode.on.net> cc: freebsd-questions@freebsd.org Subject: Re: 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 03:16:44 -0000 On Sat, 1 Nov 2003 13:34, Brian Denny wrote: > On Sat, Nov 01, 2003 at 12:58:22PM +1030, Malcolm Kay wrote: > > On Sat, 1 Nov 2003 12:37, Brian Denny wrote: > > > I put the following in my /etc/fstab: > > > linproc /compat/linux/proc linprocfs rw,noauto 0 0 > > > > I know this is what the man page says; but I find my /etc/fstab actua= lly > > uses the line: > > linprocfs /compat/linux/proc linprocfs rw,noauto 0 0 > > Thanks for the suggestion, but that doesn't seem to affect the outcome. > > > I should mentioned that I just upgraded from 4.5 to 4.8. The upgrade > seems to have gone smoothly. I never tried mounting linprocfs before, > so I have no idea whether the recent system upgrade has anything to do > with my current difficulties. Hmm, yes I suspect the identifier in the 'device' column is arbitrary. Some other thoughts (possibly equally useless ;-) : Do you have the executable /sbin/mount_linprocfs ? Does the mount point /compat/linux/proc actually exist ? Malcolm Kay