Hi everybody,
at the moment I'm trying to analyse what exactly the formating of a partition in FAT32 does. I know, that has been done before, but I learn better by doing it on my own.

Know I realized that the Boot Code in the Volume Boot Record matches exactly to what I find in the Internet. But not the Code in the MBR.
What I did ist this:
-1- Write 0x00 to every sector using dd if=/dev/zero.
-2- create a primary partition.
-3- Format this partition with a Windows XP prof. SP2 OS to FAT32.
So this is a pure data storing HDD, no OS installed there.
Now my question :
where can I find the code explanation for an MBR with these specifications?
I looked at, for example,
http://mirror.href.com/thestarman/asm/mbr/index.htmlbut they don't have the code i found...
I added a screenshot of "my" MBR.
Any ideas?
Thanks,
Erik
- Attachments
-

- MBR without OS / FAT32