Storage Kit: Add support for FAT16 type
Change-Id: I626550b83179e5ad429ed7b8ebc6b8d320446cbe Reviewed-on: https://review.haiku-os.org/c/haiku/+/8959 Tested-by: Commit checker robot <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
8cda78e71f
commit
c16a8cad1a
@@ -68,6 +68,7 @@ class Partition : public Node, public partition_data {
|
||||
#define kPartitionTypeEXT2 "EXT2 Filesystem"
|
||||
#define kPartitionTypeEXT3 "EXT3 Filesystem"
|
||||
#define kPartitionTypeFAT12 "FAT12 Filesystem"
|
||||
#define kPartitionTypeFAT16 "FAT16 Filesystem"
|
||||
#define kPartitionTypeFAT32 "FAT32 Filesystem"
|
||||
#define kPartitionTypeHFS "HFS Filesystem"
|
||||
#define kPartitionTypeHFSPlus "HFS+ Filesystem"
|
||||
|
||||
Reference in New Issue
Block a user