because i have bad feeling about it.
plus lets suppose i had do'nna linux & win installed on the same drive i couldn't just use ms fixboot & fixmbr on them !
and last to know how this can be done !
Main Topics
Browse All Topicsok the case is this :
don't ask me how but what i have is this:
HDD IDE 0:0 is boot (holding the mbr & active partition) [nsldr, boot.ini, ntdetect.com]
HDD IDE 0:1 is system (holding the windows & co folder)
now what i want to do is copy just the mbr from IDE 0:0 to IDE 0:1 without the partition table or file structure
i looked at http://www.partition-recov
to make it clear : now i have 2 HDD's in my system i need to leave just one > what im doing is copying the mbr from HD1 to HD2 then setting HD2 as master (ie making it HD1 again) the question is how to transfer "elegantly" the mbr ??? (techical details would be welcome)
tnx, max.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You could just use a program like debug to directly view/edit the mbr. I don't know all the technical details, but I believe the mbr is the first 500 or so bytes on the drive - just view the mbr, then save the data as a file. Copy the file to the 2nd drive, then run debug again, open the file, and write the data to the mbr.
OK, there's a better solution...
Go here - http://www.microsoft.com/n
Why Dont want to use fdisk /mbr or fixmbr.
If you have linux and windows. The linux loader or grub will lost and you will have ntloader.
Now you can use loadlin to boot to linux and reload the lilo or grub.
lilo
grub-install /dev/hdx,
If you dont want to do this also, write a program to to coby a mbr(just mbr code) to another disk.
Are you a programmer.
regards manish
hqrom,
You can try MBRtool, a good app for your case:
What they said:
MBRtool is a DOS program designed to back up, restore, and manipulate just about anything in the hard disk MBR and track0. You can edit partition tables and change attributes for partitions. You can also re-create a MBR from scratch. All actions can also be performed on MBR backups, making this tool useful for recovery purposes. Features include:
¤ Backup, verify and restore the MBR
¤ Backup, restore, wipe and clean track 0
¤ Edit or blank the MBR partition table
¤ Refresh, remove MBR boot code
¤ Write MBR signature bytes
¤ Display MBR to screen or dump to file
¤ Do all this for either the original MBR or backups
¤ Create 'blank' backup files
¤ Change partition attributes (active, hidden)
¤ Manipulate NT/2000/XP disk admin signature
"For Windows 98, ME, NT, 2000, XP."
Version 2.2.100
Hope this helps
dungsusu
would be nice to have a link too (-;
MBRtool: http://www.diydatarecovery
Business Accounts
Answer for Membership
by: mattisflonesPosted on 2004-05-07 at 13:28:35ID: 11018207
Why???
Just switch the disks and do a repair install on the old 0:1...