added a mapping for 0x83 to BTRFS
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39069 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -61,7 +61,7 @@ class Partition : public Node, public partition_data {
|
||||
|
||||
#define kPartitionTypeBFS "BFS Filesystem"
|
||||
#define kPartitionTypeAmigaFFS "AmigaFFS Filesystem"
|
||||
#define kPartitionTypeBFS "BFS Filesystem"
|
||||
#define kPartitionTypeBTRFS "BTRFS Filesystem"
|
||||
#define kPartitionTypeEXT2 "EXT2 Filesystem"
|
||||
#define kPartitionTypeEXT3 "EXT3 Filesystem"
|
||||
#define kPartitionTypeFAT12 "FAT12 Filesystem"
|
||||
|
||||
@@ -28,6 +28,7 @@ extern const char *kPartitionTypeVMDK;
|
||||
|
||||
extern const char *kPartitionTypeAmigaFFS;
|
||||
extern const char *kPartitionTypeBFS;
|
||||
extern const char *kPartitionTypeBTRFS;
|
||||
extern const char *kPartitionTypeEXT2;
|
||||
extern const char *kPartitionTypeEXT3;
|
||||
extern const char *kPartitionTypeFAT12;
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
|
||||
#define AMIGA_FFS_NAME "AmigaFFS File System"
|
||||
#define BFS_NAME "Be File System"
|
||||
#define BTRFS_NAME "BTRFS File System"
|
||||
#define EXT2_FS_NAME "EXT2 File System"
|
||||
#define EXT3_FS_NAME "EXT3 File System"
|
||||
#define FAT12_FS_NAME "FAT12 File System"
|
||||
|
||||
Reference in New Issue
Block a user