From owner-freebsd-questions@FreeBSD.ORG Thu Sep 4 07:33:17 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 C21C616A4BF for ; Thu, 4 Sep 2003 07:33:17 -0700 (PDT) Received: from mailproxy1.netcologne.de (mailproxy1.netcologne.de [194.8.194.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id D67ED43FFD for ; Thu, 4 Sep 2003 07:33:16 -0700 (PDT) (envelope-from stefan@drachenhorst.fantasy.net) Received: from drachenhorst.fantasy.net (xdsl-213-196-215-67.netcologne.de [213.196.215.67]) by mailproxy1.netcologne.de (Postfix) with ESMTP id 9D790C6E89 for ; Thu, 4 Sep 2003 16:33:15 +0200 (MEST) Received: by drachenhorst.fantasy.net (Postfix, from userid 500) id D2121811; Thu, 4 Sep 2003 16:33:14 +0200 (CEST) Date: Thu, 4 Sep 2003 16:33:14 +0200 From: Stefan Malte Schumacher To: freebsd-questions@freebsd.org Message-ID: <20030904143314.GA23990@drachenhorst.fantasy.net> Mail-Followup-To: Stefan Malte Schumacher , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Precedence: first-class Priority: normal Subject: Error mounting fat partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2003 14:33:17 -0000 Hi I already posted this problem once and I have tried to solve this on my own but I wasnt successfull. I have added my Fat and Fat32-Partitions to my fstab and two of the four get mounted without any problems. But when I try to mount the primary partitions on my first and third drive I get the following error messages : root@avalon /mnt mount -t msdos /dev/ad4s1 I msdosfs: /dev/ad4s1: Invalid argument root@avalon /mnt mount -t msdos /dev/ad0s1 C msdosfs: /dev/ad0s1: Invalid argument Messages of these kind appear in /var/log/messages. I have checked the filesystem from Win2k and they are okay. Sep 4 15:55:10 avalon kernel: Next free cluster in FSInfo (4294967295) exceeds maxcluster (1034161) Strangely I was until recently able to mount /dev/ad4s1/, it seems it just stopped working yesterday - and I did neither change the filesystem nor my kernel or anything. Please enlighten me what is wrong. Bye Stefan