From owner-freebsd-questions@FreeBSD.ORG Sun Dec 14 10:31:10 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 1577F16A4CE for ; Sun, 14 Dec 2003 10:31:10 -0800 (PST) Received: from ns1.tcbug.org (12-218-40-24.client.mchsi.com [12.218.40.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36A1E43D33 for ; Sun, 14 Dec 2003 10:31:09 -0800 (PST) (envelope-from friar_josh@ns1.tcbug.org) Received: by ns1.tcbug.org (Postfix, from userid 1003) id 4037FBA6B; Sun, 14 Dec 2003 12:30:32 +0000 (GMT) Date: Sun, 14 Dec 2003 12:30:32 +0000 From: Josh Paetzel To: nil ban Message-ID: <20031214123031.GB10397@ns1.tcbug.org> References: <20031214120619.18CDF16A4DB@hub.freebsd.org> <20031214181448.86968.qmail@web20110.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031214181448.86968.qmail@web20110.mail.yahoo.com> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: I can't mount dos formatted 1.44mb floppy in FreeBSD 5.0 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: Sun, 14 Dec 2003 18:31:10 -0000 On Sun, Dec 14, 2003 at 10:14:48AM -0800, nil ban wrote: > > Hello, > > Plz tell me how I'll be able to mount 1.44mb dos > formatted(fat filesystem) floppy. Whenever I give the > command #mount -t msdos /dev/fd0 /mnt/floppy, > I get the following promt; > msdosfs: /dev/fd0: Input/output error. > I also wrote msdosfs instead of msdos and try other > floppies but the result is same. I can read and write > in those floppies in windows so I think the floppies > are not defective. > > And plz tell me how to format floppy with > FAT and UFS. > > Thanks & Regards > For starters, I would install the /usr/ports/emulators/mtools port. This allows you to format, read, and write to floppies like you would from DOS. For using floppies under FreeBSD you may want to take a look at the following handbook page: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/floppies.html Thanks, Josh Paetzel