Le Lundi, 1 D�cembre 2003 12.18, Ben Anderson a �crit :
> Hi,
> I'm trying to create a vfat fs larger than 8G.  I've read that I can't do
> this.  However, I just did it a few months ago on a different partition.  I
> don't remember having this problem at that time.  Plus Windows does it,
> right?  Here's my output:
>
> gentoo root # mkfs -t vfat /dev/hda3
> mkfs.vfat 2.8 (28 Feb 2001)
> mkfs.vfat: Attempting to create a too large file system

from 'man mkfs.vfat'

-F FAT-size
Specifies the type of file allocation tables used (12, 16 or 32 bit).  If
nothing is speci fied, mkdosfs will automatically select between 12 and 16 
bit, whatever fits better for the filesystem size.  32 bit FAT (FAT32 format) 
must (still) be selected explicitly if you want it.

so what you want is:
 gentoo root # mkfs -t vfat -F 32 /dev/hda3

-- 
mathieu perrenoud

--
[EMAIL PROTECTED] mailing list

Reply via email to