From owner-freebsd-questions@FreeBSD.ORG Sun May 11 12:36:43 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 3951D37B419 for ; Sun, 11 May 2003 12:36:43 -0700 (PDT) Received: from miranda.dc.turkuamk.fi (miranda.dc.turkuamk.fi [193.166.135.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9BCC43FBD for ; Sun, 11 May 2003 12:36:41 -0700 (PDT) (envelope-from kfredenb@miranda.dc.turkuamk.fi) Received: from localhost (kfredenb@localhost) by miranda.dc.turkuamk.fi (8.11.6/8.9.3) with ESMTP id h4BJaRJ08553; Sun, 11 May 2003 22:36:27 +0300 Date: Sun, 11 May 2003 22:36:27 +0300 (EEST) From: Kim Fredenberg To: Bob Bomar In-Reply-To: <20030511181537.GC82914@chaos.fxp.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org Subject: Re: vmware 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: Sun, 11 May 2003 19:36:43 -0000 > > I cant find info how to mount that linux procfs. > > > > How can i solve this situation? > > By the way, What other requeriments does vmware need to emulate XP and > > Debian ? > > I believe the command is: > > # mount_linprocfs -t procfs /compat/linux/proc/ > > which will mount procfs on /compat/linux/proc/ You can also add the following line to /etc/fstab, linproc will then be automounted at boot-time. linproc /compat/linux/proc linprocfs rw 0 0 Check man 5 linprocfs and look under SYNOPSIS. Kim