From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DtEjo-0007ru-E4 for garchives@archives.gentoo.org; Fri, 15 Jul 2005 01:11:36 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6F1AXau004276; Fri, 15 Jul 2005 01:10:33 GMT Received: from outmail.freedom2surf.net (outmail1.freedom2surf.net [194.106.33.237]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6F169f7013519 for ; Fri, 15 Jul 2005 01:06:09 GMT Received: from [10.0.0.3] (i-83-67-2-179.freedom2surf.net [83.67.2.179]) (authenticated bits=0) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id j6F16Bch014932 for ; Fri, 15 Jul 2005 02:06:20 +0100 Message-ID: <42D71A27.3020402@chadbournes.f2s.com> Date: Fri, 15 Jul 2005 02:06:31 +0000 From: aabb User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050626) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Can't mount a fat32 partition References: <42D5A3F4.5000709@chadbournes.f2s.com> <42D5982A.8010401@gmail.com> <20050714005213.4cbd9f77@mating-tux.renatik.de> <42D5B22F.1090407@chadbournes.f2s.com> <42D605FA.4080905@asmallpond.org> In-Reply-To: <42D605FA.4080905@asmallpond.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 0bb0f782-caaf-4421-afb1-5808ef99518d X-Archives-Hash: 9fa261d357128b1aa695cd9bd390c110 Thanks all. It's fixed. When I ran "dosfsck /dev/hda5" I got the error: Logical sector size is zero So I re-created the file system with "mkfs -t vfat -F 32 /dev/hda5" (after backing up all my files!) and now it mounts properly. Not sure I understand it because I hadn't run the mkfs command on hda1 either. I formatted both from Win98. Thanks again, Alex >Maybe it isn't really a FAT32 filesystem? > >Could you try something like: strings /dev/hda5 | less > >With a FAT32 filesystem, I get: > >mkdosfs >BRJF_KEY FAT32 >This is not a bootable disk. Please insert a bootable floppy and >press any key to try again ... >RRaA >rrAa{ >mkdosfs >BRJF_KEY FAT32 >This is not a bootable disk. Please insert a bootable floppy and >press any key to try again ... > > >Obviously I formatted the above with mkdosfs, but you can see the label >(RJF_KEY) and type as well. > >By comparison, on NTFS, I get: > >0000374 t+a`j >0000454 Invalid partition table >0000504 Error loading operating system >0000543 Missing operating system >0077003 NTFS >... > >HTH > >-Richard > > -- gentoo-user@gentoo.org mailing list