I'm partitioning a disk and I'm wondering what the difference is between FAT32 and FAT32 (LBA) in fdisk.
I used both the last time I partitioned a disk, and I'm wondering, "Why?"
This is my old disk's partition table:
Code: Select all
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 426 3417969+ 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/hdb2 426 821 3173828+ b W95 FAT32
Partition 2 does not end on cylinder boundary.
/dev/hdb3 821 1216 3173828+ c W95 FAT32 (LBA)
/dev/hdb4 1216 1583 2949254 c W95 FAT32 (LBA)
Thanks,
Tc


