From owner-freebsd-questions@FreeBSD.ORG Thu Sep 4 05:49:42 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 D86F916A4BF for ; Thu, 4 Sep 2003 05:49:42 -0700 (PDT) Received: from hermes.pressenter.com (hermes.pressenter.com [69.58.128.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D817A43F93 for ; Thu, 4 Sep 2003 05:49:41 -0700 (PDT) (envelope-from nospam@hiltonbsd.com) Received: from [69.58.132.130] (helo=daggar.sbgnet.local) by hermes.pressenter.com with smtp (Exim 3.16 #1) id 19utYS-0005Dz-00; Thu, 04 Sep 2003 07:49:40 -0500 Date: Thu, 4 Sep 2003 07:49:08 -0500 From: Stephen Hilton To: Florin Betivoiu Message-Id: <20030904074908.6dd92a60.nospam@hiltonbsd.com> In-Reply-To: <20030904074858.37270.qmail@web80509.mail.yahoo.com> References: <20030904074858.37270.qmail@web80509.mail.yahoo.com> X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: newbie 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: Thu, 04 Sep 2003 12:49:43 -0000 On Thu, 4 Sep 2003 08:48:58 +0100 (BST) Florin Betivoiu wrote: > Hi, > I'm trying to mount a floppy and not having much success... I don't > know what it is wrong that I do, cause on the same machine (but on > Linux) everything is fine. Below is my kernel configuration file, my dmesg > and the error I get when I try to mount. Please help! Florin, Much better to use mtools. As root with your Internet connection running: # cd /usr/ports/emulators/mtools # make install clean After install: # man mtools Will get you operation instructions. A mounted MSDOS floppy that developes a "disk error" can cause a perfectly healthy FreeBSD system to crash, with mtools this possible crash will not happen :-) Regards, Stephen Hilton nospam@hiltonbsd.com