From owner-freebsd-questions@FreeBSD.ORG Sat Jun 19 13:09:20 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 43EB416A4CE for ; Sat, 19 Jun 2004 13:09:20 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with SMTP id E839443D49 for ; Sat, 19 Jun 2004 13:09:19 +0000 (GMT) (envelope-from aharrison@gmail.com) Received: by mproxy.gmail.com with SMTP id 62so280184rni for ; Sat, 19 Jun 2004 06:09:19 -0700 (PDT) Received: by 10.38.92.49 with SMTP id p49mr124816rnb; Sat, 19 Jun 2004 06:09:19 -0700 (PDT) Message-ID: Date: Sat, 19 Jun 2004 09:09:19 -0400 From: Andy Harrison To: Paul Diaguila In-Reply-To: <40D429D4.8040004@hcs.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <40D429D4.8040004@hcs.net> cc: freebsd-questions@freebsd.org Subject: Re: 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 13:09:20 -0000 On Sat, 19 Jun 2004 07:56:04 -0400, Paul Diaguila wrote: > #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 Instead of mount, you ought to use the mount_mfs command. It should also be located in /sbin/ along with mount. -- Andy Harrison