| Tips Linux Explorers | All Things Linux Forum | Great Linux Links | LinuxClues.com | Hometown |
| CODE |
| # dd if=/dev/hda of=/dev/fd0/boot.mbr bs=512 count=1 |
| CODE |
| # dd if=/dev/fd0/boot.mbr of=/dev/hda bs=512 count=1 |
| CODE |
| # dd if=/dev/zero of=/dev/hda bs=446 count=1 |
Bruno| Tips Linux Explorers | All Things Linux Forum | Great Linux Links | LinuxClues.com | Hometown |