jpeters
Group: Members
Posts: 804
Joined: April 2006 |
|
Posted: Sep. 20 2007,20:22 |
|
Quote (^thehatsrule^ @ Sep. 20 2007,09:19) | Quote (Juanito @ Sep. 20 2007,05:22) | $ sudo dd if=/dev/zero of=/dev/hda |
Note that that will destroy everything on the drive, not just the mbr. |
Important point; perhaps he just wants to get rid of the MBR on one partition in which case he might use fdisk to eliminate that partition and then recreate it ?? Any way to dd just one partition (e.g., dd if=/dev/zero of=/dev/hda1) ?
edit: I'm guessing the MBR gets placed at the top of hda regardless of what partition the boot files are in (thus dd if /dev/zero of /dev/hda count 1 for removing it). In that case, getting rid of the boot partition wouldn't solve anything (except produce an error about not being able to find the boot image).
|