Hello,
preparing my new C3200 for pdaXrom I have a problem:
I partitioned the 6GB HDD into
/dev/hda1 128MB swap
/dev/hda2 512MB Linux
/dev/hda3 5.4GB Win95 FAT32 (LBA)
I wanted to format the large partition to FAT32 with
mkfs.vfat -F 32 /dev/hda3
However, if I mount the generated FS, it is only 1GB in size.
Is the mkfs.vfat program on pdaXrom buggy?
Or do I have to give some more options which I don't know of?
I also tried the [blocks] parameter of mkfs, using the exact blocks value which fdisk shows for this partition, but mkfs only gives an error message:
# mkfs.vfat -F 32 /dev/hda3 5374152
mkfs.vfat 2.11 (12 Mar 2005)
Warning: block count mismatch: found 1048576 but assuming 5374152
After mounting that FS, df -h shows indeed 5.1 GB free, but I am not sure if I ca trust the integrity of the FS.
Thanks for any hint!
daniel