From owner-freebsd-questions Mon Dec 8 17:49:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA11707 for questions-outgoing; Mon, 8 Dec 1997 17:49:48 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from psln1.psln.com (psln.com [206.99.118.101]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id RAA11694 for ; Mon, 8 Dec 1997 17:49:41 -0800 (PST) (envelope-from dkeller@psln.com) Received: from g6-200 by psln1.psln.com via SMTP (951211.SGI.8.6.12.PATCH1502/951211.SGI.AUTO) for id RAA05982; Mon, 8 Dec 1997 17:35:39 -0800 From: "Daniel \"the Bruce\" Keller" To: "FreeBSD Questions List" Subject: getting started with FreeBSD device drivers and File systems Date: Mon, 8 Dec 1997 17:08:16 -0800 Message-ID: <01bd043e$ee64aa60$6a3d9bce@g6-200> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi, I would like to try to create a file system for FreeBSD to read the files system Win95 uses (VFAT and FAT32) for a school project. I have some experience programming in DOS and windows, but no UNIX programming. Could someone give me some ideas of where to get information on these file systems and on programming file systems? Thanks, Daniel