Don't go under the assumption that /FIXMBR will actually fix the MBR. To be sure, get a disk sector editor, look at sector 00, and check if there's MBR boot code and that there is a 55AA as the last hex code. If 55AA is not there, DO NOT USE /FIXMBR.
What happens if 55AA is not there, /FIXMBR will attempt to write boot code until it encounters 55AA. If that doesn't exist, it will continue to write boot code to more and more sectors, data sectors...
/FIXMBR should never be the 1st thing you do when you have a MBR issue.