This is incorrect. FAT32 is 0xc (LBA) or 0xb according to one message
earlier in this thread. 0xf is an extended partition that OSR2 will
access with the extended BIOS call (that support >8G addressing). You CAN
create FAT16 partitions in such an extended partition.
With partition type 0x5, OSR2 will not use the extended BIOS call even if
it is available, thus it can't cross 8G.
BTW, my setup is a Mylex BT958 and IBM DCHS 9.1G.
> To mount these drives in Linux, you use type "ext2" for the ext2
> partitions, and "vfat" for the fat32 partitions.
VFAT is FAT16+Long filename. FAT32 is a different filesystem.
Stephen
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/