Created
September 15, 2021 15:45
-
-
Save cpedro/b978eea36b9f2c76ccd8f4f11f77839f to your computer and use it in GitHub Desktop.
Zero out the MBR on a Linux Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo dd if=/dev/zero of=/dev/sda count=1 bs=512 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment