From owner-freebsd-hackers Mon Feb 23 01:16:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15723 for freebsd-hackers-outgoing; Mon, 23 Feb 1998 01:16:22 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15715 for ; Mon, 23 Feb 1998 01:16:12 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id BAA10624; Mon, 23 Feb 1998 01:15:23 -0800 (PST) Message-Id: <199802230915.BAA10624@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Joachim Kuebart cc: hackers@FreeBSD.ORG Subject: Re: VFAT32 In-reply-to: Your message of "Mon, 23 Feb 1998 10:01:04 +0100." <199802230901.KAA00574@yacht.domestic.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Feb 1998 01:15:22 -0800 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm also willing to test VFAT 32 code, but I don't find it in my > -current tree. I'm also not subscribed to hackers anymore. Could > someone please point me to the VFAT32 patches? If your copy of -current is up to date (within the last day or so), then the msdosfs code should be able to read/write FAT32 filesystems such as those created by Win95 OSR2 and the Win98 beta. I have not exercised this extensively, but it does appear to work. Volunteers with expendable FAT32 filesystems and some time up their sleeves are enthusiastically requested to exercise this code as much as possible. If you're not sure whether you *have* a FAT32 filesystem, try the following: Under Win95, open a DOS window and start fdisk. (No, you're not going to write on anything). If fdisk doesn't ask you a question about "large filesystem support", then forget it - you have an older version that does not support FAT32. If fdisk *does* ask the question, answer Yes. The select the option to display your current partitions. If a partition that you *know* has a FAT filesystem on it is listed as having the type "UNKNOWN" (rather than FAT16), then that is a FAT32 filesystem. Again, be careful. Dmitrij has obviously tested this code, but it should stil be regarded as experimental at this time. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message