How to take the backup of MBR on linux server?

Always recommended that you should take backup MBR.

It is hard disk partition table on your server.

We can use dd command to take a backup for MBR.

=================================
[root@~]# dd if=/dev/hdX of=/tmp/hda-mbr.bin bs=512 count=1
=================================

Replace X with the actual device name. ex. /dev/hda or /dev/sda

In order to restore it back on the server, use following command

=================================
[root@~]# dd if= hda-mbr.bin of=/hev/hdX bs=1 count=64 skip=446 seek=446
=================================

  • 0 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

Can I use my domain name or must I use my IP address as the hostname for FTP?

Using your IP address (192.168.22.22  is an example IP address) is the preferred entry for...

Can you transfer my sites from my current host to my new VPS?

Yes. We will transfer all of your sites free* of charge and will assure that you experience no or...

Do you allow MP3 files? Do you allow streaming of videos?

Yes we do with our special plans at http://hostripples.in/avs-hosting.php

Do you support Cold Fusion?

We do not support or Cold Fusion on our shared hosting servers, however you are more than welcome...