From owner-freebsd-questions@FreeBSD.ORG Thu Oct 9 19:22:44 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 F281C16A4B3 for ; Thu, 9 Oct 2003 19:22:43 -0700 (PDT) Received: from server1.ultratrends.com (server1.ultratrends.com [205.206.59.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2652B43FE9 for ; Thu, 9 Oct 2003 19:22:43 -0700 (PDT) (envelope-from trodat@ultratrends.com) Received: from server1.ultratrends.com (localhost [127.0.0.1]) h9A3JU9v031090; Thu, 9 Oct 2003 20:19:30 -0700 (MST) Received: from localhost (trodat@localhost)h9A3JS0d031087; Thu, 9 Oct 2003 20:19:30 -0700 (MST) X-Authentication-Warning: server1.ultratrends.com: trodat owned process doing -bs Date: Thu, 9 Oct 2003 20:19:28 -0700 (MST) From: Technical Director To: missive@hotmail.com In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: floppy 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: Fri, 10 Oct 2003 02:22:44 -0000 Hello, You can mount MS-DOS floppies by doing: mkdir /floppya mount -t msdos /dev/fd0a /floppya df -k <-- Should show your mounted floppy. If you have a problem you can check and see if: options MSDOSFS in your kernel configuration file. R. On Fri, 10 Oct 2003, Lee Harr wrote: > > I am trying to mount a floppy. Don't know what is it that I do wrong, > > cause it doens't work... I have asked for help before, even here, but the > > problem still is not solved :( . > > > > > Do not mount a DOS floppy. Use mtools instead. > > /usr/ports/emulators/mtools > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >