File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
features/storage/blockdevice Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,9 @@ class MBRBlockDevice : public BlockDevice {
52
52
*
53
53
* @param bd Block device to partition
54
54
* @param part Partition to use, 1-4
55
- * @param type 8-bit partition type to identify partition contents
55
+ * @param type 8-bit partition type to specify the filesystem to use in this partition.
56
+ * It can be found in the filesystem documentation or refer to
57
+ * https://en.wikipedia.org/wiki/Partition_type#List_of_partition_IDs
56
58
* @param start Start block address to map to block 0 of partition.
57
59
* Negative addresses are calculated from the end of the
58
60
* underlying block devices. Block 0 is implicitly ignored
@@ -66,7 +68,9 @@ class MBRBlockDevice : public BlockDevice {
66
68
*
67
69
* @param bd Block device to partition
68
70
* @param part Partition to use, 1-4
69
- * @param type 8-bit partition type to identify partition contents
71
+ * @param type 8-bit partition type to specify the filesystem to use in this partition.
72
+ * It can be found in the filesystem documentation or refer to
73
+ * https://en.wikipedia.org/wiki/Partition_type#List_of_partition_IDs
70
74
* @param start Start block address to map to block 0 of partition,
71
75
* negative addresses are calculated from the end of the
72
76
* underlying block devices. Block 0 is implicitly ignored
You can’t perform that action at this time.
0 commit comments