From owner-freebsd-hackers Sat Apr 26 12:50:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA05555 for hackers-outgoing; Sat, 26 Apr 1997 12:50:04 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id MAA05536 for ; Sat, 26 Apr 1997 12:50:00 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id MAA07455; Sat, 26 Apr 1997 12:46:01 -0700 From: Terry Lambert Message-Id: <199704261946.MAA07455@phaeton.artisoft.com> Subject: Re: VFAT 32 support in msdosfs To: sysop@mixcom.com (Jeffrey J. Mountin) Date: Sat, 26 Apr 1997 12:46:01 -0700 (MST) Cc: joa@kuebart.stuttgart.netsurf.de, hackers@freebsd.org In-Reply-To: <3.0.32.19970425231735.00b20ac4@mixcom.com> from "Jeffrey J. Mountin" at Apr 25, 97 11:17:36 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >Is there VFAT32 support in the current msdosfs? If not,m I'd be ready to try > >and do it.. > >Note: From what I've heared, Windows95 that supports VFAT isn't even shipped > >any more. So this will probably be dying out soon.. :-) > > Really don't know why the bothered with it, even though I do use it. > > Much rather have NTFS in 95 with all the little BS files less then 1K. This would be hard, but not impossible. You are aware that Windows 95 has a VM bug where it will only attempt to reclaim a single page at a time from VFAT? Any FS in there with VFAT has its work cut out for it; it must do it's own page management, to a large degree, to get a competitive number of I/O buffers. MS will not supply NTFS with Windows 95 for two reasons: (1) it performs very poorly compared to VFAT; NT users who complain about performance are told by MS to go to VFAT instead, and (2) it is intentionally omitted because of MS's desire to get product distinction between Windows NT and Windows 95. You should read between the lines of the introduction in the IFS95.DOC file that comes with the DDK. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.