зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
8 строки
155 B
Plaintext
8 строки
155 B
Plaintext
back up MBR:
|
|
dd if=/dev/sda of=disk.mbr count=1 bs=512
|
|
restore it:
|
|
dd if=disk.mbr of=/dev/sda
|
|
|
|
2023
|
|
https://habr.com/ru/companies/timeweb/articles/775230/
|