LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Partition Problem !! (cannot format vfat over 2048 MB) (https://www.linuxquestions.org/questions/linux-software-2/partition-problem-cannot-format-vfat-over-2048-mb-198896/)

namgor 06-28-2004 09:02 PM

Partition Problem !! (cannot format vfat over 2048 MB)
 
I am now trying to partition my harddisk into (/), (/boot), (swap), (/home), (/usr) in ext2 format (no problem), and then I want to have another partition (/images) to store all the PQDI (power quest drive image), which require vfat format.

I tried to format the harddisk over 2048 MB, but I can't, it returns critical error and cannot continue formatting. However, if the partition is less than 2048 MB, it works and I can actually create an image file and store there.

Anyone have experiences formatting vfat format before?? any help is apperciated.

I am installing red hat enterprise linux v2.1, using the built-in tools for the partitioning and formatting. thanks you

penguin4 06-28-2004 09:10 PM

namgor; go to http://tldp.org/HOWTO/HOWTO-INDEX section 5 single list
howto page 23 of 56pp,s Large Disk-HowTo.

michaelk 06-28-2004 09:11 PM

Check the partition ID using fdisk or cfdisk. Make sure it is 0xc and not 0xb. 0xb max size is 2048 MB.

namgor 06-29-2004 08:55 AM

um... i dont get it. my other partitions are over 2048 MB!! (except for partition like swaps... etc). I will try to see if it is 0xc or 0xb. I can change it around easily, right?

whansard 06-29-2004 09:24 AM

mkdosfs -F 32 /dev/whatever
is that what you're doing?

namgor 06-29-2004 10:03 AM

my goal is to make a VFAT (FAT32?) partition of 20GB (out of my 80GB HD)

namgor 06-29-2004 12:37 PM

you know what, i got it resolved

first , i partition my HD using PQ's partition magic to create a FAT32 partition of 20GB
then during linux installation i just leave it the way it is, except to mount it to /my-vfat-files

and it worked so well..

thanks all who helped! :-)


All times are GMT -5. The time now is 03:47 PM.