From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 00:45:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1FADE16A420 for ; Wed, 5 Oct 2005 00:45:34 +0000 (GMT) (envelope-from tom@trancegeek.net) Received: from jet14.hasweb.com (jet14.hasweb.com [72.29.75.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id D896143D67 for ; Wed, 5 Oct 2005 00:45:25 +0000 (GMT) (envelope-from tom@trancegeek.net) Received: from pool-70-19-228-176.bos.east.verizon.net ([70.19.228.176] helo=[192.168.1.24]) by jet14.hasweb.com with esmtpa (Exim 4.52) id 1EMxPP-0008Pc-TY for freebsd-questions@freebsd.org; Tue, 04 Oct 2005 20:45:24 -0400 Message-ID: <4343223E.90204@trancegeek.net> Date: Tue, 04 Oct 2005 20:45:50 -0400 From: Tom Norris User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) 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-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jet14.hasweb.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - trancegeek.net X-Source: X-Source-Args: X-Source-Dir: Subject: Is it possible to mount MSDOS partitions on the 5.4 fixit floppy? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 00:45:34 -0000 I need to mount a msdos partition on from is FreeBSD 5.4 fixit floppy(this machine doesn't have a CD Drive :\), but when I run the command: mount -t msdos /dev/da0 /mnt/usb-msd I get: mount: exec mount_msdos not found in /sbin:/usr/sbin: No such file or directory. Where could I go to get this binary? Could I pull it off of another FreeBSD machine I have kicking around or will the machine running fixit get angry at me? Thanks, Tom