Top "Mbr" questions

Master Boot Record: the first sector on disk, containing partition info

How do I disassemble raw 16-bit x86 machine code?

I'd like to disassemble the MBR (first 512 bytes) of a bootable x86 disk that I have. I have copied the …

linux assembly x86 x86-16 mbr
Open a binary file using vi and hexedit, why are the contens different?

I'm trying to edit a binary file directly and I know two editors, vi and hexedit. But when I open …

linux vi binaryfiles hex-editors mbr
Write MBR Code

I am an electrical engineer who has recently discovered the need to modify the code in the MBR. Basically I …

assembly mbr
Detect GPT and MBR partitions with Powershell

Is there a way to tell if a disk has a GPT or an MBR partition with powershell?

powershell mbr guid-partition-table
Calculate Minimum Bounding Rectangle Of 2D Shape By Coordinates

I have a solution that uses spatial data to represent a cluster of points on a map. I have the …

c# algorithm spatial mbr
How to "read" the MBR (Master Boot Record) in C?

I just want to write a program to analyze MBR in C. I've known some ways to read it through …

c mbr
Partitioning the filesystem on Android

I'm trying to re-partition an SDCard on Android, with root access. I have the 512 byte MBR file, and it shows …

android android-ndk mbr