Skip to content

Commit f9cd95f

Browse files
authored
Merge pull request #6095 from ARMmbed/g-note-mbr-limits
mbr: Add note about limitations
2 parents b48df25 + db965c1 commit f9cd95f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

features/filesystem/bd/MBRBlockDevice.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ enum {
8282
* // the FAT filesystem in partition 1
8383
* FATFileSystem fat("fat", &part1);
8484
* @endcode
85+
*
86+
* @note
87+
* The MBR partition table is relatively limited:
88+
* - At most 4 partitions are supported
89+
* - Extended partitions are currently not supported and will error during init
8590
*/
8691
class MBRBlockDevice : public BlockDevice
8792
{

0 commit comments

Comments
 (0)