Search code examples
windows-xpdisk-partitioning

which partition types (00..FE) can be accessed in Windows XP?


In mapping partitions starting from PhysicalDrive I use a code that mounts partitions of a certain type [0, 1, 6, 7, 11, 12, 114]. I want to extend the range for all partitions that can be accessed. I found this: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html Can someone tell me which one can be accessed on Windows XP without the help of another program?

Thank you.


Solution

  • Windows XP natively supports FAT12, FAT16, FAT32, and NTFS. Other file systems, such as HPFS, JFS, ext2/3, and ReiserFS can be supported through an IFS (Installable File System).