VirtualBox

Ignore:
Timestamp:
Jul 16, 2018 12:37:19 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123752
Message:

IPRT/DVM: Added more GUID and partition types. The VFS directory enum now returns symlink objects with the partition name linking to volXX when a name is present (there can be duplicates).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dvm/dvm.cpp

    r69967 r73156  
    121121    "FAT16",
    122122    "FAT32",
     123
     124    "EFI system partition",
     125
     126    "Mac OS X HFS or HFS+",
     127    "Mac OS X APFS",
     128
    123129    "Linux swap",
    124130    "Linux native",
    125131    "Linux LVM",
    126132    "Linux SoftRaid",
     133
    127134    "FreeBSD",
    128135    "NetBSD",
    129136    "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",
    132147};
    133148AssertCompile(RT_ELEMENTS(g_apszDvmVolTypes) == RTDVMVOLTYPE_END);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette