From owner-freebsd-doc Tue Nov 3 16:20:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12186 for freebsd-doc-outgoing; Tue, 3 Nov 1998 16:20:21 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from gamma.aei.ca (gamma.aei.ca [206.123.6.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12173 for ; Tue, 3 Nov 1998 16:20:16 -0800 (PST) (envelope-from malartre@aei.ca) Received: from aei.ca (aeiusrF-16.aei.ca [206.186.205.16]) by gamma.aei.ca (8.8.5/8.8.5) with ESMTP id TAA19676; Tue, 3 Nov 1998 19:19:56 -0500 (EST) Message-ID: <363F9D6B.867EE62F@aei.ca> Date: Tue, 03 Nov 1998 19:18:51 -0500 From: Malartre X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE i386) MIME-Version: 1.0 To: Mikael Karpberg CC: Peter Bagnato , freebsd-doc@FreeBSD.ORG Subject: Re: your mail References: <199811032305.AAA02655@ocean.campus.luth.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mikael Karpberg wrote: > > According to Peter Bagnato: > > Does FreeBSD support the FAT32 file system? > > This question should have been sent to questions@FreeBSD.ORG, as this is > a mailinglist for discussing documentation issues. > > To answer your question (which is probably in the FAQ. Read that first > next time): Yes, FreeBSD supports FAT32, FAT, and VFAT. > > /Mikael I didn't find it in the FAQ. I proposed a solution sometime ago, notify me if it's not the place to add something to the FAQ: --------- Q: Can FreeBSD read FAT32 partitions? A: Yes it can, the 2.2.7 and 3.x versions of the FreeBSD Operating System support it. Assuming that wd0s1 is your first FAT32 partition, you can execute the mount command has root: "# mkdir /dos" "# chmod 770 /dos" "# mount -v -t msdos /dev/wd0s1 /dos" or read only: "# mount -rv -t msdos /dev/wd0s1 /dos" or add it in the /etc/fstab file: "/dev/wd0s1 /dos msdos rw 0 0" or read only: "/dev/wd0s1 /dos msdos ro 0 0" WARNING: this text may have some error in it. --------- Cya -- [Malartre][malartre@aei.ca][http://www.aei.ca/~malartre/] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message