From owner-freebsd-questions@FreeBSD.ORG Tue Dec 13 17:26:19 2005 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 BCED216A41F for ; Tue, 13 Dec 2005 17:26:19 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id E792743D46 for ; Tue, 13 Dec 2005 17:26:13 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.32.173] ([82.41.32.173]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 13 Dec 2005 17:27:08 +0000 Message-ID: <439F0434.5090002@dial.pipex.com> Date: Tue, 13 Dec 2005 17:26:12 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20051106 X-Accept-Language: en MIME-Version: 1.0 To: "Jeff D. Hamann" References: <004701c60007$dc095cd0$0a00a8c0@rodan> In-Reply-To: <004701c60007$dc095cd0$0a00a8c0@rodan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Dec 2005 17:27:08.0484 (UTC) FILETIME=[71C1D840:01C6000A] Cc: freebsd-questions@freebsd.org Subject: Re: can't mount msdos fs on freebsd6? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2005 17:26:19 -0000 Jeff D. Hamann wrote: > Strange, but I can mount an ntfs filesystem (dual boot machine) but > not the fat32 partition on a new freebsd 6.0 installation. The drive > contains three paritions: > > /dev/ad0s1 -- 30GB NTFS (winxp) mounted on /winxp > /dev/ad0s2 -- 30GB FAT32 (data to be accessed by both winxp and > freebsd 6.0) mount point /data > /dev/ad0s3 -- 30GB UFS (or whatever freebsd's file systems are) > /ad0s3(blah,blah,blah) > > The results I get back from mount are: > > mothra# mount -t msdos /dev/ad0s2 /data > mount_msdosfs: /dev/ad0s2: Invalid argument Are you sure its s2? What does fdisk -s /dev/ad0 show? I have a 20Gb FAT32 partition mounted right now - made with PartitionMagic rather than XP itself, but I wouldn't expect that to be the problem. --Alex