Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Nov 1998 19:18:51 -0500
From:      Malartre <malartre@aei.ca>
To:        Mikael Karpberg <karpen@ocean.campus.luth.se>
Cc:        Peter Bagnato <bagman@videobank.it>, freebsd-doc@FreeBSD.ORG
Subject:   Re: your mail
Message-ID:  <363F9D6B.867EE62F@aei.ca>
References:  <199811032305.AAA02655@ocean.campus.luth.se>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?363F9D6B.867EE62F>