From owner-freebsd-questions@FreeBSD.ORG Tue Aug 29 10:27:09 2006 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 2AA2F16A4DA for ; Tue, 29 Aug 2006 10:27:09 +0000 (UTC) (envelope-from wildebeest@mithlond.net) Received: from ns1.neobitti.org (neobitti.org [83.145.202.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77C2843D45 for ; Tue, 29 Aug 2006 10:27:08 +0000 (GMT) (envelope-from wildebeest@mithlond.net) Received: from mithlond by ns1.neobitti.org with local (Exim 4.52) id 1GI0oE-0006Gd-OF for freebsd-questions@freebsd.org; Tue, 29 Aug 2006 13:27:06 +0300 Received: from 127.0.0.1 ([127.0.0.1]) (SquirrelMail authenticated user tuope@mithlond.net) by mithlond.net with HTTP; Tue, 29 Aug 2006 13:27:06 +0300 (EEST) Message-ID: <56608.127.0.0.1.1156847226.squirrel@mithlond.net> In-Reply-To: <20060829010942.GA710@powerfull.bsd> References: <34702.127.0.0.1.1156765075.squirrel@mithlond.net> <20060829010942.GA710@powerfull.bsd> Date: Tue, 29 Aug 2006 13:27:06 +0300 (EEST) From: "Tuomas" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ns1.neobitti.org X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [32343 32344] / [47 12] X-AntiAbuse: Sender Address Domain - mithlond.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: having hard time with mounting floppies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: wildebeest@mithlond.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2006 10:27:09 -0000 ajm, Thanks for taking the pains to reply. This is what I tried: localhost# newfs -L FreeBSD /dev/fd0 newfs: wtfs: 512 bytes at sector 2879: Input/output error localhost# newfs_msdos -f 1440 -L MSDOS /dev/fd0 /dev/fd0: 2847 sectors in 2847 FAT12 clusters (512 bytes/cluster) bps=512 spc=1 res=1 nft=2 rde=224 sec=2880 mid=0xf0 spf=9 spt=18 hds=2 hid=0 newfs_msdos: /dev/fd0: Input/output error On another forum, someone suggested to me that I should try FreeBSD 6.x. FreeBSD 5.x has, according to this guy, some problems with some floppies. So maybe I try FreeBSD 6.x, or I will use Linux on this machine. Thanks for the help, though. :-) Tuomas