From owner-freebsd-questions@FreeBSD.ORG Wed Mar 2 16:19:24 2005 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 441E916A4CE for ; Wed, 2 Mar 2005 16:19:24 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC70143D5C for ; Wed, 2 Mar 2005 16:19:23 +0000 (GMT) (envelope-from salvatti@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so223664wri for ; Wed, 02 Mar 2005 08:19:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=nLe7z4RHtQP1e6QGxDx/z4jwVC9e9L4LlJP+kZn7EUsugU8UaNZpoJqBhq9gXXXYUq8ndtVLhzgpKtOny2oUa8UX5q1cppdhmTlvnjdG9aVRCMPvz6l2eBD/Dp8Vi3pCgKTVk0+KJ1PIavLHEw1TEevc1MJ5TfRbUfg/u9CtfZI= Received: by 10.54.56.10 with SMTP id e10mr46932wra; Wed, 02 Mar 2005 08:19:17 -0800 (PST) Received: by 10.54.14.60 with HTTP; Wed, 2 Mar 2005 08:19:17 -0800 (PST) Message-ID: <627d8c3105030208196d41448a@mail.gmail.com> Date: Wed, 2 Mar 2005 12:19:17 -0400 From: =?ISO-8859-1?Q?Jo=E3o_Salvatti?= To: FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: kernfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?ISO-8859-1?Q?Jo=E3o_Salvatti?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 16:19:24 -0000 Hi all, I'm trying to mount the kernel directory /kern. I've added the folloing ent= ry in my /etc/fstab: kern /kern kernfs rw 0 0 but when I run mount -a it displays the following error message: mount: exec mount_kernfs not found in /sbin:/usr/sbin: No such file or directory How can I solve this problem? Thanks for now! --=20 Jo=E3o Salvatti