The master boot record on USB drives may easily be damaged. Microsoft provide a free tool for backup and restore. It is available here
Overview The MBR is the first sector of a hard drive. It contains details of the boot loader code and the MPT, Master Partition Table. If damaged the standard Windows message of "Do you wish to format" will often be displayed. Further details on MBRs may be found here Secinspect tool use To backup the MBR of the USB drive D: to a file backup.dsk: secinspect.exe -backup d: c:\backup.dsk 0 1 To restore: secinspect.exe -restore d: c:\backup.dsk 0 confirm Details The tool may also be used without any parameters to display a summary of all drives on the system. The following is for a Lexar 2GB drive: LBN 0 [C 0, H 0, S 1]
0x0000 33 c0 8e d0 bc 00 7c fb-50 07 50 1f fc be 1b 7c 3ÀŴỳ.|ûP.Püẅ|
Further details SecInspect.exe is a command-line diagnostics tool that allows administrators to view the contents of master boot records, boot sectors, and IA64 GUID partition tables. Additional features include creating hex dumps of binary files and backup/restore of sector ranges. |