From owner-freebsd-questions@FreeBSD.ORG Sat Jun 19 11:56:45 2004 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 55A7416A4CE for ; Sat, 19 Jun 2004 11:56:45 +0000 (GMT) Received: from firn.edu (mail.firn.edu [150.176.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25B1F43D54 for ; Sat, 19 Jun 2004 11:56:44 +0000 (GMT) (envelope-from pdiaguila@hcs.net) Received: from hcs.net (unverified [204.194.36.211]) by firn.edu (SurgeMail 1.9b) with ESMTP id 15312427 for ; Sat, 19 Jun 2004 07:54:31 -0300 Message-ID: <40D429D4.8040004@hcs.net> Date: Sat, 19 Jun 2004 07:56:04 -0400 From: Paul Diaguila User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com Subject: ram disk 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, 19 Jun 2004 11:56:45 -0000 Greetings Trying to create a ram disk with this command and seeing the error below. #mount -t -o -s1048576,noasync /dev/sd0s1b /var/spool/file mount: exec mount_mfs not found in /sbin, /usr/sbin: No such file or directory I'm googling and looking through archives, but nothing so far. Any help would be greatly appreciated. Paul