• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Reading the mbr

Depends on the OS in use.

You can view it with a Disk Editor (absolute Sector 0: Cylinder 0, Head 0, Sector 1)

Or you can view the Assembly code with a disassember such as MS DeBUG.
 
Use dskprobe from the NT Resource kit and read sector zero.

Look up 'dskprobe' in the KB for explicit instructions.

Anything in particular you're looking for in there?
 
Back
Top