Home
last modified time | relevance | path

Searched refs:MBR (Results 1 – 5 of 5) sorted by relevance

/external/gptfdisk/
DNEWS38 for inclusion in a hybrid MBR or conversion to a conventional MBR.
41 hybridized partition when creating a hybrid MBR.
75 be a hybrid MBR and if the MBR partition(s) don't fit on the disk, the
112 - Fixed hybrid MBR creation on disks larger than 2TiB: Previously, if one
132 - Modified "converting MBR to GPT" message to clarify that the conversion
134 "gdisk -l" operation will change an MBR disk to a GPT disk without
150 - Removed stray debug message that would appear when reading MBR disks.
175 - Tweaked hybrid MBR creation options to fix a problem that caused the main
176 0xEE MBR partition to NOT be created if the user told gdisk to NOT place
192 reported on a Windows system on which the write of the protective MBR
[all …]
Dcurrent.spec1 Summary: GPT partitioning and MBR repair software
14 Partitioning software for GPT disks and to repair MBR disks. The gdisk,
17 some problems with MBR disks that can be created by buggy partitioning
31 and the ability to convert MBR disks to GPT format.
68 Summary: A tool for repairing certain types of damage to MBR disks
71 A program that corrects errors that can creep into MBR-partitioned
DREADME11 GUID Partition Table (GPT) disks rather than the Master Boot Record (MBR)
18 GPT disks rather than the MBR disks that cfdisk modifies. As such, cgdisk
30 - fixparts -- This program, unlike the preceding three, operates on MBR
35 of what's legal in the MBR scheme) and making a few other minor changes.
57 * The ability to convert MBR-partitioned disks in-place to GPT format,
63 * The ability to convert from GPT format to MBR format without data loss
75 * The MBR boot loader code is left alone
77 * The ability to create a hybrid MBR, which permits GPT-unaware OSes to
109 MBR disk, the GPT data may be incompletely erased. This happens if the
112 when converting from GPT to MBR format.) FixParts checks for this problem
[all …]
DREADME.Windows9 CONVERT* MBR disks to GPT form. Therefore, you should **NOT** use GPT fdisk
16 not apply to FixParts, though; that tool works only on MBR disks.
79 and then exits. This use entails no risk to MBR disks, since the program
/external/llvm/unittests/Support/
DMemoryBufferTest.cpp174 MemoryBufferRef MBR(*MB); in TEST_F() local
176 EXPECT_EQ(MB->getBufferStart(), MBR.getBufferStart()); in TEST_F()
177 EXPECT_EQ(MB->getBufferIdentifier(), MBR.getBufferIdentifier()); in TEST_F()