From owner-freebsd-current@FreeBSD.ORG Sat Apr 17 19:41:59 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C4E016A4CE for ; Sat, 17 Apr 2004 19:41:59 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC58B43D55 for ; Sat, 17 Apr 2004 19:41:58 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.130.44) by smtp01.syd.iprimus.net.au (7.0.024) id 402BA9270182E03A; Sun, 18 Apr 2004 12:41:35 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 7A9A941C9; Sun, 18 Apr 2004 13:44:11 +1000 (EST) Date: Sun, 18 Apr 2004 13:44:11 +1000 From: Tim Robbins To: Christer Solskogen Message-ID: <20040418034411.GB5419@cat.robbins.dropbear.id.au> References: <1082192214.23944.14.camel@funshine.carebears.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1082192214.23944.14.camel@funshine.carebears.net> User-Agent: Mutt/1.4.1i cc: current@freebsd.org Subject: Re: mounting msdosfs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2004 02:41:59 -0000 On Sat, Apr 17, 2004 at 10:56:55AM +0200, Christer Solskogen wrote: > I got two msdosfs(fat32) partitions on my machine. > I can mount them without any problems, but fsck wont work. > > # fsck_msdosfs /dev/ad0s5 > ** /dev/ad0s5 > backup doesn't compare to primary bootblock > > I did a clean FreeBSD 5.2.1 install(not upgraded or anything) > > Since mounting them, and using them goes well I guess almost everything > is alright. Is there a way of spesifying to not fsck them at boot, but > mount them? > > Hm, i think i remember netbsd had a simular problem, but it got fixed. > But I`m not sure if it would work on FreeBSD. > http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=11134 That fix looks reasonable. I'll see if I can get around to merging this and any other useful fixes from NetBSD later tonight. Tim