LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Trying to create a FAT32 partition... (https://www.linuxquestions.org/questions/linux-newbie-8/trying-to-create-a-fat32-partition-232002/)

PC Wizard 09-17-2004 09:15 PM

Trying to create a FAT32 partition...
 
Hi again...I created a FAT32 partition on a second hard drive using fdisk. No matter what size I make the partition, (5000M to 40000M), I get the error msg when I try to format it ... I type: mkfs -t vfat /dev/hdb1 and the error msg: Attemping to create a too large file system Can you tell me what this means and how to fix it. Thanx :confused:

leonscape 09-17-2004 09:22 PM

You need to specify the fat allocation size with -F, i.e.

Code:

mkfs -t vfat -F 32 /dev/hdb1
mkfs will default to 16 unless you specify 32, which of course can only format small partitions.

PC Wizard 09-17-2004 10:18 PM

Thanx....that worked okay....no error msg.


All times are GMT -5. The time now is 04:58 AM.