Operating System - Linux
1830225 Members
1638 Online
109999 Solutions
New Discussion

Re: Backup Partition Table

 
SOLVED
Go to solution
'chris'
Super Advisor

Backup Partition Table

hi

I'd like to backup Partition Table on my dual boot (Vista+Debian) notebook.
Does this command:

dd if=/dev/sda of=/tmp/mbr.bin bs=512 count=1

backup MBR and Partition Table as well?
2 REPLIES 2
Matti_Kurkela
Honored Contributor
Solution

Re: Backup Partition Table

Yes, the Partition Table is just the last 66 bytes of the MBR.

MK
MK
'chris'
Super Advisor

Re: Backup Partition Table

THX