Changeset 73156 in vbox for trunk/src/VBox/Runtime/common/dvm/dvm.cpp
- Timestamp:
- Jul 16, 2018 12:37:19 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123752
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvm.cpp
r69967 r73156 121 121 "FAT16", 122 122 "FAT32", 123 124 "EFI system partition", 125 126 "Mac OS X HFS or HFS+", 127 "Mac OS X APFS", 128 123 129 "Linux swap", 124 130 "Linux native", 125 131 "Linux LVM", 126 132 "Linux SoftRaid", 133 127 134 "FreeBSD", 128 135 "NetBSD", 129 136 "OpenBSD", 130 "Mac OS X HFS or HFS+", 131 "Solaris" 137 "Solaris", 138 139 "Basic data partition", 140 "Microsoft reserved partition", 141 "Windows LDM metadata", 142 "Windows LDM data", 143 "Windows recovery partition", 144 "Windows storage spaces", 145 146 "IBM GPFS", 132 147 }; 133 148 AssertCompile(RT_ELEMENTS(g_apszDvmVolTypes) == RTDVMVOLTYPE_END);
Note:
See TracChangeset
for help on using the changeset viewer.