From owner-freebsd-questions Tue Nov 4 19:26:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA04786 for questions-outgoing; Tue, 4 Nov 1997 19:26:41 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net (luke.cpl.net [207.67.172.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA04766 for ; Tue, 4 Nov 1997 19:26:29 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.7/8.6.12) with SMTP id TAA05223; Tue, 4 Nov 1997 19:24:50 -0800 (PST) Date: Tue, 4 Nov 1997 19:24:50 -0800 (PST) From: Shawn Ramsey To: Donn Miller cc: Ariel Ogurok , freebsd-questions@FreeBSD.ORG Subject: Re: Troubles In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I would assume it's because mount_msdos expects FAT16 but is getting FAT32 > (Windows 95 isn't FAT16). > > > My HDD WD 3.2GB structure: 2GB partition is WIndows95 and 1GB partition is > > FREEBSD. > > Windows 95 is a FAT32 filesystem and regular dos is FAT16. > mount_msdos only handles FAT16. Windows 95 is only Fat32 if formated for Fat32. It also supports VFAT, which is a slightly improved FAT, that can do long filenames. DOS however can still read this filesystem, and I would think mount_msdos could as well. (Though I could be wrong)