Deleting the Master Boot Record (MBR) of a drive. 
/*
You can delete the mbr (master boot recored) using the dd command itself. The following command will completely delete your MBR, which contains all your partition information. So make sure you use the correct device name:
*/

# dd if=/dev/zero of=/dev/sdc bs=512 count=1


http://www.cyberciti.biz/faq/linux-clea ... d-command/


[ view entry ] ( 1514 views )   |  print article

<<First <Back | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | Next> Last>>



2024 By Angel Cool