summaryrefslogtreecommitdiffstats
path: root/Disk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Disk.cpp')
-rw-r--r--Disk.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Disk.cpp b/Disk.cpp
index 9c22400..4ad2dbd 100644
--- a/Disk.cpp
+++ b/Disk.cpp
@@ -340,9 +340,11 @@ status_t Disk::readPartitions() {
switch (strtol(type, nullptr, 16)) {
case 0x06: // FAT16
+ case 0x07: // NTFS/exFAT
case 0x0b: // W95 FAT32 (LBA)
case 0x0c: // W95 FAT32 (LBA)
case 0x0e: // W95 FAT16 (LBA)
+ case 0x83: // Linux EXT4/F2FS/...
createPublicVolume(partDevice);
break;
}